Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0
-
None
-
None
-
Updated spring-boot-autoconfigure-ext and ignite-spring-boot-thin-client-autoconfigure-ext to be compatible with Spring Boot 3.x
-
Release Notes Required
Description
According to Spring Boot documentation autoconfiguration modules must be adjusted to be compatible with SB3.
Also it worth to adjust annotations of igniteInstance bean in IgniteAutoConfiguration, and add @ConditionalOnMissingBean because now this bean take precendence over user defined Ignite bean that might be a little bit surprising to the user.