0.18.0
- 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.