[
https://issues.apache.org/jira/browse/CAMEL-17704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-17704.
---------------------------------
Resolution: Fixed
> camel-netty-starter - Unable to set camel.component.netty.decoders
> ------------------------------------------------------------------
>
> Key: CAMEL-17704
> URL: https://issues.apache.org/jira/browse/CAMEL-17704
> Project: Camel
> Issue Type: Bug
> Components: camel-netty, camel-spring-boot-starters
> Affects Versions: 3.14.1
> Reporter: Vincenzo Galluccio
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 3.16.0
>
>
> When using {*}{{camel-netty-starter}}{*}, and I'm having issues with
> *{{camel.component.netty.decoders}}* property. I get the following error:
> {code:java}
> Failed to bind properties under 'camel.component.netty.decoders' to
> java.util.List<io.netty.channel.ChannelHandler>: No converter found capable
> of converting from type [java.lang.String] to type
> [java.util.List<io.netty.channel.ChannelHandler>]{code}
> This is how I set the property:
> {code:java}
> camel.component.netty.decoders=#myDecoder{code}
> {{When I use the _*decoders*_}} +query+ parameter it works fine:
> {code:java}
> netty:tcp://localhost:9999?decoders=#myDecoder{code}
>
> PS: I assume the issue also affects *camel.component.netty.encoders* property
--
This message was sent by Atlassian Jira
(v8.20.1#820001)