Hello.

I've seen that the data format for beanio is back with Camel 4.
I'm trying to create a route in a Camel-K yaml Integration file, but I've
an exception.

It seems that the component is not able to take a string to create a
Charset object :

org.apache.camel.RuntimeCamelException:
> org.apache.camel.NoTypeConversionAvailableException: No type converter
> available to convert from type: java.lang.String to the required type:
> java.nio.charset.Charset


The route is like :

If I remove the encoding, all works as expected since my system charset is
UTF-8.

What's wrong with my yaml ?

I've also noticed that the beanio data format is not automatically added as
a dependency just like the json that I also use in the same Integration.
Why ?

Thanks.

Regards.

Reply via email to