-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please release version 1.17.0 #169
Comments
I will cut release the tonight. |
I have a workaround in place right now, but it is really just a temporary hack that isn't very JPMS friendly. So, please don't feel rushed, if it take a couple of weeks, no big deal. |
It's alright mate, I had the release ready but I was busy figuring out build failures of #163. That said, I will just release it in the next 1 hour, the build is already in progress. My next milestone is to automate the release pipeline, right now I do it manually from a VM. |
Released, syncing to Maven now. |
Confirmed to exist on maven central now - https://repo1.maven.org/maven2/com/aayushatharva/brotli4j/brotli4j/1.17.0/ |
Great to see Jetty finally bringing Brotli! :) |
Alrighty, got Jetty upgraded to 1.17.0! Thank you sir! |
Is your feature request related to a problem? Please describe.
Need new release with fixes from
EncoderJNI.Operation
is not public, preventing the use ofEncoderJNI.push(Operation op, int length)
#144Describe the solution you'd like
A release I can use with those fixes
Describe alternatives you've considered
Forking this repo and making a publishing a release under a different groupId on maven central.
Additional context
See:
[ERROR] /home/jenkins/agent/workspace/jetty.project_PR-12075/jetty-core/jetty-compression/jetty-compression-brotli/src/main/java/org/eclipse/jetty/compression/brotli/BrotliEncoderSink.java:[151,43] com.aayushatharva.brotli4j.encoder.EncoderJNI.Operation is not public in com.aayushatharva.brotli4j.encoder.EncoderJNI; cannot be accessed from outside package
The text was updated successfully, but these errors were encountered: