Closed as not planned
Closed as not planned
Description
While upgrading to Spring Boot 3.4.3, I ran into this Spring Framework 6.2.3 issue while running tests: NullPointerException thrown when ConfigurationClassEnhancer creates CGLIB proxy.
As a temporary workaround, I tried overriding spring-framework.version
to 6.2.2, but that results in 'method not found' errors, so it seems that Spring Boot 3.4.3 is not compatible with the previous Spring Framework patch release.
The same issue also seems to be present in Spring Framework 6.1.17, affecting Spring Boot 3.3.9.
I don't know if this affects a significant number of users, but it seems that this Spring Framework bug is currently a blocker for upgrading to the latest versions of Spring Boot.