You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current latest version of the CycloneDX Maven plugin is 2.9.1 (released Nov 28 2024), and Maven Central also shows 2.9.1 as the most recent version.
This version still fails when generating a BOM for projects compiled with Java 25 (classfile major version 69), producing: [github.com][github.com]
Byte code … is corrupt
Unsupported class file major version 69
This matches the behavior reported in Issue #629 (Support Java 25).
Since the fix has already been merged, could you please publish a new release including it?
This would unblock users building with Java 25 toolchains.
Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The current latest version of the CycloneDX Maven plugin is 2.9.1 (released Nov 28 2024), and Maven Central also shows 2.9.1 as the most recent version.
This version still fails when generating a BOM for projects compiled with Java 25 (classfile major version 69), producing: [github.com] [github.com]
Byte code … is corrupt
Unsupported class file major version 69
This matches the behavior reported in Issue #629 (Support Java 25).
Since the fix has already been merged, could you please publish a new release including it?
This would unblock users building with Java 25 toolchains.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions