> On Dec 14, 2016, at 3:47 PM, Ramandeep Singh Nanda <[email protected]> > wrote: > > I am trying to install the Release candidate and its failing at > > mvn install -Dload.file=./ldap/setup/DelegatedAdminManagerLoad.xml > > > https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-SLAPD.md > > > It says unssuported major version 52.0. I thought that it only required > Java 7+.
Hello Ramandeep, Yes, it’s ‘supposed’ to be Java 7 compatible but just before that release I upgraded to latest version of jgrapht jar and it inadvertently forced this incompatibility issue upon us: https://issues.apache.org/jira/browse/FC-201 the workaround is to use Java 8. Or you can use latest as it now uses older version of jgrapht so the next official release, 2.0.0-RC2 will once again be compatible with Java 7. But, only for a short while because our plan for 2.0 GA release to formally require Java 8 as 7 now outdated. Thanks, Shawn
