InfoQ

News

JRuby 1.1.4 Released

Posted by Werner Schuster on Aug 29, 2008 12:45 PM

Community
Java,
Ruby
Topics
Dynamic Languages ,
JRuby ,
Runtimes
Tags
Ruby1.9 ,
JRuby ,
Rubinius
JRuby 1.1.4 is now available. While it's a maintenance release, it contains host of improvements.

The feature list from the release notes shows a few themes. Java integration changes:
- Massive refactoring of Java integration layer
- 2-20x speed up of most features (calls, construction, arrays)
- Many long-standing Ruby/Java interaction bugs fixed
- Existing features made more consistent, reliable
- Closures can be passed as interface to static methods, constructors
- Java exceptions can be raised/rescued directly from Ruby
We covered JRuby 1.1.4's Java Integration in more detail before. InfoQ's recent interview with Nick Sieger also covered the work on Java Integration.

Ruby 1.9 support:
- Beginning of Ruby 1.9 support (enabled with –1.9 flag)
- Native complex/rational
Native library integration (we covered the port of Rubinius' FFI to JRuby before):
- FFI subsystem for calling C libraries
- win32 API support started
- syslog module from Rubinius is working and included
Performance improvements:
- Additional efficiency, performance work in the interpreter
- Memory leak under –manage repaired
- Thread pooling improved (at least one production user now)
- Massive memory efficiency improvements (a lot less GC)
- Array concurrent-access improvements
- 72 issues resolved since JRuby 1.1.3
The release notes also lists the bugs fixed in this release. Everyone using JRuby with OSGi runtimes might be interested in "OSGify jruby.jar in the release jruby distribution", which adds the proper OSGi metadata to the jruby.jar.

No comments

Watch Thread Reply

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.