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

Update dependency org.jruby:jruby-complete to v9.4.12.0 #1837

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jruby:jruby-complete 9.4.9.0 -> 9.4.12.0 age adoption passing confidence

Release Notes

jruby/jruby (org.jruby:jruby-complete)

v9.4.12.0: JRuby 9.4.12.0 Released

Compare Source

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

JRuby 9.4.12.x targets Ruby 3.1 compatibility.

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

Critical Fixes

  • Added additional locking to the new Class#subclasses implementation to fix a concurrent modification error. #​8602, #​8603

Standard Library

  • jar-dependencies upgraded to 0.5.4 to fix an issue parsing Maven output on Java versions 9 and higher. #​8606, [#​8515]
4 Issues and PRs resolved for 9.4.12.0

v9.4.11.0: JRuby 9.4.11.0 Released

Compare Source

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

v9.4.10.0: JRuby 9.4.10.0 Released

Compare Source

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

JRuby 9.4.x targets Ruby 3.1 compatibility.

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

Ruby Compatibility

  • Fixed a NegativeArraySizeException crash parsing heredocs. #​8355, #​8557
  • Users can now opt into Ruby 3.3 behavior for NoMethodError and NameError that no longer inspects the target object. This inspect frequently led to memory issues. Specify JRuby flag -XnameError.inspect.object=false or JVM property jruby.nameError.inspect.object=false to disable the inspect call. #​216, #​8384, #​8538
  • Implemented the missing Process.argv0 method, used by recent Bundler releases. #​8568, #​8570

Standard Library

  • The jar-dependencies gem, responsible for fetching jar file dependencies of Ruby gems, can now be updated independently of JRuby. #​7262, #​8488, #​8502
  • An upcoming release of jar-dependencies, will fix issues sourcing jar dependencies in container deployments (partially fixed previously by an updated ruby-maven-libs gem). #​7059, #​8366
  • The psych gem is updated to version 5.2.3, including a fix for YAML aliases from SnakeYAML-Engine version 2.9. #​8352, #​8575
  • The reline gem is updated to 0.5.12. #​8481

Java Integration

  • Only JVM classes imported from the same classloader hierarchy as JRuby will be bound to constants in JRuby's package hierarchy. #​8156
  • Implementing a Java interface no longer leads to constant redefinition warnings. #​8349, #​8503
  • Precompiled Ruby scripts now properly prepare optimized homogeneous case/when statements. Previously they would deserialize incorrectly and garble the branches. #​8421, #​8424

Performance and Usability

  • Additional runtime data structures are eagerly cleared when tearing down a JRuby runtime, aiding GC. #​8343, #​8566
  • The JRuby shell-based launcher script now properly handles JRuby installed in a path with spaces. #​8441, #​8442
  • The Class#subclasses method has been optimized to eliminate it as a bottleneck in complex ActiveRecord STI queries. #​8457, #​8462
  • Integer multiplication operations that overflow outside of int64 range have been optimized to eliminate heavy exception raises. #​8516, #​8523

Issues and PRs resolved for 9.4.10.0


Configuration

📅 Schedule: Branch creation - "* * 1,15 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from commjoen as a code owner February 15, 2025 06:01
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 15, 2025
@renovate renovate bot requested a review from bendehaan as a code owner February 15, 2025 06:01
@renovate renovate bot added the renovate label Feb 15, 2025
@renovate renovate bot force-pushed the renovate/jruby.version branch 4 times, most recently from 67820fb to f1d7d91 Compare February 17, 2025 19:55
@renovate renovate bot force-pushed the renovate/jruby.version branch from f1d7d91 to 7c9bd3e Compare February 19, 2025 07:04
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 renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants