ForgeRock / opendj-community-edition

OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2).[1] Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.
https://forgerock.github.io/opendj-community-edition/
51 stars 25 forks source link

Bump Java source and target version to 1.7 #8

Closed FireBurn closed 6 years ago

FireBurn commented 6 years ago

I'm not so familiar with the Ivy build system that OpenDJ 2.6.4 uses, I think this is everything that's needed to use Java 1.7 fully

FireBurn commented 6 years ago

Fixed the docs, also not sure about min.java.version would "1.7" be enough?

FireBurn commented 6 years ago

Or we could make it java 1.7.0_80 which was the last public release of Java 1.7

chrisridd commented 6 years ago

I'd say for now leave it as 1.7.0_10 as at least that's syntactically correct.