Re: How does Apache Camel (un)marshal with 'gzipDeflater' work?

2024-02-06 Thread Claus Ibsen
Hi The doc is outdated, you need to have camel-zip-deflater JAR On Tue, Feb 6, 2024 at 3:57 PM Quirin Ertl wrote: > In this code snippet I want to unzip a gzip body using Camel. According to > the Camel documentation, no other dependencies are needed apart from > camel-core. > > Link: >

Re: How does Apache Camel (un)marshal with 'gzipDeflater' work?

2024-02-06 Thread Andrea Cosentino
I guess it's an error in documentation. Il mar 6 feb 2024, 15:57 Quirin Ertl ha scritto: > In this code snippet I want to unzip a gzip body using Camel. According to > the Camel documentation, no other dependencies are needed apart from > camel-core. > > Link: >

How does Apache Camel (un)marshal with 'gzipDeflater' work?

2024-02-06 Thread Quirin Ertl
In this code snippet I want to unzip a gzip body using Camel. According to the Camel documentation, no other dependencies are needed apart from camel-core. Link: https://camel.apache.org/components/4.0.x/dataformats/gzipDeflater-dataformat.html#_dependencies public static void main(final