RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Build fails for JDK9 or later #138

Closed philipp-birkl closed 5 years ago

philipp-birkl commented 5 years ago

While trying to build jain-slee version 7.2.0-186 I encountered a problem with the default maven-compiler-plugin, as it is using java 1.5 as source and target option out of the box. However those versions are not supported by the latest JDK's anymore. Please find my maven output in the attachment.

jain-compile-error.txt

nhanth87 commented 5 years ago

you only can build jainslee with jv 7 and jv8 (wildfly version). If you weant to build it with jv9, you need to modify pom file