1.8.0
- Use
Constructorto dynamically create new instances to avoid deprecated warning in Java 10. - Remove use of
javax.annotation.Generatedso that the generated codecs compile and and run on Java 10. - Rename
positionmethods in C++ generated codecs tosbePositionto 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...