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

An option to resolve only the runtime part of the ApplicationModel #44167

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

aloubyansky
Copy link
Member

This can be useful in cases when a runtime extension dependency model (including the conditional dependencies) needs to be resolved. Basically, collecting information about all the extensions and their runtime dependencies of an application for analysis by the dev tools.

This change also adds an options to log only the runtime dependency trees to the quarkus:dependency-tree and an option to generate an SBOM only for the Quarkus runtime dependencies to the quarkus:dependency-sbom.

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven labels Oct 29, 2024
Copy link

quarkus-bot bot commented Oct 29, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 227776a.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

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

Are we going to need a Gradle equivalent in the future?

@aloubyansky
Copy link
Member Author

Maybe. In Gradle we already have a dependency configuration that represents Quarkus runtime. It's not exposed as ApplicationModel but it can be logged using standard Gradle configuration logging commands.

@aloubyansky aloubyansky merged commit b6d8822 into quarkusio:main Nov 5, 2024
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.17 - main milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/maven
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants