quasar icon indicating copy to clipboard operation
quasar copied to clipboard

JDK 14 Support

Open asasisekar opened this issue 4 years ago • 2 comments

We are migrating application to openjdk 14 and Quasar (0.8.0) used. Getting below error.

Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 58
	at co.paralleluniverse.asm.ClassReader.<init>(ClassReader.java:184)
	at co.paralleluniverse.asm.ClassReader.<init>(ClassReader.java:166)
	at co.paralleluniverse.asm.ClassReader.<init>(ClassReader.java:152)
	at co.paralleluniverse.fibers.instrument.QuasarInstrumentor.instrumentClass(QuasarInstrumentor.java:123)
	at co.paralleluniverse.fibers.instrument.QuasarInstrumentor.instrumentClass(QuasarInstrumentor.java:102)
	at co.paralleluniverse.fibers.instrument.InstrumentationTask.instrumentClass(InstrumentationTask.java:191)
	at co.paralleluniverse.fibers.instrument.InstrumentationTask.execute(InstrumentationTask.java:178)
	... 192 more

asasisekar avatar Jul 02 '20 14:07 asasisekar

I fixed this by updating asm to version 9.0.

doctorpangloss avatar Dec 30 '20 20:12 doctorpangloss

@doctorpangloss Thanks for your suggestion. Did you face any challenges or issues for updating asm version to 9.0.

asasisekar avatar Jan 04 '21 22:01 asasisekar