Skip to content

Java 25 asm issue #955

@uhoefel

Description

@uhoefel

Affected version

<= 3.15.1

Bug description

Using the latest maven-plugin-plugin 3.15.1 with classes from Java 25 fails due to asm being too old:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.15.1:descriptor (default-descriptor) on project myproject.plugin: Execution default-descriptor of goal org.apache.maven.plugins:maven-
plugin-plugin:3.15.1:descriptor failed: Unsupported class file major version 69 -> [Help 1]

This probably should be fixed by #948

I guess using the new ClassFile API is not an option due to the supported java version being 8?

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions