# \[ANN\] JRuby 1.7.0 Released

**URL:** https://rubytalk.org/t/ann-jruby-1-7-0-released/66533
**Category:** ruby-talk
**Created:** [22 October 2012 17:27 UTC](https://rubytalk.org/t/ann-jruby-1-7-0-released/66533 "2012-10-22T17:27:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Thomas\_E\_Enebo1](https://yyz1.discourse-cdn.com/flex029/user_avatar/rubytalk.org/thomas_e_enebo1/32/1861_2.png) [@Thomas\_E\_Enebo1](https://rubytalk.org/u/Thomas_E_Enebo1)
#### Post date: [22 October 2012 17:27 UTC](https://rubytalk.org/t/ann-jruby-1-7-0-released/66533/1 "2012-10-22T17:27:05Z")

</div>

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

&nbsp;&nbsp;&nbsp;&nbsp;Homepage: [http://www.jruby.org/](http://www.jruby.org/)  
&nbsp;&nbsp;&nbsp;&nbsp;Download: [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 don’t 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](http://wiki.jruby.org/PerformanceTuning)

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

[For details on issues fixed please visit:  
[http://www.jruby.org/2012/10/22/jruby-1-7-0](http://www.jruby.org/2012/10/22/jruby-1-7-0) ]

> **···**
>
> --  
> blog: [http://blog.enebo.com](http://blog.enebo.com) twitter: tom\_enebo  
> mail: [tom.enebo@gmail.com](mailto:tom.enebo@gmail.com)

---

<div class="post-metadata">

### Author: ![botp1](https://avatars.discourse-cdn.com/v4/letter/b/6de8d8/32.png) [@botp1](https://rubytalk.org/u/botp1)
#### Post date: [23 October 2012 00:38 UTC](https://rubytalk.org/t/ann-jruby-1-7-0-released/66533/2 "2012-10-23T00:38:21Z")

</div>

omg. thank you.

> **···**
>
> On Tue, Oct 23, 2012 at 1:27 AM, Thomas E Enebo \<tom.enebo@gmail.com\> wrote:
> 
> > &nbsp;&nbsp;&nbsp;&nbsp;-Support for invokedynamic

---

<div class="post-metadata">

### Author: ![7stud2](https://avatars.discourse-cdn.com/v4/letter/7/9de053/32.png) [@7stud2](https://rubytalk.org/u/7stud2)
#### Post date: [23 October 2012 16:35 UTC](https://rubytalk.org/t/ann-jruby-1-7-0-released/66533/3 "2012-10-23T16:35:47Z")

</div>

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!

> **···**
>
> --  
> Posted via [http://www.ruby-forum.com/\](http://www.ruby-forum.com/%5C).
