Backport jruby.sh from JRuby 10#8754
Merged
headius merged 2 commits intojruby:jruby-9.4from Apr 8, 2025
Merged
Conversation
90bf4ca to
0390ded
Compare
0390ded to
1ea54a6
Compare
db624da to
4f96278
Compare
Member
Author
|
Windows failed in the "REMOVE ME" commit because it's trying to install the jruby-launcher gem on Windows without us ever making that work (build tools on Windows will require tweaks to the gem to install live). Can be ignored, because that commit will not be merged in with this. |
4f96278 to
d5c5306
Compare
* Check for Java required Java version using .java-version file. * Interpret "1.8" version as "8". * Handle missing release file by assuming Java 8. * Handle missing .java-version file by assuming Java 8 minimum. * Show detected Java version in error.
d5c5306 to
867b111
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This brings the latest launcher from JRuby 10 back to JRuby 9.4, with all AppCDS and Java detection intact. JRuby 9.4 will use its
bin/.java-versionfile to indicate a minimum Java version of 8.