zbendhiba commented on issue #1188: URL: https://github.com/apache/camel-quarkus/issues/1188#issuecomment-789793908
I've tried to work on this one a little bit. I managed to unshade netty and jackson, tu use quarkus extensions. I'm not that fine of how I did. Instance of having the unshade on just couchbase client, I had the whole camel-couchbase, because of the shaded jackson import used in the Camel project. I'm not that convinced. My main problem for native mode is that I don't know how to change the [Jackson Afterburner Module](https://github.com/FasterXML/jackson-modules-base/tree/master/afterburner). The workaround I've found is to remove jackson-afterburner-module, and to relocate that class. But I don't know how to create new Serializers to replace Afterburner for quarkus, so I have so many errors. There's a similar issue here : [quarkus-10729](https://github.com/quarkusio/quarkus/issues/10729). My pending work is [here](https://github.com/zbendhiba/camel-quarkus/tree/1188_couchbase_unshad_netty) . If someone interested to continue the work. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
