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
In what version(s) of Spring Integration are you seeing this issue?
2.7.1 but I believe that 6.0.0 also has this problem
Describe the bug
When the web-client attribute is included in the declararation of a webflux:outbound-gateway using XML namespace support, the encoding-mode attribute will be ignored silently because the encoding mode from the UriBuilderFactory of the web-client will be used instead.
To Reproduce
Include an encoding-mode attribute and a web-client with a different encoding-mode within the UriBuilderFactory.
Expected behavior
An error or warning to signal that encoding-mode is ignored.