-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 21 support, cyclonedx-maven-plugin:2.7.5 #1144
Comments
Hello @D068130 , |
Hi Hendrik, Thank you for your input , I got the info "Unsupported class file major version 65", which indicate the jdk Compatibility. Thanks |
Hi yutaoj,
https://github.wdf.sap.corp/pages/ContinuousDelivery/piper-doc/steps/mtaBuild/#overview-step |
Hi Hendrik, I can't reproduce this error with my java/maven case in docker image "devxci/mbtci-java21-node20" , I will continue look into this issue . thanks |
I think I just found the issue. But then I tried it for the repository ts-reader for which I also get the error in the pipeline. It is not a multi module project, but it still tries to call: but for a single module project it is supposed to call cyclonedx-maven-plugin:2.7.5:makeBom Can it be that you always use the makeAggregateBom command? And do not differ between aggregate and non aggregate maven projects? |
cloud-mta-build-tool/internal/commands/commands.go
Line 356 in c06513e
In the line linked above you use the command: mvn org.cyclonedx:cyclonedx-maven-plugin:2.7.5:makeAggregateBo ....
The version 2.7.5 does not support Java 21 as far as I could see. Could you please update that to the newest version of the plugin?
Kind regards
Hendrik
The text was updated successfully, but these errors were encountered: