1.8.0
- Use
Constructor
to dynamically create new instances to avoid deprecated warning in Java 10. - Remove use of
javax.annotation.Generated
so that the generated codecs compile and and run on Java 10. - Rename
position
methods in C++ generated codecs tosbePosition
to avoid clash with Aeron codecs for the archive and clustering. Note: this is a breaking change for those who have used these methods. - Upgrade to Gradle 4.7.
- Upgrade to Agrona 0.9.17.
Java binaries can be found here...