Spring Boot 3.x integration. Fixes #485#504
Spring Boot 3.x integration. Fixes #485#504rdebusscher merged 6 commits intomicrostream-one:masterfrom rdebusscher:spring-boot3
Conversation
|
I would prefer to see the common as a library only, with no dependency on mIcrostream. |
|
@zdenek-jonas As discussed, the PR without spring-boot-common module. |
|
Spring must add this dependency to generate the metadata file from custom configuration fields. This file is essential for IDE (such as IntelliJ) to enable context suggestions for developers. To add And also please add enforce plugin to check if this file exists (like spring boot 2) Some more information about: |
Support for Spring Boot 3 which requires now the usage of AutoConfiguration and no longer spring.factories file.
Creation of a common artifact in a way
-No code changes required when moving from Spring Boot 2 to 3 version (just pom.xml to update)