Is your feature request related to a problem? Please describe.
Need new release with fixes from
Describe 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
Is your feature request related to a problem? Please describe.
Need new release with fixes from
EncoderJNI.Operationis 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