-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Hello,
I just recently tried to update my Service Broker from Spring Boot 3.5.x to 4.0.x. While the compile worked fine with the latest release 4.5.0, already the first integration test was failing as the application didn't stated. It is complaining about class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration not found. It seems that Spring Framework has changed the package name with the last major version to org.springframework.boot.autoconfigure.webflux and I see that this Autoconfiguration is used in org.springframework.cloud.servicebroker.autoconfigure.web.reactive.ServiceBrokerWebFluxAutoConfiguration.java.
I assume, as this is a breaking change that this change can not be done on the 4.5.x branch and would require a new branch based on Spring Boot 4.0.
Do you have any plans or timeline for such a new release you could share?
Thank you in advance!
best regards,
Alex
PS: I could also try to support when help is needed.