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

Handle add-options appropriately across JRuby versions #30

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

headius
Copy link
Member

@headius headius commented Mar 9, 2020

For JRuby versions earlier than 9.2.1, we do not specify add-opens
flags because we do not export a module to use.

For JRuby versions from 9.2.1 through 9.2.9, we hardcode some
add-opens for org.jruby.dist, because these versions did not ship
a .module_opts file.

For JRuby versions 9.2.10 and higher we use .module_opts file.

For JRuby versions earlier than 9.2.1, we do not specify add-opens
flags because we do not export a module to use.

For JRuby versions from 9.2.1 through 9.2.9, we hardcode some
add-opens for org.jruby.dist, because these versions did not ship
a .module_opts file.

For JRuby versions 9.2.10 and higher we use .module_opts file.
@headius headius merged commit 6b63ec6 into jruby:master Mar 9, 2020
@headius headius deleted the add_opens_correctly branch March 10, 2020 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant