You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JRuby has an impl of zlib based on a Java port of libzlib called "jzlib". We need to incorporate our version into this gem in some way (in descending order of tight integration):
directly merge our extension
release our own jruby-zlib gem and a zlib -java gem that avoids shipping the C ext and depends on the JRuby version
release a -java version that does nothing on JRuby
We will put together a PR soon.
The text was updated successfully, but these errors were encountered:
JRuby has an impl of zlib based on a Java port of libzlib called "jzlib". We need to incorporate our version into this gem in some way (in descending order of tight integration):
We will put together a PR soon.
The text was updated successfully, but these errors were encountered: