JRuby 10.0.1.0 Released β JRuby.org
The JRuby community is pleased to announce the release of JRuby 10.0.1.0.
We have just released JRuby 10.0.1.0, our first update to JRuby 10! There's dozens of patches including full support (finally) for Zeitwerk and a bunch of Ruby 3.4 language fixes. Upgrade today and let us know how it goes!
www.jruby.org/2025/07/17/j...
17.07.2025 19:04 β π 6 π 3 π¬ 0 π 0
Updating and releasing with modern libs Β· Issue #558 Β· jruby/warbler
It's been too long since this library had an update and release. This issue will track the tasks necessary. I cloned and ran tests locally with JRuby 10, and a number of areas need improvement: Lot...
We have released jruby-maven-plugins 3.0.6, which updates JRuby to 9.4.13.0 along with several other improvements. But more exciting: Warbler is BACK! We've updated it for latest JRuby and dependencies and it's running green in CI. Time for feature requests!
github.com/jruby/warble...
25.06.2025 02:44 β π 2 π 1 π¬ 0 π 0
Update Ubuntu 2025-06-01 by ROCKsBot Β· Pull Request #19167 Β· docker-library/official-images
Update Ubuntu to the latest published OCI tarballs as of 2025-06-01.
FYI: now that Ubuntu 20.04 is EOL, future releases of the JRuby Docker image will be based on Ubuntu 22.04.
This will take effect with releases 9.4.14.0 and 10.0.1.0, whenever they happen.
See github.com/docker-libra...
17.06.2025 19:29 β π 1 π 0 π¬ 0 π 0
JRuby 9.4.13.0 Released β JRuby.org
The JRuby community is pleased to announce the release of JRuby 9.4.13.0.
JRuby 9.4.13.0 is released! We have fixed several user issues, including a slow leak in Java interface implementation, a possible deadlock between JIT and main threads, and backported launcher improvements from JRuby 10!
www.jruby.org/2025/06/10/j...
10.06.2025 18:48 β π 7 π 3 π¬ 0 π 0
Thank you!
09.06.2025 00:44 β π 0 π 0 π¬ 0 π 0
YouTube video by nanovms
[Unikernel Application Spotlight] JRuby
this week on the unikernel application spotlight we check out @jrubyproject.bsky.social
www.youtube.com/watch?v=72wl... - real threads && jvm interop - congrats on 10.x release and 24 yrs! @headius.bsky.social
08.06.2025 16:39 β π 3 π 2 π¬ 1 π 0
Security advisory: We have released jruby-openssl gem 0.15.4, jruby 10.0.0.1, and jruby 9.4.12.1 to address CVE-2025-46551, disabled hostname verification by default. We recommend that all users upgrade!
www.cve.org/CVERecord?id...
www.jruby.org/2025/05/07/j...
www.jruby.org/2025/05/07/j...
07.05.2025 17:01 β π 4 π 1 π¬ 0 π 0
JRuby 10.0.0.0 Released β JRuby.org
The JRuby community is pleased to announce the release of JRuby 10.0.0.0.
It's finally here! JRuby 10 has been released with support for Ruby 3.4 (including 3.2 and 3.3 updates as well). Minimum Java version has been bumped up to Java 21, allowing us to support modern JVM features. Check out the release notes and start migrating today!
www.jruby.org/2025/04/14/j...
14.04.2025 22:00 β π 14 π 10 π¬ 0 π 1
JRuby 10, Part 1: What's New
I am very excited to introduce you to JRuby 10, our biggest leap forward since βJRuby 9000β was released almost a decade ago.
It's almost time! I've just published my first post on JRuby 10, "Part 1: What's New". More posts will follow in the coming weeks, but JRuby 10 itself should be generally available before my RubyKaigi talk next week!
09.04.2025 15:52 β π 9 π 2 π¬ 0 π 0
GitHub - jruby/jruby-launcher: JRuby's native launcher executable
JRuby's native launcher executable. Contribute to jruby/jruby-launcher development by creating an account on GitHub.
We have released jruby-launcher 2.0! This version eliminates the old C++ code in favor of two options:
* On Unix systems, the launcher will exec the already-present jruby.sh script.
* On Windows, we have a new Rust-based exe coming soon.
Let us know if you have any issues:
08.04.2025 22:59 β π 2 π 2 π¬ 0 π 0
JRuby 10 HEAD builds are now live in GitHub Actions setup-ruby and for any local Ruby installers that depend on jruby-dev-builder's jruby-head packages! Fingers crossed it doesn't cause too many problems, but let us know right away if something goes awry!
13.03.2025 19:53 β π 7 π 1 π¬ 0 π 0
Check third-party libraries against JRuby 10 Β· Issue #8675 Β· jruby/jruby
We are about to switch master and jruby-head to JRuby 10, but want to try to make sure that third-party libraries testing against jruby-head do not suddenly fail. To that end, we would like to repr...
Calling all Rubyists! We are looking for help verifying third-party libraries on JRuby 10! I've opened an issue to track that process, and provided links to snapshot JRuby builds you can use to verify your own code. Please help us verify JRuby 10!
04.03.2025 21:05 β π 12 π 4 π¬ 1 π 0
It's almost time! JRuby 10 is approaching release, and toward that end we will be switching JRuby master from the 9.4 line to the 10.0 line this week. The "jruby-head" build from GHA "setup-ruby" action will remain 9.4 for now, but it's time for you to start testing with JRuby 10!
03.03.2025 22:35 β π 4 π 0 π¬ 0 π 0
New post: Boosting JRuby Startup with AppCDS and AOT caching https://buff.ly/4jUEKJc
13.02.2025 16:46 β π 7 π 3 π¬ 1 π 0
JRuby 9.4.12.0 Released β JRuby.org
The JRuby community is pleased to announce the release of JRuby 9.4.12.0.
JRuby 9.4.12.0 has been released with two important fixes: a thread-safety patch for recent Class#subclasses logic and an update for jar-dependencies to fix issues parsing Maven output on Java 9+. Let us know if you run into any new issues!
11.02.2025 21:28 β π 5 π 2 π¬ 0 π 0
JRuby 9.4.11.0 Released β JRuby.org
The JRuby community is pleased to announce the release of JRuby 9.4.11.0.
JRuby 9.4.11.0 is released with two critical fixes for bugs in 9.4.10.0 and a handful of stdlib upgrades. We recommend all users update to 9.4.11.0 and skip the 9.4.10.0 release. Let us know if you have issues!
29.01.2025 20:40 β π 4 π 2 π¬ 0 π 0
We have released jar-dependencies 0.5.2, now that JRuby 9.4.10.0 can safely handle upgrading it independent of JRuby itself. This finally fixes issues sourcing jar dependencies from Maven in containerized environments (previously partially fixed by updating ruby-maven-libs).
21.01.2025 18:23 β π 7 π 2 π¬ 0 π 0
JRuby 9.4.10.0 Released β JRuby.org
The JRuby community is pleased to announce the release of JRuby 9.4.10.0.
JRuby 9.4.10.0 is released with over 50 issues and PRs! We've included some key targeted optimizations along with many user-facing bug fixes, library upgrades, and usability improvements. Upgrade today!
21.01.2025 18:13 β π 12 π 5 π¬ 1 π 0
Psych 5.2.3 has been released. For JRuby users, this updates SnakeYAML-Engine to 2.9 and fixes an issue with numeric YAML aliases.
ruby/psych: A libyaml wrapper for Ruby https://buff.ly/3Wq2QBr
17.01.2025 15:28 β π 6 π 3 π¬ 0 π 0
Oh, I see! So we can have it be @jruby.org with some DNS adjustments, I guess? I donβt have time to do that now but once incoming followers settles down Iβll look into it!
20.12.2024 21:30 β π 1 π 0 π¬ 0 π 0
Change it?
20.12.2024 21:02 β π 1 π 0 π¬ 1 π 0
We recently released an for the jar-dependencies gem, used to fetch jar dependencies from Maven Central. Unfortunately due to a bug (fixed in JRuby 9.4.10.0) we are considering pulling it temporarily. If anyone's got jar-dependencies 0.5.0 in their Gemfile.lock, we need to know!
20.12.2024 21:00 β π 1 π 1 π¬ 0 π 0
JRuby is on Bluesky! Follow for release announcements, security notifications, and general JRuby fun!
20.12.2024 20:46 β π 22 π 7 π¬ 1 π 0