You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating to spring-boot v3.4.0 (ws: v4.0.11) (also observed in v3.4.1) from 3.3.7 (ws: v4.0.8), a regression is observed when having a custom FaultMessageResolver that throw a checked exception.
To replicate:
Have a WebServiceTemplate with a custom FaultMessageResolver:
When updating to spring-boot v3.4.0 (ws: v4.0.11) (also observed in v3.4.1) from 3.3.7 (ws: v4.0.8), a regression is observed when having a custom FaultMessageResolver that throw a checked exception.
To replicate:
Have a WebServiceTemplate with a custom FaultMessageResolver:
Have the custom FaultMessageResolver
And the WebServiceTemplate operation invokation, server side should return a fault
Let me know if any further information is required.
Thank you for the help
The text was updated successfully, but these errors were encountered: