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

@W-17264514 Update jruby.version to v9.4.12.0 #301

Closed
wants to merge 1 commit into from

Conversation

renovate-02-kbuild[bot]
Copy link
Contributor

@renovate-02-kbuild renovate-02-kbuild bot commented Jan 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jruby:jruby-stdlib 9.3.8.0 -> 9.4.12.0 age adoption passing confidence
org.jruby:jruby-core 9.3.8.0 -> 9.4.12.0 age adoption passing confidence

Release Notes

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

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

v9.4.9.0: JRuby 9.4.9.0 Released

Compare Source

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

JRuby 9.4.x targets Ruby 3.1 compatibility.

Thank you to our contributors this release, you help keep JRuby moving forward! @​kares, @​jpcamara, @​jsvd

Ruby Compatibility

Standard Library

  • The fiddle library is now a default gem and can be upgraded independently of JRuby. #​8385

Developer Experience

  • The core jar file of JRuby can be rebuilt more quickly by calling Maven with the -Dcore flag. #​8326
  • Support for Coordinated Restore at Checkpoint (OpenJDK Project CRaC), which allows snapshotting a running JRuby process and quickly resuming it later. #​8367

Java Integration

  • The "lazy" constants feature for classes imported from Java, introduced in JRuby 9.4.8.0, has been reverted due to spurious warnings. We'll revisit it in a future release. #​8349, #​8368, #​8399, #​8400, #​8401
  • Functions were added to allow flushing out thread-local and fiber-local storage for an entire JRuby runtime. #​8369

Security

  • REXML was updated to 3.3.9 to get recent fixes and to address CVE-2024-49761, a ReDOS vulnerability. Only users parsing unsanitized XML with REXML are affected. #​8396

v9.4.8.0: JRuby 9.4.8.0 Released

Compare Source

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

JRuby 9.4.x targets Ruby 3.1 compatibility.

Thank you to our contributors this release, you help keep JRuby moving forward! @​edipofederle, @​fidothe, @​ikaronen-relex, @​jimtng, @​jsvd, @​kares, @​mullermp, @​ntkme

Ruby Compatibility

  • Fixed a bug in the bytecode JIT causing patterns to execute incorrect branches. #​8283, #​8284

Standard Library

  • jruby-openssl is updated to 0.15.0, with updated Bouncy Castle libraries to avoid CVEs in older versions.
  • uri is updated to 0.12.2, mitigating CVE-2023-36617.
  • net-ftp is updated to 0.3.7 with restored functionality on JRuby.
58 Github Issues resolved for 9.4.8.0

v9.4.7.0: JRuby 9.4.7.0 Released

Compare Source

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

JRuby 9.4.x targets Ruby 3.1 compatibility.

Thank you to our contributors this release, you help keep JRuby moving forward! @​kares, @​ryannevell, @​jsvd

Ruby Compatibility

Standard Library

  • jruby-openssl is updated to 0.14.5
  • rdoc is updated to 6.4.1.1
  • Warnings due to method aliasing in the ostruct library have been mitigated. #​8200, #​8206

JVM Integration

  • Ruby classes that are "reified" into a Java class and later redefined can be "re-reified" to a new Java class with an incrementing version number. #​8141, #​8185
  • Java objects from other classloaders can pollute the Java:: namespace. This behavior can be disabled now, and will be disabled by default in JRuby 10. #​8156, #​8208
53 Github Issues resolved for 9.4.7.0

v9.4.6.0: JRuby 9.4.6.0 Released

Compare Source

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

JRuby 9.4.x targets Ruby 3.1 compatibility.

Thank you to our contributors this release, you help keep JRuby moving forward! [@​evaniainbrooks], [@​ahorek], @​kares, [@​most00], @​ntkme, [@​sk757a]

Ruby Compatibility

  • Support for the new Prism parser for Ruby code has been merged in. A blog post will follow soon. [#​8103]
  • IO#fcntl had inverted logic for setting O_NONBLOCK (setting it cleared the value, etc). [#​8081], [#​8090]
  • Many fixes to language and core class compatibility, see issue list.
  • Warnings should match verbosity levels of CRuby, with many unwanted warnings now properly omitted without verbose enabled. [#​7183], [#​8071]

Standard Library

  • json is updated to 2.7.1. [#​7752], [#​7954]
  • io-console is updated to 0.7.2. This version fixes IRB on Apple M-series by using stty for console manipulation. [#​8012]
  • nkf is now supported by gem version 0.2.0. [#​8077]
  • strscan is updated to 3.1.0. [#​8074], [#​8086]
  • reline is updated to 0.4.2 [#​8102]
  • jruby-openssl is updated to 0.14.3 [#​8107]

JVM Integration

  • Ruby Symbols can be use as arguments to JVM methods that receive Java String. [#​8015], [#​8057]
  • Starting with Java 17, package-private methods will no longer be bound automatically even if they can be made visible. [#​8061], [#​8093]

Native Integration

  • The subsystem used for native calls has been updated to support RHEL/CentOS 7 and the Java 9+ Cleaner API. [#​8104]

Performance

  • Performance of keyword argument handling has been improved. [#​8021]
  • Pattern matching is now supported in JRuby's JIT compiler. [#​8026], [#​8027]
77 Github Issues resolved for 9.4.6.0
  • #​4808 [Rework global variables, caching to eliminate race conditions][#​4808]
  • #​6430 [Using <internal: for core library methods defined in Ruby][#​6430]
  • #​7151 [File.identical? should use stat to compare files][#​7151]
  • #​7183 [Various alias forms warn on redefine when they should not][#​7183]
  • #​7523 [Define IO::READABLE, WRITABLE, PRIORITY for IO#wait][#​7523]
  • #​7695 [jffi ships with binaries requiring glibc 2.27][#​7695]
  • #​7721 [jirb on win10 : The signal TSTP is in use by the JVM and will not work correctly on this platform][#​7721]
  • #​7729 [Sock fixes][#​7729]
  • #​7752 [Update JSON gem to not use Bigdecimal.new][#​7752]
  • #​7759 [irb on CentOS7, JRuby 9.4.2.0 , and JDK 1.8][#​7759]
  • #​7760 [Failure to load FFI gives an outdated message][#​7760]
  • #​7845 [Including a module again after prepending another module to it isn't idempotent][#​7845]
  • #​7862 [Ruby 2.7 conformance: ObjectSpace::WeakMap is broken for FixNum keys][#​7862]
  • #​7939 [Yaml exception when trying to install rdoc-data][#​7939]
  • #​7954 [Update json for BigDecimal.new fix][#​7954]
  • #​7958 [Prepend internal marker to internal sources][#​7958]
  • #​7974 [[ji] support java_alias with constructor][#​7974]
  • #​7981 [Less instrs][#​7981]
  • #​7996 [Add %aA for printf and friends][#​7996]
  • #​8001 [Fix various specs][#​8001]
  • #​8002 [Time spec fixes][#​8002]
  • #​8003 [Fix issues in global variable thread-safety][#​8003]
  • #​8005 [New MRI test failures on less common architectures][#​8005]
  • #​8007 [Fix intermittent fails in CI][#​8007]
  • #​8009 [Expand WeakMap to allow floats and fixnums][#​8009]
  • #​8010 [Kernel#send does not strip off empty keywords hashes before calling eventual method][#​8010]
  • #​8011 [Fixes #​8010. Kernel#send + empty kwargs hash error][#​8011]
  • #​8012 [Update io-console][#​8012]
  • #​8013 [Tag sweep2][#​8013]
  • #​8014 [Fixes language specs involving blocks/yield][#​8014]
  • #​8015 [Java method lookup for arity-1 method with inexact argument fails in the presence of arity-2 method with same name][#​8015]
  • #​8016 [Lang specs][#​8016]
  • #​8021 [Reduce overhead of kwargs for no-arg methods and blocks][#​8021]
  • #​8022 [Remove implicit prologue state to methods/blocks if that state is unused][#​8022]
  • #​8026 [Full JIT support for pattern matching][#​8026]
  • #​8027 [Pattern jit][#​8027]
  • #​8031 [Reuse thread-local jump exceptions to avoid construction][#​8031]
  • #​8033 [Implement Exception.to_tty?][#​8033]
  • #​8039 [Implement Exception.to_tty?][#​8039]
  • #​8040 [Match Exception#full_message with MRI 3.2][#​8040]
  • #​8045 [Try to find class resource to avoid exception][#​8045]
  • #​8046 [Socket::IFF_* are missing][#​8046]
  • #​8047 [add socket flags for zeroconf][#​8047]
  • #​8048 [Try and make UDP look a little more like MRI (and hopefully make it more functional)][#​8048]
  • #​8049 [Fix String#unpack from using capacity() and causing wrong error][#​8049]
  • #​8050 [Various cleanups for String operations][#​8050]
  • #​8052 [ignore codes logic was not doing anything in unpack][#​8052]
  • #​8053 [More arity splitting][#​8053]
  • #​8054 [A bit confusing error: "FrozenError: can't modify frozen NilClass"][#​8054]
  • #​8055 [override getDelegate in PrependedModule to return origin][#​8055]
  • #​8056 [Add hex exponential notation for Kernel::Float][#​8056]
  • #​8057 [recognize RubySymbol as assignable to String][#​8057]
  • #​8060 [Inspect frozen object for error][#​8060]
  • #​8061 [enumerable.map raise wrong number of arguments only when Ruby script is executed from Gradle using JDK 21][#​8061]
  • #​8063 [Fix typos in cli options][#​8063]
  • #​8070 [Attribute definition on singleton should call singleton_method_added][#​8070]
  • #​8071 [Update some warnings to deprecated][#​8071]
  • #​8072 [Added Module#refinements and Refinement#refined_class][#​8072]
  • #​8074 [Update strscan to fix improper sharing][#​8074]
  • #​8077 [Switch to default gem for nkf][#​8077]
  • #​8080 [[fix]

Configuration

📅 Schedule: Branch creation - "after 8pm every weekday,every weekend,before 8am every weekday" in timezone America/Argentina/Buenos_Aires, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

Sorry, something went wrong.

@renovate-02-kbuild renovate-02-kbuild bot requested a review from a team as a code owner January 31, 2025 02:57
@renovate-02-kbuild renovate-02-kbuild bot force-pushed the renovate-jruby.version branch from 3da2818 to 5720282 Compare February 12, 2025 03:06
@renovate-02-kbuild renovate-02-kbuild bot changed the title Update jruby.version to v9.4.11.0 Update jruby.version to v9.4.12.0 Feb 12, 2025
@terminology-check
Copy link

This PR contains some terms that are considered warnings according to the Inclusive Product Language initiative

  • PR Description: master

Please, use other terminology for the found warnings. You can follow the suggested replacements described here.

@renovate-02-kbuild renovate-02-kbuild bot force-pushed the renovate-jruby.version branch from 5720282 to 716d6a2 Compare March 20, 2025 19:17
@renovate-02-kbuild renovate-02-kbuild bot changed the title Update jruby.version to v9.4.12.0 @W-17264514 Update jruby.version to v9.4.12.0 Mar 20, 2025
Copy link

@codescanning-renovate codescanning-renovate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detected that the PR has been opened for 49 days which is greater than the 30 day threshold. Automatically closing and deleting the related branch renovate-jruby.version.

@codescanning-renovate codescanning-renovate deleted the renovate-jruby.version branch March 20, 2025 19:17
@renovate-02-kbuild
Copy link
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (9.4.12.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant