spring-projects/spring-ws

Spring Boot 3.3.1 new warning about `DelegatingWsConfiguration is not eligible for getting processed by all BeanPostProcessors`

CC007 opened this issue · 4 comments

This is a continuation of #1391, since the problem still persists.

Aside from that, I also noticed that this same error also occurs when extending the WsConfigAdapter, and I'm not the only one. See this StackOverflow question

Have this warning any consequences on spring-ws module features?

Yes it could have consequences. Spring doesn't log this without reason: https://www.baeldung.com/spring-not-eligible-for-auto-proxying

So still no progess? is this an error that should actively be resolved by the application itself (if so - how)?
Or can we neglect it and it will be fixed in some upcoming release?

Still persistent in spring-boot-3.3.4

I don't think users can fix this after the fact. It's something that would need to be fixed in the library. The library may or may not rely on this post-processing. This needs to be evaluated, to see if this causes any issues in the functionality of the library.