Reputation: 91
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
?
Upvotes: 5
Views: 9074
Reputation: 31
Javassist 3.18.1.GA
is used in JBoss EAP 6.4
which is compatible with Java 8
.
Upvotes: 1
Reputation: 929
In that case, if you are still wondering, then javassist-3.18.2.GA
is surely compatible with jdk 8.
Upvotes: 11