OpenWIS / openwis

http://openwis.github.io/openwis
GNU General Public License v3.0
11 stars 15 forks source link

Java8 Compatibility #261

Closed mgiannoni closed 6 years ago

mgiannoni commented 7 years ago

Using Java-8 and Maven-3 I was able to build OpenAM-13.0.0 and OpenDJ-3.0.0 plus all of OpenWIS. Look at open-dj-am-install-scripts issue for the OpenAM and OpenDJ build. Authentication system deployment was successful, and I was able to setup the Federation, however the portals had a Java Servelet problem and did not open. To test the Federation, I simply changed the server's Java version back to Java-7 and the portals worked and authenticated correctly.

This looks like something in the Spring framework from GeoNetwork that is not compatible with Java-8

dimipapadeas commented 7 years ago

Dear @mgiannoni , OpenWIS v3 is built using maven 2.2.1 and Java 7. You can find a comrehensive installation guide here

Please let me know if you have any other questions.

mgiannoni commented 7 years ago

See Issue(s): #274 #272 #273