Skip to content

Stop shading checker-qual in caffeine cache provider (2.0.x line) #1179

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Jul 17, 2025

This commit adjusts the shading in the spring-pulsar-cache-provider-caffeine module to not include the org.checkerframework:checker-qual in the shaded jar.

This commit adjusts the shading in the spring-pulsar-cache-provider-caffeine
module to not include the `org.checkerframework:checker-qual` in the shaded
jar.

Signed-off-by: Chris Bono <[email protected]>
@onobc onobc added this to the 2.0.0-M1 milestone Jul 17, 2025
@@ -23,10 +23,9 @@ shadowJar {
}
relocate 'com.github.benmanes.caffeine', 'org.springframework.pulsar.shade.com.github.benmanes.caffeine'
relocate 'com.google', 'org.springframework.pulsar.shade.com.google'
relocate 'org.checkerframework', 'org.springframework.pulsar.shade.org.checkerframework'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Eventhough main is on caffeine 3.2.1 which no longer includes org.checkerframework this is just dead code that needs to be removed.

@onobc
Copy link
Collaborator Author

onobc commented Jul 17, 2025

@mbhave PTAL

@onobc onobc added the type: improvement An improvement of implementation of existing feature label Jul 17, 2025
@onobc onobc changed the title Stop shading checker-qual in caffeine cache provider Stop shading checker-qual in caffeine cache provider (2.0.x line) Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement An improvement of implementation of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant