Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of javassist is compatible with java 8?

Tags:

java

javassist

I am currently onJDK 1.6. I am using ApacheMina's javassist-3.18.1.GA.jar and I want to migrate to JDK 1.8. I would like to know if javassist-3.18.1.GA is compatible with JDK 1.8 or not.

If not, then which version of javassist can be used that is compatible to JDK 1.8 ?

like image 786
Tumi Avatar asked Aug 07 '14 13:08

Tumi


2 Answers

In that case, if you are still wondering, then javassist-3.18.2.GA is surely compatible with jdk 8.

like image 110
azi Avatar answered Sep 20 '22 02:09

azi


Javassist 3.18.1.GA is used in JBoss EAP 6.4 which is compatible with Java 8.

like image 32
jcamillo Avatar answered Sep 20 '22 02:09

jcamillo