Dan Ziemba opened MDEP-774 and commented
The analyze-only goal does not work with Java 17 bytecode:
Execution dep-analyze of goal org.apache.maven.plugins:maven-dependency-plugin:3.2.0:analyze-only failed: PermittedSubclasses requires ASM9
Running the same build under the same version of Java 17, but with "maven.compiler.release" set to 16 works fine.
Affects: 3.2.0
Issue Links:
-
MDEP-784 Upgrade maven-dependency-analyzer to 1.12.0
("is blocked by")
-
MDEP-747 analyze-only failed: Unsupported class file major version 61 (Java 17)
-
MDEP-786 Sealed classes not supported
-
MSHARED-982 Use OpCodes.ASM9 (ASM 9.2)
9 votes, 15 watchers
Dan Ziemba opened MDEP-774 and commented
The analyze-only goal does not work with Java 17 bytecode:
Running the same build under the same version of Java 17, but with "maven.compiler.release" set to 16 works fine.
Affects: 3.2.0
Issue Links:
MDEP-784 Upgrade maven-dependency-analyzer to 1.12.0
("is blocked by")
MDEP-747 analyze-only failed: Unsupported class file major version 61 (Java 17)
MDEP-786 Sealed classes not supported
MSHARED-982 Use OpCodes.ASM9 (ASM 9.2)
9 votes, 15 watchers