Removing unnecessary runtime dependency of core: spotbugs-annotations#2325
Merged
CCisGG merged 1 commit intolinkedin:mainfrom Oct 28, 2025
Merged
Removing unnecessary runtime dependency of core: spotbugs-annotations#2325CCisGG merged 1 commit intolinkedin:mainfrom
CCisGG merged 1 commit intolinkedin:mainfrom
Conversation
Signed-off-by: Andras Katona <akatona@cloudera.com>
david-simon
approved these changes
Oct 28, 2025
Contributor
Author
|
@CCisGG could you take a look pls? |
Contributor
|
@akatona84 Merged. Thanks for the fix! |
ivonaest
pushed a commit
to Nordix/cruise-control
that referenced
this pull request
Nov 4, 2025
…linkedin#2325) Signed-off-by: Andras Katona <akatona@cloudera.com>
georgew5656
pushed a commit
to DataDog/cruise-control
that referenced
this pull request
Dec 4, 2025
…linkedin#2325) Signed-off-by: Andras Katona <akatona@cloudera.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Expected Behavior
spotbugs-annotation not appearing in the runtime dependencies any more
Actual Behavior
spotbugs-annotation is in the runtime dependencies of cruise control
Steps to Reproduce
./gradlew :cruise-control:dependenciesKnown Workarounds
Explicit exclusion is required in projects using the Cruise Control dependency.
Categorization