Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CC007 opened this issue Jul 24, 2024 · 4 comments

Comments

@CC007
Copy link

CC007 commented Jul 24, 2024

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
Copy link

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

@CC007
Copy link
Author

CC007 commented Oct 2, 2024

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

@membersound
Copy link

membersound commented Oct 8, 2024

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
Copy link
Author

CC007 commented Oct 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants