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

Bump org.jruby.version from 9.4.10.0 to 9.4.11.0 #800

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps org.jruby.version from 9.4.10.0 to 9.4.11.0.
Updates org.jruby:jruby-core from 9.4.10.0 to 9.4.11.0

Release notes

Sourced from org.jruby:jruby-core's releases.

JRuby 9.4.11.0 Released

The JRuby community is pleased to announce the release of JRuby 9.4.11.0.

JRuby 9.4.11.x targets Ruby 3.1 compatibility. This release fixes two critical bugs in JRuby 9.4.10.0 and we recommend users skip that version when upgrading.

Thank you to our contributors this release, you help keep JRuby moving forward!

Critical Fixes

  • Fixed an issue where Mutex lock acquisition may leave the Mutex locked if an asynchronous Thread interrupt happens at the same time. #8585, #8586
  • Fixed a memory leak where singleton classes would leave behind bookkeeping objects that accumulated over time. #8591, #8598

Standard Library

  • rubygems been updated to version 3.6.3 to fix an incompatibility with bundler 2.6. #8590, #8596
  • bundler has been updated to version 2.6.3. #8596
  • jruby-openssl has been updated to 0.15.3. #8458, Release 0.15.3
  • jar-dependencies has been updated to 0.5.3 to fix remaining issues loading Maven jars in containerized environments. #8593, #8595

9 Issues and PRs resolved for 9.4.11.0

  • #8458 [[deps] bump jruby-openssl to 0.15.3]#8458
  • #8584 [Remove dependency on jakarta.annotation-api]#8584
  • #8585 [Thread interrupt can leave Mutex locked in synchronize]#8585
  • #8586 [Unlock if poll triggers an exception]#8586
  • #8590 [Bundler v2.6.x is incomptible with Gem system version included in JRuby 9.4.10.0 by default]#8590
  • #8591 [Eliminate leak of non-concrete subclass references]#8591
  • #8593 [Cannot create a Rails app with JRuby 9.4.10.0, Rails 7.1.5.1]#8593
  • #8595 [Update jar-dependencies to 0.5.3]#8595
  • #8596 [Update rubygems to 3.6.3 and bundler to 2.6.3]#8596
  • #8598 [Memory leak from ActiveRecord_Relation after upgrading from JRuby 9.4.9.0 to 9.4.10.0]#8598

#8458:jruby/jruby#8458 #8584:jruby/jruby#8584 #8585:jruby/jruby#8585 #8586:jruby/jruby#8586 #8590:jruby/jruby#8590 #8591:jruby/jruby#8591 #8593:jruby/jruby#8593 #8595:jruby/jruby#8595 #8596:jruby/jruby#8596 #8598:jruby/jruby#8598

... (truncated)

Commits
  • 9b10785 Version 9.4.11.0 updated for release
  • 6a89fee Merge pull request #8591 from headius/subclasses_leak
  • 0909104 Merge pull request #8596 from headius/rubygems_bundler_update
  • 9a319bc Merge pull request #8595 from headius/jar-dependencies-0.5.3
  • c4e369d Update rubygems to 3.6.3 and bundler to 2.6.3
  • 77637d3 Update jar-dependencies to 0.5.3
  • 9cc6d49 Improve concurrency of subclass traversal
  • bb74b9d Reduce overhead of subclass traversal
  • 9d2f6bd Eliminate leak of non-concrete subclass references
  • 1c74b40 Merge pull request #8586 from headius/release_lock_if_interrupted
  • Additional commits viewable in compare view

Updates org.jruby:jruby-stdlib from 9.4.10.0 to 9.4.11.0

Release notes

Sourced from org.jruby:jruby-stdlib's releases.

JRuby 9.4.11.0 Released

The JRuby community is pleased to announce the release of JRuby 9.4.11.0.

JRuby 9.4.11.x targets Ruby 3.1 compatibility. This release fixes two critical bugs in JRuby 9.4.10.0 and we recommend users skip that version when upgrading.

Thank you to our contributors this release, you help keep JRuby moving forward!

Critical Fixes

  • Fixed an issue where Mutex lock acquisition may leave the Mutex locked if an asynchronous Thread interrupt happens at the same time. #8585, #8586
  • Fixed a memory leak where singleton classes would leave behind bookkeeping objects that accumulated over time. #8591, #8598

Standard Library

  • rubygems been updated to version 3.6.3 to fix an incompatibility with bundler 2.6. #8590, #8596
  • bundler has been updated to version 2.6.3. #8596
  • jruby-openssl has been updated to 0.15.3. #8458, Release 0.15.3
  • jar-dependencies has been updated to 0.5.3 to fix remaining issues loading Maven jars in containerized environments. #8593, #8595

9 Issues and PRs resolved for 9.4.11.0

  • #8458 [[deps] bump jruby-openssl to 0.15.3]#8458
  • #8584 [Remove dependency on jakarta.annotation-api]#8584
  • #8585 [Thread interrupt can leave Mutex locked in synchronize]#8585
  • #8586 [Unlock if poll triggers an exception]#8586
  • #8590 [Bundler v2.6.x is incomptible with Gem system version included in JRuby 9.4.10.0 by default]#8590
  • #8591 [Eliminate leak of non-concrete subclass references]#8591
  • #8593 [Cannot create a Rails app with JRuby 9.4.10.0, Rails 7.1.5.1]#8593
  • #8595 [Update jar-dependencies to 0.5.3]#8595
  • #8596 [Update rubygems to 3.6.3 and bundler to 2.6.3]#8596
  • #8598 [Memory leak from ActiveRecord_Relation after upgrading from JRuby 9.4.9.0 to 9.4.10.0]#8598

#8458:jruby/jruby#8458 #8584:jruby/jruby#8584 #8585:jruby/jruby#8585 #8586:jruby/jruby#8586 #8590:jruby/jruby#8590 #8591:jruby/jruby#8591 #8593:jruby/jruby#8593 #8595:jruby/jruby#8595 #8596:jruby/jruby#8596 #8598:jruby/jruby#8598

... (truncated)

Commits
  • 9b10785 Version 9.4.11.0 updated for release
  • 6a89fee Merge pull request #8591 from headius/subclasses_leak
  • 0909104 Merge pull request #8596 from headius/rubygems_bundler_update
  • 9a319bc Merge pull request #8595 from headius/jar-dependencies-0.5.3
  • c4e369d Update rubygems to 3.6.3 and bundler to 2.6.3
  • 77637d3 Update jar-dependencies to 0.5.3
  • 9cc6d49 Improve concurrency of subclass traversal
  • bb74b9d Reduce overhead of subclass traversal
  • 9d2f6bd Eliminate leak of non-concrete subclass references
  • 1c74b40 Merge pull request #8586 from headius/release_lock_if_interrupted
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `org.jruby.version` from 9.4.10.0 to 9.4.11.0.

Updates `org.jruby:jruby-core` from 9.4.10.0 to 9.4.11.0
- [Release notes](https://github.com/jruby/jruby/releases)
- [Commits](jruby/jruby@9.4.10.0...9.4.11.0)

Updates `org.jruby:jruby-stdlib` from 9.4.10.0 to 9.4.11.0
- [Release notes](https://github.com/jruby/jruby/releases)
- [Commits](jruby/jruby@9.4.10.0...9.4.11.0)

---
updated-dependencies:
- dependency-name: org.jruby:jruby-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jruby:jruby-stdlib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 30, 2025
@DirkMahler DirkMahler merged commit 279b4de into master Jan 30, 2025
6 checks passed
@DirkMahler DirkMahler deleted the dependabot/maven/org.jruby.version-9.4.11.0 branch January 30, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant