Skip to content

feat: provide spotbugs annotation processor to consumers#85

Merged
stevecl5 merged 1 commit intomasterfrom
scl/spotbugs-annotation-processor
Mar 2, 2026
Merged

feat: provide spotbugs annotation processor to consumers#85
stevecl5 merged 1 commit intomasterfrom
scl/spotbugs-annotation-processor

Conversation

@stevecl5
Copy link
Copy Markdown
Contributor

@stevecl5 stevecl5 commented Feb 28, 2026

Summary of Changes

Added spotbugs-annotations annotation processor dependencies for plugin consumers. This is necessary in order for consumers to generate code with the @SuppressFBWarnings annotation.

Public API Additions/Changes

N/A

Downstream Consumer Impact

Downstream consumers (such as path-core:gateway-generator) will be able to generate code with the @SuppressFBWarnings annotation without manually adding the annotation processor dependency.

How Has This Been Tested?

I pulled a snapshot version into path-core and ran ./gradlew dependencies --write-locks, verifying that the annotationProcessor and testAnnotationProcessor are included by default in the gradle.lockfile.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@stevecl5 stevecl5 merged commit bd067bd into master Mar 2, 2026
7 checks passed
@stevecl5 stevecl5 deleted the scl/spotbugs-annotation-processor branch March 2, 2026 16:34
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