spring-projects / spring-ws

Spring Web Services
https://spring.io/projects/spring-ws
Apache License 2.0
321 stars 311 forks source link

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

Open CC007 opened 3 months ago

CC007 commented 3 months ago

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

flaviobarisoneMD commented 1 month ago

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

CC007 commented 1 month ago

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

membersound commented 1 month ago

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

CC007 commented 1 month ago

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.