JRuby 9.4.11.0 freeware
... on the Java Virtual Machine (JVM). This unique combination allows developers to leverage Ruby's elegant syntax alongside Java's robust ecosystem, enabling seamless integration with Java libraries and frameworks. JRuby enhances performance through native threading and offers excellent compatibility with Ruby gems. Ideal for those seeking the best of both worlds, JRuby empowers developers to ... ...
Author | The JRuby Team |
Released | 2025-01-29 |
Filesize | 63.00 MB |
Downloads | 926 |
OS | Windows 11, Windows 10 64 bit |
Installation | Instal And Uninstall |
Keywords | JRuby, Ruby interpreter, Ruby implementation, JVM Ruby, Ruby, implementation, intepreter, language |
Users' rating (13 rating) |
JRuby Free Download - we do not host any JRuby torrent files or links of JRuby on rapidshare.com, depositfiles.com, megaupload.com etc. All JRuby download links are direct JRuby download from publisher site or their selected mirrors.
9.4.11.0 | Jan 29, 2025 | New Release | 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 Issues and PRs resolved: [deps] bump jruby-openssl to 0.15.3 Remove dependency on jakarta.annotation-api Thread interrupt can leave Mutex locked in synchronize Unlock if poll triggers an exception Bundler v2.6.x is incomptible with Gem system version included in JRuby 9.4.10.0 by default Eliminate leak of non-concrete subclass references Update jar-dependencies to 0.5.3 Update rubygems to 3.6.3 and bundler to 2.6.3 Memory leak from ActiveRecord_Relation after upgrading from JRuby 9.4.9.0 to 9.4.10.0 |
9.4.9.0 | Nov 5, 2024 | New Release | Ruby Compatibility: Various fixes for keyword arguments. #8344, #8344, #8382, #8389 Mutex has been fixed to check for thread interrupts (Thread#kill, Thread#raise) immediately after acquiring the lock. #8403, #8404 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 |
9.3.15.0 | Jun 27, 2024 | New Release |