JRuby 1.7.16 Released

Thursday, September 25 2014

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

JRuby 1.7.16 is our sixteenth 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.

Changes of note:

  • 20 issues fixed for 1.7.16
  • Fixed regression which improperly wrote wrong version for OSGi bundles
  • Fixed several regressions involving symbolic links and Ruby loading
  • Doubled performance of FileTest.directory?

Github Issues resolved for 1.7.16

  • #1997 - Tempfile behavior change in 1.7.15
  • #1995 - Regexp regression in 1.7.15 from 1.7.13
  • #1994 - Snapshot builds of jruby-1_7 jruby-jars.gem have the wrong file name
  • #1991 - Allow launch.inproc=true to expand glob patterns
  • #1989 - Files in axiom-types and descendants_tracker gems use 400 and 440 modes
  • #1986 - String#slice on multibyte chars raise Exception
  • #1983 - java -jar jruby-complete.jar -S irb doesn't work anymore
  • #1977 - jrubycomplete - OSGi DynamicImport-Package breaks Adobe AEM
  • #1975 - nil TypError on bundle install, regression 1.7.14+
  • #1973 - Bundle package broken after 1.7.14
  • #1971 - jruby-core 1.7.14 isn't a valid OSGI bundle anymore
  • #1965 - Gemfiles that use `:path` broken between 1.7.13 and 1.7.15
  • #1963 - Array#product does not coerce incoming arguments properly
  • #1953 - openssl ignores OpenSSL::X509::DEFAULT_CERT_FILE
  • #1950 - All RubyFileTest methods have a race condition
  • #1945 - File.exists?("broken_symlink") returns true
  • #1942 - Bundle not working with two gemspecs - bug introduced in 1.7.14
  • #1715 - IOError with OpenSSL #connect_nonblock: Writing not possible during handshake
  • #1700 - NPE in Ripper with $ special variables
  • #541 - JRuby 1.7.2 with authlogic 3.x fails to boot (OpenSSL)