Discussion:
Brotli compression
Philippe Mouawad
2016-11-15 19:50:56 UTC
Permalink
Hello,
Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression supported by
HttpCore/HttpClient ?

Thanks
Regards
Philippe
Gary Gregory
2016-11-15 23:14:05 UTC
Permalink
I do not think so. This would be interesting to add to Commons Compress
though.

Gary
Post by Philippe Mouawad
Hello,
Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression supported by
HttpCore/HttpClient ?
Thanks
Regards
Philippe
Philippe Mouawad
2016-11-16 07:33:03 UTC
Permalink
Hi Gary,
I created :
https://issues.apache.org/jira/browse/COMPRESS-370

Regards
Post by Gary Gregory
I do not think so. This would be interesting to add to Commons Compress
though.
Gary
Post by Philippe Mouawad
Hello,
Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression supported
by
Post by Philippe Mouawad
HttpCore/HttpClient ?
Thanks
Regards
Philippe
--
Cordialement.
Philippe Mouawad.
Gary Gregory
2016-11-16 08:49:39 UTC
Permalink
There is Java implementation here https://github.com/meteogroup/jbrotli but
it is not 100% Java.

Gary

On Tue, Nov 15, 2016 at 11:33 PM, Philippe Mouawad <
Post by Philippe Mouawad
Hi Gary,
https://issues.apache.org/jira/browse/COMPRESS-370
Regards
Post by Gary Gregory
I do not think so. This would be interesting to add to Commons Compress
though.
Gary
Post by Philippe Mouawad
Hello,
Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression supported
by
Post by Philippe Mouawad
HttpCore/HttpClient ?
Thanks
Regards
Philippe
--
Cordialement.
Philippe Mouawad.
--
E-Mail: ***@gmail.com | ***@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory
Philippe Mouawad
2017-04-13 12:48:32 UTC
Permalink
Hello,
There appear to be a java decoder as per:


https://github.com/google/brotli/issues/466



https://github.com/google/brotli/tree/master/java/org/brotli

Httpd 2.4 last release support Brotli now on server side.

Regards
Post by Gary Gregory
There is Java implementation here https://github.com/meteogroup/jbrotli but
it is not 100% Java.
Gary
On Tue, Nov 15, 2016 at 11:33 PM, Philippe Mouawad <
Post by Philippe Mouawad
Hi Gary,
https://issues.apache.org/jira/browse/COMPRESS-370
Regards
<javascript:;>>
Post by Philippe Mouawad
Post by Gary Gregory
I do not think so. This would be interesting to add to Commons Compress
though.
Gary
On Nov 15, 2016 11:51 AM, "Philippe Mouawad" <
Post by Philippe Mouawad
Hello,
Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression
supported
Post by Philippe Mouawad
Post by Gary Gregory
by
Post by Philippe Mouawad
HttpCore/HttpClient ?
Thanks
Regards
Philippe
--
Cordialement.
Philippe Mouawad.
--
<javascript:;>
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory
--
Cordialement.
Philippe Mouawad.
Gary Gregory
2017-04-30 00:23:19 UTC
Permalink
Should at least just bridge to the decompression code from Google for now?

Gary

On Thu, Apr 13, 2017 at 5:48 AM, Philippe Mouawad <
Post by Philippe Mouawad
Hello,
https://github.com/google/brotli/issues/466
https://github.com/google/brotli/tree/master/java/org/brotli
Httpd 2.4 last release support Brotli now on server side.
Regards
Post by Gary Gregory
There is Java implementation here https://github.com/meteogroup/jbrotli but
it is not 100% Java.
Gary
On Tue, Nov 15, 2016 at 11:33 PM, Philippe Mouawad <
Post by Philippe Mouawad
Hi Gary,
https://issues.apache.org/jira/browse/COMPRESS-370
Regards
<javascript:;>>
Post by Philippe Mouawad
Post by Gary Gregory
I do not think so. This would be interesting to add to Commons
Compress
Post by Gary Gregory
Post by Philippe Mouawad
Post by Gary Gregory
though.
Gary
On Nov 15, 2016 11:51 AM, "Philippe Mouawad" <
Post by Philippe Mouawad
Hello,
Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression
supported
Post by Philippe Mouawad
Post by Gary Gregory
by
Post by Philippe Mouawad
HttpCore/HttpClient ?
Thanks
Regards
Philippe
--
Cordialement.
Philippe Mouawad.
--
<javascript:;>
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de4
18%22
Post by Gary Gregory
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory
--
Cordialement.
Philippe Mouawad.
--
E-Mail: ***@gmail.com | ***@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory
Philippe Mouawad
2017-05-20 14:31:52 UTC
Permalink
Hi,
For info, done and release in last commons-compress.

Regards
Post by Gary Gregory
Should at least just bridge to the decompression code from Google for now?
Gary
On Thu, Apr 13, 2017 at 5:48 AM, Philippe Mouawad <
Post by Philippe Mouawad
Hello,
https://github.com/google/brotli/issues/466
https://github.com/google/brotli/tree/master/java/org/brotli
Httpd 2.4 last release support Brotli now on server side.
Regards
<javascript:;>>
Post by Philippe Mouawad
Post by Gary Gregory
There is Java implementation here https://github.com/meteogroup/
jbrotli
Post by Philippe Mouawad
Post by Gary Gregory
but
it is not 100% Java.
Gary
On Tue, Nov 15, 2016 at 11:33 PM, Philippe Mouawad <
Post by Philippe Mouawad
Hi Gary,
https://issues.apache.org/jira/browse/COMPRESS-370
Regards
On Wed, Nov 16, 2016 at 12:14 AM, Gary Gregory <
<javascript:;>>
Post by Philippe Mouawad
Post by Gary Gregory
I do not think so. This would be interesting to add to Commons
Compress
Post by Gary Gregory
Post by Philippe Mouawad
Post by Gary Gregory
though.
Gary
On Nov 15, 2016 11:51 AM, "Philippe Mouawad" <
Post by Philippe Mouawad
Hello,
Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression
supported
Post by Philippe Mouawad
Post by Gary Gregory
by
Post by Philippe Mouawad
HttpCore/HttpClient ?
Thanks
Regards
Philippe
--
Cordialement.
Philippe Mouawad.
--
<javascript:;>
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2
b8>
Post by Philippe Mouawad
Post by Gary Gregory
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de4
18%22
Post by Gary Gregory
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory
--
Cordialement.
Philippe Mouawad.
--
<javascript:;>
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_
tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory
--
Cordialement.
Philippe Mouawad.
Loading...