Stefan

Results 8 comments of Stefan

When i comment out powermock, the server starts ```java package de.itout.spinterface.interfaces.fileDistributor; import com.github.stefanbirkner.fakesftpserver.rule.*; import de.gsq.system.*; import de.itout.spinterfaces.*; import de.itout.spinterfaces.interfaces.*; import java.io.*; import java.net.*; import static java.nio.charset.StandardCharsets.UTF_8; import java.util.*; import org.junit.*;...

I got the exact same problem with v.0.4.17 and OpenJDK Runtime Environment Temurin-11.0.14.1+1 (build 11.0.14.1+1) on Windows and same on Docker ubi8 image and java-11-openjdk-headless

@santo74 & @coobird i checked agin and saw that there was an exif orientation on my image. So setting `useExifOrientation` to false keeps my selected width or height but the...

@Muaadib same here with zotac 1060 3GB -eres 0 worked until today @netkingtw will try drivers and report, i got 390.65 atm

Same problem here, when i use the default at src/main/xjb/ all Adapters are created, when i use custom xjbSources i get the silence error shown with verbose as above

@knuspertante commenting out the `true` is hiding the error, but the pojos are still not generated.

Same Problem here. 1. Docker Container starts 2. Database is Created 3. flyway:migrate Fails and Build is stopped Container is still up and running pom.xml ``` io.fabric8 docker-maven-plugin 0.28.0 mcr.microsoft.com/mssql/server...