Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.7.1
-
None
-
Unknown
Description
Not too sure about the logic in NettyConfiguration.parseURI but it invokes PropertyBindingSupport.bindProperties. Depending on the combination of URI options it can lead to some of the NettyConfiguration setters being invoked via reflection.
E.g I was testing this URI in camel-quarkus. Both sync & allowDefaultCodec are being set through reflection.
netty:udp://localhost:8081?sync=false&allowDefaultCodec=false