Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Berkeley DB Java Edition 18.3.1?

Vlad KAug 16 2018

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?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 13 2018
Added on Aug 16 2018
0 comments
593 views