Skip to content
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

JRuby support #38

Open
headius opened this issue Jan 26, 2022 · 1 comment
Open

JRuby support #38

headius opened this issue Jan 26, 2022 · 1 comment

Comments

@headius
Copy link

headius commented Jan 26, 2022

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.

@hsbt
Copy link
Member

hsbt commented Jan 27, 2022

👍

In my understanding, Will JRuby team ship jruby-zlib from this repo in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants