JRuby 1.7.15 has been released!

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

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

JRuby 1.7.15 is our fifteenth update release since JRuby 1.7.0. The
primary
goal of 1.7 point releases is to fill out any missing compatibility
issues
with Ruby 1.9.3. The community participation lately has been great. Keep
reporting issues and sending pull requests.

This release is a quick followup release to JRuby 1.7.14. JRuby 1.7.14
had
a mangled jruby-jars release as well as several non-obvious regressions
involving our new load service internals. We apologize if these
regressions
have affected you and recommend all people upgrade to 1.7.15.

Changes of note:

  • 8 issues fixed for 1.7.15
  • Potential memory leak resolved when reloading JRuby apps in Java App
    servers
  • jruby-jars gem did not have their embedded jars within it
  • rvm install of jruby would not properly follow gemset symlinks
  • Windows exec works again
  • lstat did not honor native.enabled property and always invoked
    native

Github Issues resolved for 1.7.15

#1940 - Symlinks in load path get expanded when they should not
#1939 - Update jnr-ffi dependency version
#1936 - Pathname object in $LOAD_PATH causes error (1.7.14)
#1935 - Add ScriptingContainer accessors for ProfileOutput
#1930 - JRuby 1.7.14 relies on HOME in the environment - change in

behaviour from 1.7.13
#1927 - jruby-complete 1.7.14 appears to be missing some files
#1926 - jruby-jars 1.7.14 gem seems to be missing jar files.
#1115 - control-c in cmd while running webrick rails app does not
kill
jruby.exe

On Sep 3, 2014, at 12:08 PM, Thomas E Enebo [email protected] wrote:

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

Didn’t there used to be a OS X specific installer?
That would put the install into a JRuby specific framework.
I’m not seeing one on the download page.

Michael H.

trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz

HalfPipe Java 6/7 shell app
http://www195.pair.com/mik3hall/index.html#halfpipe

AppConverter convert Apple jvm to openjdk apps
http://www195.pair.com/mik3hall/index.html#appconverter

Well done – thank you.

From: Thomas E Enebo [mailto:[email protected]]
Sent: 03 September 2014 18:08
To: [email protected]; [email protected]; ruby-talk ML
Subject: [jruby-user] [ANN] JRuby 1.7.15 has been released!

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

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

JRuby 1.7.15 is our fifteenth update release since JRuby 1.7.0. The
primary goal of 1.7 point releases is to fill out any missing
compatibility issues with Ruby 1.9.3. The community participation lately
has been great. Keep reporting issues and sending pull requests.

This release is a quick followup release to JRuby 1.7.14. JRuby 1.7.14
had a mangled jruby-jars release as well as several non-obvious
regressions involving our new load service internals. We apologize if
these regressions have affected you and recommend all people upgrade to
1.7.15.

Changes of note:

  • 8 issues fixed for 1.7.15
  • Potential memory leak resolved when reloading JRuby apps in Java App
    servers
  • jruby-jars gem did not have their embedded jars within it
  • rvm install of jruby would not properly follow gemset symlinks
  • Windows exec works again
  • lstat did not honor native.enabled property and always invoked
    native

Github Issues resolved for 1.7.15

#1940 - Symlinks in load path get expanded when they should not
#1939 - Update jnr-ffi dependency version
#1936 - Pathname object in $LOAD_PATH causes error (1.7.14)
#1935 - Add ScriptingContainer accessors for ProfileOutput
#1930 - JRuby 1.7.14 relies on HOME in the environment - change in 

behaviour from 1.7.13
#1927 - jruby-complete 1.7.14 appears to be missing some files
#1926 - jruby-jars 1.7.14 gem seems to be missing jar files.
#1115 - control-c in cmd while running webrick rails app does not
kill jruby.exe


blog: http://blog.enebo.com twitter: tom_enebo
mail: [email protected]mailto:[email protected]

On Sep 9, 2014, at 7:08 PM, Thomas E Enebo [email protected] wrote:

We stopped installing the mac-specific installer I think for 1.7.x. We had
changed our build system quite a bit and the download numbers for the Mac
installer were not very large…

OK, I’ll probably try to figure out how to embed with the app.
Thanks.

Michael H.

trz nio.2 for OS X http://www195.pair.com/mik3hall/index.html#trz

HalfPipe Java 6/7 shell app
http://www195.pair.com/mik3hall/index.html#halfpipe

AppConverter convert Apple jvm to openjdk apps
http://www195.pair.com/mik3hall/index.html#appconverter

We stopped installing the mac-specific installer I think for 1.7.x. We
had
changed our build system quite a bit and the download numbers for the
Mac
installer were not very large…

-Tom