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

SpringBoot 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!

Comment From: bclozel

Duplicates spring-projects/spring-ws#1391