mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Java builds missing from Maven for releases after 0.1.2 #252
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 @micolous on GitHub (Oct 7, 2018).
It appears that there have been no builds uploaded to Maven repositories of the Java library after 0.1.2.
I looked in these places:
pom.xml doesn't look like it has been updated in a while.
Unfortunately, these older versions of Brotli don't appear to be stream-compatible with files produced by the current version.Correction: I made a mistake in my code, and it seems to work now.I'm not sure whether the versioning is supposed to be different, but the code that's on Maven Central now is definitely way out of sync with regular releases.
@eustas commented on GitHub (Oct 7, 2018):
Hello.
I've planned rolling of "shared brotli" to master in Q4. Java decoder will also get the update, and it will be the perfect timing for releasing new version of Java library...
@pmouawad commented on GitHub (Oct 21, 2018):
Hello @eustas ,
Is there some planned date ?
We are interested also at JMeter project:
Thank you
Regards
@eustas commented on GitHub (Oct 22, 2018):
Hopefully brotli v1.0.7 will be released today; Java brotli release will follow soon.
@eustas commented on GitHub (Oct 22, 2018):
But IIRC, there is almost no changes to Java decoder since last release.
@pmouawad commented on GitHub (Oct 22, 2018):
Hello,
Thanks for feedback.
In JMeter we’re using it for brotli decoding.
It works, but for www.google.com it fails:
I double checked , I see changes in org.brotli.dec.Utils.
I'll wait for the release.
Regards
@eustas commented on GitHub (Oct 23, 2018):
Unfortunately, bug is not very descriptive. Could you attach the payload that does not decompress?
In the meanwhile, v1.0.7 is released, so now it is perfect time to fix java decoder, before java build is released...
@eustas commented on GitHub (Oct 23, 2018):
Does not reproduce.
Steps:
https://www.google.commain document withbrencoding (in Chrome DevTools, Network Panel, right click, "copy", "copy as cURL"; then paste in terminal and append>> google.br)aaac88ajava/dec/Main.javajava/dec/BUILD:bazel build java/dec:allbazel-bin/java/dec/main google.brResult of execution: number that corresponds to uncompressed size. For me it is the same as produced by C decoder. No exceptions -> decompression finished normally.
@eustas commented on GitHub (Oct 23, 2018):
BTW, though there is no "bug-fixes" to decoder, the new version should become faster, slimmer, and won't suffer from JDK 8 <-> 9 incompatibility (
NoSuchMethodErrorforByteBuffermethods)@pmouawad commented on GitHub (Oct 24, 2018):
Hello,
After double checking our code, there is no issue in dec, sorry for the noise.
And thanks for your rapid and great quality feedback.
Regards
@eustas commented on GitHub (Oct 25, 2018):
Phew, then Java release is unblocked =)
Going to prepare and publish "large window" mode then, to make Java decoder in par with C one, and then release version 0.2.0.
@re-thc commented on GitHub (Jan 22, 2019):
@eustas did you end up having time to make the Java release?
@eustas commented on GitHub (Jan 23, 2019):
Sorry, was busy working on pik / JPEG XL. Hopefully, will have time for brotli in mid-February.
@LukeButters commented on GitHub (May 17, 2019):
How did you go?
would we also have access to the encoder in java?
@eustas commented on GitHub (Jul 18, 2019):
Hot period seem to be over. Hopefully will get java next release soon =)
@scriptkids commented on GitHub (Aug 4, 2019):
Hope to get the new release soon~
@ajarosz commented on GitHub (Sep 6, 2019):
Any chances on getting latest release from maven soon @eustas?
@Darkhax commented on GitHub (Dec 29, 2019):
Will we still be getting an updated version for Java on maven? Some of these changes will be really helpful and I am looking forward to them.
@eustas commented on GitHub (Dec 29, 2019):
Going to push a new version, as soon as get a slice of free time.
One important feature is still not finished - dictionary support. So, one more version will be released after that =)
@eperret commented on GitHub (May 13, 2020):
I still don't see a new version of the brotli library on maven central after version 0.1.2 (2017). https://mvnrepository.com/artifact/org.brotli. Should we consider this project dead for maven?
@eustas commented on GitHub (May 13, 2020):
Sorry for the unfulfilled promises. I believe dictionary support is now finished (modulo transpilation of new version from Java to JS). So it is time to release a version =)
@eperret commented on GitHub (Jun 4, 2020):
Any update @eustas ?
@eperret commented on GitHub (Jun 15, 2020):
This repo does not support maven and only supports bazel.
@eperret commented on GitHub (Jan 6, 2021):
@eustas Is there an update? Is there something I can help with?
@martin-g commented on GitHub (Feb 9, 2021):
+1 for a new release!
@martin-g commented on GitHub (Feb 11, 2021):
I've found about https://github.com/hyperxpro/Brotli4j. It has recent releases and natives for Linux x86_64/aarch64, windows and macos x86_64. Both Decoder and Encoder.
@vfsfitvnm commented on GitHub (May 26, 2022):
Any update? @eustas
@eustas commented on GitHub (Aug 3, 2023):
Moved to umbrella #1056
@stacktracer commented on GitHub (Nov 21, 2024):
Can we reopen this issue? #1056 was closed without addressing it.
@eustas commented on GitHub (Sep 10, 2025):
See #1327