Files
spring-boot/module/spring-boot-webservices
Stéphane Nicoll 54fc77b51f Prevent default WebServiceMessageFactory to be created
This commit improves the builder to provide the message factory upfront
rather than setting it after the WebServiceTemplate has been
instantiated.

By providing the factory upfront (if it is set), it prevents the
default strategy to be created first to be then erased by the custom
factory.

Closes gh-48615
2025-12-24 14:51:00 +01:00
..