Skip to content

Conversation

@seuros
Copy link
Contributor

@seuros seuros commented Jun 6, 2025

  • Bump version to 80.0 for Rails 8.0.x support
  • Update activerecord dependency to ~> 8.0.0
  • Update README to show master branch targets Rails 8.0.x
  • Add 72-stable branch for Rails 7.2.x support
  • Require JRuby 10.0.0 minimum for Rails 8
  • Fix deprecated File.exists? to File.exist?

PS: still getting familiar with this code base.

   - Bump version to 80.0 for Rails 8.0.x support                                                                                                                                                                                                            │
   - Update activerecord dependency to ~> 8.0.0                                                                                                                                                                                                              │
   - Update README to show master branch targets Rails 8.0.x                                                                                                                                                                                                 │
   - Add 72-stable branch for Rails 7.2.x support                                                                                                                                                                                                            │
   - Require JRuby 10.0.0 minimum for Rails 8                                                                                                                                                                                                                │
   - Fix deprecated File.exists? to File.exist?
@enebo
Copy link
Member

enebo commented Jun 6, 2025

@seuros thanks for trying to get this setup. The PR nearly worked but it is still requiring Java 1.8 (which was what JRuby 9.4 and lower required) and JRuby 10 requires Java 21 or higher.

@seuros
Copy link
Contributor Author

seuros commented Jun 6, 2025

Ok, will fix it in few.

@seuros
Copy link
Contributor Author

seuros commented Jun 6, 2025

Just noticed the commit message, has the secret vim exit handshake. :D

@enebo enebo merged commit 2d91d6d into jruby:master Jun 6, 2025
0 of 12 checks passed
@enebo
Copy link
Member

enebo commented Jun 6, 2025

@seuros Thanks. Things are not looking horrible on the test front for 8. mysql is missing something really important but the other two seem like they may take less work to get back to green on local tests.

I am not sure if the recent zeitworks fixes to JRuby have landed but that could help some results too (older Rails test runs had some missing constant errors which are probably from that).

@seuros seuros deleted the r80 branch June 6, 2025 16:11
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.

2 participants