Tumi
Tumi

Reputation: 91

Which version of javassist is compatible with java 8?

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

Answers (2)

jcamillo
jcamillo

Reputation: 31

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

Upvotes: 1

azi
azi

Reputation: 929

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

Upvotes: 11

Related Questions