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

fix: add spring-boot-configuration-processor to maven-compiler-plugin configuration #1846

Merged
merged 1 commit into from
May 12, 2023

Conversation

emmileaf
Copy link
Contributor

Fixes #1842.

As follow-up to #1775 which fixed the maven-compiler-plugin artifact id, this PR adds spring-boot-configuration-processor explicitly under annotationProcessorPaths configuration for maven-compiler-plugin, so that spring-cloud-gcp-autoconfigure/target/META-INF/spring-configuration-metadata.json gets generated at compile-time.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@emmileaf emmileaf merged commit 7553d04 into main May 12, 2023
@emmileaf emmileaf deleted the spring-boot-configuration-processor-patch branch May 12, 2023 20:35
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.

Generate Spring Configuration Metadata via spring-boot-configuration-processor
2 participants