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

Annotate auto-configurations with @AutoConfiguration #349

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

groldan
Copy link
Member

@groldan groldan commented Aug 3, 2023

technical debt: annotate auto configuration classes with spring-boot's @AutoConfiguration instead of spring's @Configuration.

@AutoConfiguration was introduced in 2.7 with the idea to mark all auto-configurations with its dedicated annotation and move away from spring.factories for auto-configuration imports in 3.0 as described in this
Github issue.

technical debt: annotate auto configuration classes with
spring-boot's `@AutoConfiguration` instead of spring's `@Configuration`.

`@AutoConfiguration` was introduced in 2.7 with the idea to
mark all auto-configurations with its dedicated annotation
and move away from spring.factories for auto-configuration
imports in 3.0 as described in this
[Github issue](spring-projects/spring-boot#29698).
@groldan groldan merged commit 77954a8 into geoserver:main Aug 3, 2023
@groldan groldan deleted the autoconfigurations branch August 3, 2023 16:19
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.

1 participant