RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
175 stars 218 forks source link

Does jss7 support JKD1.8 now? #345

Open gengchaogit opened 1 year ago

gengchaogit commented 1 year ago

Does jss7 support JKD1.8 now? I see last commit comment is Switching to jdk1.8 ---version 8.1.1-11.

I try run mvn install(jdk1.7) on jss7-8.1.1-11, but failed. So I swich to jdk1.8 then all build is success.

but when i build docs is shown below:

Java | You must have a working Java Runtime Environment (JRE) or Java Development Kit (JDK) installed on your system and it must be version 5 or higher. If you intend to use SIGTRAN (M3UA) then you must have JDK 7 installed. M3UA uses Java SCTP which is available only from JDK 7 onwards. JAVA 8 is not supported now. | If you are using M3UA, then you must use JDK 7 to run the stack as well as to compile the source code. For TDM cards JDK 7 is also recommended. -- | -- | --
gengchaogit commented 1 year ago

Is the document not up to date?