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

Rails 7.1 support #1146

Open
mullermp opened this issue Jul 4, 2024 · 6 comments
Open

Rails 7.1 support #1146

mullermp opened this issue Jul 4, 2024 · 6 comments

Comments

@mullermp
Copy link

mullermp commented Jul 4, 2024

Hello. The README suggests that the gem 71.x should support Rails 7.1 but I don't see any of these versions published to https://rubygems.org/gems/activerecord-jdbc-adapter or for the adapters.

@mullermp
Copy link
Author

I'm currently doing something like:

  gem 'activerecord-jdbc-adapter', '~> 71.0',
      platform: :jruby,
      # this is not published for some reason
      git: 'https://github.com/jruby/activerecord-jdbc-adapter',
      glob: 'activerecord-jdbc-adapter.gemspec'
  gem 'activerecord-jdbcsqlite3-adapter', '~> 71.0',
      platform: :jruby,
      # this is not published for some reason
      git: 'https://github.com/jruby/activerecord-jdbc-adapter',
      glob: 'activerecord-jdbcsqlite3-adapter/activerecord-jdbcsqlite3-adapter.gemspec'

to pull the latest from github which essentially is 71.x support. 72.x support is still missing though.

@headius
Copy link
Member

headius commented Oct 30, 2024

If my assessment is correct, 7.1 support is pretty solid for SQLite, nearly solid for MySQL, and still needs work for PostgreSQL. We know we need to get these out, plus 7.2 support, but we have been bogged down with lots of other issues the past few months.

@kares @enebo What's the status here?

@enebo
Copy link
Member

enebo commented Oct 30, 2024

@headius you have the right summary. we just need some time to get to this or some more help (which we got quite a bit a couple of months ago).

@mullermp
Copy link
Author

How can I help? Do you have existing tests that would verify the completeness of those adapters when they are fully upgraded? What is the acceptance criteria to be ready for release?

@RTrampov
Copy link

Hey guys, happy new year!

Rails 7.0 security supports ends on 01 Apr 2025 and people are starting to look into updating to Rails 7.1 or 7.2. Is there any progress on adding support for newer Rails versions?

@headius
Copy link
Member

headius commented Jan 10, 2025

@RTrampov It's a high priority but we are very resource-limited. 😫

My assessment above has not changed. We will try to get something out soon at least for SQLite and MySQL. We need help with PG... if you or someone else here can assist, stop by our Matrix channel and we'll get you set up!

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

No branches or pull requests

4 participants