I need Java 10/11 compatible version of JE.
<dependency>
<groupId>com.sleepycat</groupId>
<artifactId>je</artifactId>
<version>RELEASE</version>
</dependency>
Maven dependency from above downloads Berkeley DB Java Edition version 18.3.1 built in May 2018.
It looks like it is built wtih java 8, but javadocs were buit with java 10.0.1, and it looks like it is compatible with java 10.
However, there is not mentioning of this release anywhere on oracle web site. Is there specific reason for hiding this release?