Skip to content

0.18.0

Compare
Choose a tag to compare
@moaxcp moaxcp released this 23 Jun 01:48
· 7 commits to master since this release
  • Switched to a multimodule project
  • Switched to jdk 21
  • Added java module system support
  • Removed delombok due to issues with modules. This results in javadoc no longer being generated.
  • Removed dependency on junixsocket and switched to the jdk UnixDomainSocket.
  • Removed jbang
  • Moved all integration tests to the examples project with a main method.