Search code examples
javaapache-camelspring-camel

camel-beanio deprecated and removed since 3.17. What's the replacement?


I'm currently upgrading Camel from 3.2.0 to 3.18.0.

On the 3.17.0 release, camel-beanio was removed (https://camel.apache.org/manual/camel-3x-upgrade-guide-3_17.html).

I didn't see why it was removed nor how to replace it on https://camel.apache.org/manual.

I know I can declare the dependency for camel-beanio in my pom.xml but I don't want to have a camel version of 3.18.0 and camel-beanio of 3.16.0.

Any clue ?

Thanks


Solution

  • Since Camel 4.4 BeanIO is available again: https://camel.apache.org/components/4.4.x/dataformats/beanio-dataformat.html