mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Java implementation of Brotli #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hulaud on GitHub (Sep 19, 2016).
Right now the only way to use Brolti in the backend is to use the Java binding for Brotli (JNI). It is not always possible to run native code in backend. Could Google release a pure Java implementation of Brotli to facilitate its adoption. I am mostly interested in the decompression part.
@eustas commented on GitHub (Sep 19, 2016):
Hello. We already have pure Java decoder.
Unfortunately its quality isn't proven, so it is too early to release it.
I hope this will arrive shortly after v1.0.0 brotli release that is getting closer and closer.
@eustas commented on GitHub (Sep 19, 2016):
Good news: we have decided to publish this draft very soon (before v1.0.0).
@eustas commented on GitHub (Oct 12, 2016):
Update: we have more-or-less working java decoder now =) going to publish it early next week.
@hulaud commented on GitHub (Oct 12, 2016):
@eustas great news!!! Thanks :)
@eustas commented on GitHub (Oct 17, 2016):
Done. Going to push to Maven Central, but it might take a considerable amount time.
@eustas commented on GitHub (Oct 17, 2016):
poms are wrong (but still work). Going to fix them ASAP.
@jstlnd commented on GitHub (Nov 16, 2016):
Any ETA on when this can be published to Maven Central?
@eustas commented on GitHub (Nov 16, 2016):
Next week, I hope.
@jstlnd commented on GitHub (Nov 16, 2016):
Awesome! Thanks!
@bgleib commented on GitHub (Nov 28, 2016):
Hello! Any updates on this being published? Thanks!
@eustas commented on GitHub (Nov 30, 2016):
Sorry for the delay (again). Now, I think it will be on the next week. Sorry.
@charliermarsh commented on GitHub (Dec 26, 2016):
Sorry to ask again, but any updates on the publish?
@eustas commented on GitHub (Jan 10, 2017):
Still waiting for brotli.org to be made online. Sorry.
@eustas commented on GitHub (Feb 20, 2017):
org.brotli.dec is now accessible on Maven Central =)
https://search.maven.org/#search%7Cga%7C1%7Corg.brotli.dec
@jstlnd commented on GitHub (Feb 20, 2017):
Cool! Thanks for letting us know.
@CAFxX commented on GitHub (Jul 30, 2017):
Are there any plans to also implement the encoder?
@mkarg commented on GitHub (Jun 30, 2021):
Looking at the mass of Java based services it would be really cool to have a Java-implemented encoder. Are there any plans for that, and if not, what are the reasons? Or are you just waiting for volunteers?