Skip to content

Add RJE_VERBOSE output when a BOM version is overridden by an explicit dependency#1172

Merged
shs96c merged 1 commit into
bazel-contrib:masterfrom
cheister:bom-version-override-logging
Jun 19, 2024
Merged

Add RJE_VERBOSE output when a BOM version is overridden by an explicit dependency#1172
shs96c merged 1 commit into
bazel-contrib:masterfrom
cheister:bom-version-override-logging

Conversation

@cheister
Copy link
Copy Markdown
Collaborator

Address #1161 with verbose logging since I don't think overriding a version from dependencyManagement is uncommon in Maven.

@cheister cheister requested review from Wyverald, jin and shs96c as code owners June 16, 2024 01:35
Copy link
Copy Markdown
Collaborator

@shs96c shs96c left a comment

Choose a reason for hiding this comment

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

LGTM

.filter(dep -> !artifactKeys.contains(getArtifactKey(dep.getArtifact())))
.filter(
dep -> {
String artifactKey = getArtifactKey(dep.getArtifact());
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Nit: This could be done in a peek, but I guess here is fine too

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I think you're right, the peek is better. Added in #1178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants