Empty stream for gzipped response

2023-01-17 Thread Dmitri T
Hello. After upgrading from Camel 3.7.x to the recent version, gzipped response (Content-Encoding: gzip) from a route comes empty. I have found an issue CAMEL-13092 (fixed in Camel 3.10) which caused that in camel-http-common/src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java (line

Re: Empty stream for gzipped response

2023-01-17 Thread Dmitri T
; On Tue, Jan 17, 2023 at 1:03 PM Dmitri T wrote: > > > Hello. > > After upgrading from Camel 3.7.x to the recent version, gzipped > > response (Content-Encoding: gzip) from a route comes empty. I have > > found an issue CAMEL-13092 (fixed in Camel 3.10) which caused that in &

Re: Empty stream for gzipped response

2023-01-19 Thread Dmitri T
d()) { > LOG.debug("Streaming GZIP response in chunked mode with buffer > size {}", response.getBufferSize()); > } > > > > On Wed, Jan 18, 2023 at 10:22 AM Claus Ibsen wrote: > > > > > > > On Tue, Jan 17, 2023 at 3:16 PM D

Re: Empty stream for gzipped response

2023-01-20 Thread Dmitri T
BTW, it seems that behavior comes from "The type converter from InputStream to byte[] will now close the input stream after the conversion" (https://camel.apache.org/manual/camel-3x-upgrade-guide-3_18.html) чт, 19 янв. 2023 г. в 17:42, Dmitri T : > > Hi. > > This fix does

tag contains a version range in features.xml

2023-01-23 Thread Dmitri T
Hello. Starting from Camel 3.8 features.xml contains a version range inside instead of a concrete version: mvn:org.apache.cxf.karaf/apache-cxf/[3,4)/xml/features mvn:org.apache.jclouds.karaf/jclouds-karaf/[2.1,2.1]/xml/features mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features mvn:org.hi

Re: tag contains a version range in features.xml

2023-01-23 Thread Dmitri T
l-karaf/commit/79dfa35ff299a779687eb85e7bc34785969cfe16 > > It's legit to have a version range and not a concrete version. > > Il giorno lun 23 gen 2023 alle ore 12:15 Dmitri T ha > scritto: > > > Hello. > > > > Starting from Camel 3.8 features.xml contains a

Re: tag contains a version range in features.xml

2023-01-23 Thread Dmitri T
> Il giorno lun 23 gen 2023 alle ore 13:12 Dmitri T ha > scritto: > > > I believe it's legit to have a version range for tag, but > > not for . When you add a repository, you provide a > > concrete url to maven repo. > > > > пн, 23 янв. 2023

camel-blueprint 4

2023-03-27 Thread Dmitri T
Hello. Is camel-blueprint planned to be as a part of Camel 4? There is mention on https://camel.apache.org/manual/camel-4-migration-guide.html -- Best regards, Dmitri