Skip to content
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

[GR-60094] Add demos for Embedding SBOM in Native Image. #306

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

olyagpl
Copy link
Member

@olyagpl olyagpl commented Dec 5, 2024

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 5, 2024
@olyagpl olyagpl requested review from rudsberg and fniephaus December 5, 2024 16:06
# sdk install java 24.ea.23-graal
cd sbom-test
mvn clean package
mvn -Pnative package
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step will pass with the new EA build available. Currently it's on 24.ea.22-graal. We need 24.ea.23-graal for the new option --enable-sbom=class-level to become available.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted.

@olyagpl
Copy link
Member Author

olyagpl commented Dec 17, 2024

With the new GraalVM EA build published today, jdk-24.0.0-ea.24, the checks passed. The new SBOM flag --enable-sbom=class-level is available.

@olyagpl olyagpl requested a review from sachin-pikle December 17, 2024 16:33
@olyagpl olyagpl merged commit 46fe4af into master Dec 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants