Is your feature request related to a problem? Please describe.
The latest Azure Spring Cloud Feature Management Web (azure-spring-cloud-feature-management-web:2.7.0) can work with Spring Boot 2.7.x, it's incompatible with the milestone version 3.0.0-M3, which the Spring will release its official version soon.
Found exception : java.lang.NoClassDefFoundError: org/springframework/web/servlet/handler/HandlerInterceptorAdapter
This interface org.springframework.web.servlet.handler.HandlerInterceptorAdapter has been deprecated since spring-webmvc 5.3, and removed in spring-webmvc 6.0.0.M4.
Describe the solution you'd like
Should use an alternate interface.
Describe alternatives you've considered
Compatible with Spring Boot 3.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Is your feature request related to a problem? Please describe.
The latest Azure Spring Cloud Feature Management Web (azure-spring-cloud-feature-management-web:2.7.0) can work with Spring Boot 2.7.x, it's incompatible with the milestone version 3.0.0-M3, which the Spring will release its official version soon.
Found exception :
java.lang.NoClassDefFoundError: org/springframework/web/servlet/handler/HandlerInterceptorAdapterThis interface
org.springframework.web.servlet.handler.HandlerInterceptorAdapterhas been deprecated sincespring-webmvc5.3, and removed inspring-webmvc6.0.0.M4.Describe the solution you'd like
Should use an alternate interface.
Describe alternatives you've considered
Compatible with Spring Boot 3.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report