JRuby 1.7.0 Released

The JRuby community is pleased to announce the release of JRuby 1.7.0

Homepage: http://www.jruby.org/
Download: http://www.jruby.org/download

After a long journey (1.5 years…oh my) we have released JRuby 1.7.0.
The JRuby 1.7 release series represents a tremendous amount of work by
dozens of contributors, and there are improvements in every subsystem.
Users of highly-concurrent applications will see improvements in
throughput and raw parallelism. And JRuby now defaults to 1.9 mode,
with compatibility level targeting Ruby 1.9.3.

We know that there are still pieces of 1.9 support we dont have yet,
like Ripper, but we are at a stable point where people can use JRuby
in 1.9 mode to host production applications. At this point, we plan on
putting out point releases of 1.7.x every 2-3 weeks for the
foreseeable future. These point releases will be made to address any
reported problems users run into; and also to fill out the few missing
1.9 libraries not yet finished.

JRuby 1.7 is the first JRuby to support the new invokedynamic
feature of the JVM. You can enable invokedynamic use on Java 7, but it
is disabled normally due to JVM issues. On Java 8 builds, it is
enabled by default. http://wiki.jruby.org/PerformanceTuning

-1.9.3 is now our default runtime mode (1.8 is needed for 1.8.7 

support)
-Ruby standard library updated to 1.9.3p286
-Many 1.9.x compatibility fixes
-Support for invokedynamic
-Performance and concurrency improvements throughout
-Java 5 support dropped (Java 6+ required)
-All known 1.9 encoding issues resolved
-Ke-rnel#exec now does a true native exec on all platforms
-Improvements and fixes to Java integration and embedding
-Native features now better supported on Solaris, ARM Linux, and
others
-Update to Rubygems 1.8.24
-Update to Rake 0.9.2.2

[For details on issues fixed please visit:
JRuby 1.7.0. Released — JRuby.org ]

On Tue, Oct 23, 2012 at 1:27 AM, Thomas E Enebo [email protected]
wrote:

-Support for invokedynamic

omg. thank you.

Thomas E Enebo wrote in post #1080694:

The JRuby community is pleased to announce the release of JRuby 1.7.0

Thanks for a quality release. JRuby is my “go to ruby” for quite awhile
now.
Thanks!