Sami Pesonen

Results 5 issues of Sami Pesonen

Need to pring Java 11 support. It seems JavaFX is now separate library, need to add that to maven pom.xml file.

enhancement

There is unnecessary *-jar-with-dependencies.jar and original-*.jar. First one can be removed with `false` in maven-assembly-plugin, second one with: https://stackoverflow.com/questions/4088701/maven-shaded-jar-is-prefixed-with-original-in-the-file-name/8696195 Needs testing is there side effects.

enhancement

We have nice docker-compose environment where can test acceptance tests but it fails when running `test.sh all` for both local and remote tests. Works OK on native Windows and OSX....

bug

We have different line feeds in code base (LF/CRLF). This should be fixed. Also formatting varies, this should be fixed also with .editorconfig so that pull requests are easier to...

enhancement

Log4j configuration is common with application under test (AUT). We should separate it so that we would get separate log under current working directory related to what happens in library...

enhancement