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

fix(deps): update dependency org.jruby:jruby to v9.4.9.0 #32

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 5, 2024

This PR contains the following updates:

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

Release Notes

jruby/jruby (org.jruby:jruby)

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

v9.4.5.0: JRuby 9.4.5.0 Released

Compare Source

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

JRuby 9.4.x targets Ruby 3.1 compatibility.

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

Ruby Compatibility

20 Github Issues resolved for 9.4.5.0

v9.4.4.0: JRuby 9.4.4.0 Released

Compare Source

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

JRuby 9.4.x targets Ruby 3.1 compatibility.

Thank you to our contributors this release, you help keep JRuby moving forward! @​ahorek, [@​chadlwilson], [@​k77ch7], @​kares, [@​mrnoname1000], @​ntkme, [@​skmp]

Ruby Compatibility

  • Multiple fixes for keyword arguments edge cases. [#​7854], [#​7855], [#​7857], [#​7858]

Standard Library

  • Default gem updates:
    • jruby-openssl 0.14.2. [#​7886]
    • psych is updated to 5.1.1.1, which uses SnakeYAML and exposes Psych::Parser.code_point_limit= for globally setting the code point limit.
    • bigdecimal is now a default gem (3.1.4) for the pure-Ruby portions; the extension remains part of JRuby itself. [#​7925]
    • stringio is updated to 3.0.8. [#​7881]

Platform Support

  • This release includes native support for Windows on the AArch64 (ARM64) platform. [#​7843], [#​7936], [#​7937], [#​7941], [#​7945], [#​7960]
  • The jruby shell script gains support for ksh93, meaning that essentially all Bourne-compatible shells can run it. [#​7870]

JVM Integration

  • Virtual thread use in Fiber can now be disabled using the jruby.fiber.vthread=false property (or JRuby flag -Xfiber.vthread=false). [#​7907] [#​7966]
  • Multiple small bugs in JVM bytecode generation and invokedynamic logic were discovered and fixed. [#​7913]

Build and Distribution

  • The JRuby/Maven stack of plugins used to integrate Ruby and Maven artifacts have been updated to the latest versions, now using JRuby 9.4.3.0 for builds and avoiding the use of deprecated rubygems.org APIs. [#​7872]

Performance

  • Conditional assignment of instance variables now requires only a single lookup, and optimizes to a simple read after assignment. [#​7891], [#​7896]
78 Github Issues and PRs resolved for 9.4.4.0
  • [#​7430 - Rails fails to boot under Java 19][#​7430]
  • [#​7470 - OpenJ9 failing -Ptest][#​7470]
  • [#​7623 - setup and fix issues reported by error-prone compiler][#​7623]
  • [#​7649 - Infinite loop in StringScanner regex][#​7649]
  • [#​7815 - NullPointerException for compiled code with for loop][#​7815]
  • [#​7839 - `clone': wrong number of arguments (given 1, expected 0) (ArgumentError) in JRuby 9.4.x][#​7839]
  • [#​7843 - FFI Support for aarch64-windows][#​7843]
  • [#​7847 - File subclass doesn't pass arguments from open to new properly][#​7847]
  • [#​7848 - Wrong interpretation of multi-expression when clause][#​7848]
  • [#​7849 - Fixes #​7848. Wrong interpretation of multi-expr when clause][#​7849]
  • [#​7850 - Fixes #​7847. File subclass passes args from open to new wrong][#​7850]
  • [#​7851 - @​JRubyMethod minimum argument not enforced in 9.4.3.0][#​7851]
  • [#​7852 - Array#intersect? incompatibility][#​7852]
  • [#​7853 - Fix #​7839. `clone': wrong number of arguments][#​7853]
  • [#​7854 - Pattern matching with an empty hash should result in no match][#​7854]
  • [#​7855

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 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 force-pushed the renovate/org.jruby-jruby-9.x branch from 0628702 to 7ed62a8 Compare April 29, 2024 20:45
@renovate renovate bot changed the title fix(deps): update dependency org.jruby:jruby to v9.4.6.0 fix(deps): update dependency org.jruby:jruby to v9.4.7.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/org.jruby-jruby-9.x branch from 7ed62a8 to aa39464 Compare July 4, 2024 20:25
@renovate renovate bot changed the title fix(deps): update dependency org.jruby:jruby to v9.4.7.0 fix(deps): update dependency org.jruby:jruby to v9.4.8.0 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/org.jruby-jruby-9.x branch from aa39464 to 1466f1b Compare November 5, 2024 23:47
@renovate renovate bot changed the title fix(deps): update dependency org.jruby:jruby to v9.4.8.0 fix(deps): update dependency org.jruby:jruby to v9.4.9.0 Nov 5, 2024
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.

0 participants