RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
244 stars 215 forks source link

Support for Java 8? #2161

Closed arslan70 closed 7 years ago

arslan70 commented 7 years ago

Is there any specific reason to not run Restcomm on Java 8? Or is it simply because it is not tested fully using oracle Java 8.

Restcomm-JBoss-AS7-7.6.0/bin/restcomm$ ./start-restcomm.sh 
Only Java 1.7 required.
Restcomm-JBoss-AS7-7.6.0/bin/restcomm$ java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)
nhanth87 commented 7 years ago

Hi arslan, Only java 7 supported now

Br, TN

arslan70 commented 7 years ago

Yeah, I was curious to know the underlying reason.

On 18 May 2017 11:19 p.m., "Tran Huu Nhan" notifications@github.com wrote:

Hi arslan, Only java 7 supported now

Br, TN

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/RestComm/Restcomm-Connect/issues/2161#issuecomment-302499015, or mute the thread https://github.com/notifications/unsubscribe-auth/AByf7epRurTm45Idkvsy5g9a8KE8R7auks5r7IvIgaJpZM4Nfj-O .

FerUy commented 7 years ago

Hi @arslan70

Restcomm as for now runs over JBoss-AS7, which doesn't support Java 8. That's the underlying reason. We have in the roadmap upgrading the the application server to Wildfly 10.x, then Java 8 will be supported.

Best regards