Skip to content

Instantly share code, notes, and snippets.

@enebo
Created December 3, 2010 19:01
Show Gist options
  • Save enebo/727371 to your computer and use it in GitHub Desktop.
Save enebo/727371 to your computer and use it in GitHub Desktop.
---
layout: post
title: JRuby 1.5.6 Released
---
The JRuby community is pleased to announce the release of JRuby 1.5.6.
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
JRuby 1.5.6 is a minor follow-up release to address problems with mirroring
of 1.5.5 in maven, update to 1.0.3 of jruby native launcher, and a few
undesirable issues in windows. All users of JRuby 1.5.5 (and lower)
are recommended to upgrade to 1.5.6.
### 1.5.6 Issues Resolved:
- JRUBY-4352: Rbconfig's Config::CONFIG provides wrong name for Windows 2008 Server, based on input from Rakesh Arora. (See 07fb757.)
- JRUBY-4774, WARBLER-15: Fix classpath and load path issues related to file paths containing spaces
- JRUBY-4898 java.util.ConcurrentModificationException
- JRUBY-5127 become_java! doesn't add Ruby class methods as statics on the resulting Java class
- JRUBY-5223 Marshal.load fails when Kernel.read is defined
Also not in our tracking system:
- ant.bat should be specified on Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment