hyperxpro / Brotli4j

Brotli4j provides Brotli compression and decompression for Java.
Apache License 2.0
107 stars 35 forks source link

Add Tests of BrotliDecoderChannel #147

Closed joakime closed 3 months ago

joakime commented 3 months ago

Motivation:

Noticed there were no tests for BrotliDecoderChannel, so here are a few for you to add.

Modification:

Created test cases for BrotliDecoderChannel.

Result:

See test cases

hyperxpro commented 3 months ago

Let me know if you want me to cut a release.

joakime commented 3 months ago

Let me know if you want me to cut a release.

Still working on the basics of integration on my side. If you want to cut a release in the next month or two for your own reasons, don't let me stop you.

There's no rush for a release of brotli4j from me (yet).

hyperxpro commented 3 months ago

I don't have any release timeline but I'd help in every possible way to help in your integration in Jetty. :)

Btw, is the PR up?

hyperxpro commented 3 months ago

Thanks a lot!