ef-labs / vertx-jersey

Run jersey in vert.x
MIT License
150 stars 47 forks source link

Java 11 support? #75

Open spudone opened 5 years ago

spudone commented 5 years ago

Are there plans to pick this up again and support Java 11 + newer versions of Jersey?

Java 11 compiler target currently fails due to the Jersey 2.25.1 using an older asm version - see ClassReader.java:

// checks the class version
// added "support" for java 9 compiled classes
if (readShort(off + 6) > Opcodes.V9) {
   throw new IllegalArgumentException();
}
adrianluisgonzalez commented 5 years ago

Yes, but afraid I don't have a time frame I can share.