Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [annotationActionEndpointMapping] is declared through a non-static factory method on that class; consider declaring it as static instead #38745
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Hello everyone,
I init project spring boot 3.2 in https://start.spring.io/
Dependencies: Spring Web Services
When i start mvn spring-boot:run, it display warning
2023-12-12T15:38:47.284+07:00 WARN 231335 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [annotationActionEndpointMapping] is declared through a non-static factory method on that class; consider declaring it as static instead
The source code
demo.zip
Are there any suggestions about how best to tackle the problem? Does it affect the program? Thanks a lot!
The text was updated successfully, but these errors were encountered: