Skip to content

upgrade to ASM 9.2 so that easymock can work with JDK18-EA #277

Description

@ffang

to aovid the error like from ASM ClassReader

Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 62
		at org.objectweb.asm.ClassReader.<init>(ClassReader.java:196)
		at org.objectweb.asm.ClassReader.<init>(ClassReader.java:177)
		at org.objectweb.asm.ClassReader.<init>(ClassReader.java:163)
		at org.objectweb.asm.ClassReader.<init>(ClassReader.java:284)

Class file major version 62 stands for JDK18, and ASM 9.2 starts supporting this version

Metadata

Metadata

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions