Skip to content

v0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@slominskir slominskir released this 01 Dec 17:41
  • Cleaned up logging
  • Cleaned up testing
  • Cleaned up dependencies
  • Cleaned up build / setup Travis CI

Note: The attached binary is compiled with/for Java 8. Running with Java 11 also works (as our Docker image uses Java 11). The JCA dependency can be problematic as the latest versions in maven central are compiled with Java 11 - so don't use it if you're using Java 8. If you compile code with Java 11 targeting Java 8 you'll likely encounter this error at runtime, unless perhaps you use the --release feature to cross-compile while paying attention to the version 8 standard lib instead of the version 11 standard lib (the -source and -target javac flags aren't enough). A Java 8 compiled version of JCA is included in the lib directory of this project and the maven version of the lib is NOT used.