JRuby 1.7.1 on Monday

We had planned on getting JRuby 1.7.1 out this week and we would have
gotten it done today, but in last minute testing we discovered a bug
with the new native rmdir on Windows. So, we will fix that bug today
and then re-release jnr-posix so on Monday we can have a nice release.

For those bugs which did not get addressed in 1.7.1 we plan on getting
1.7.2 out before Christmas so that we don’t sit on a release over the
holidays. In threads like these, it never hurts to tell us which bugs
you care about most for 1.7.2 :slight_smile:

-Tom


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

Great work fellas!

Would be great if there was a push to finishing up SSL problems. I’d
love
to use puma right now with JRuby, but cannot because it’s disabled for
JRuby due to a number of known SSL bugs in JRuby (
puma/lib/puma/binder.rb at master · puma/puma · GitHub).

Some of the bugs are:

https://jira.codehaus.org/browse/JRUBY-6874
https://jira.codehaus.org/browse/JRUBY-6870

Proper low-level SSL Socket support is crucial to creating
enterprise-level
apps in JRuby. Would love to see a focus here!

Best,
Ben

we plan on getting 1.7.2 out before Christmas

Any idea on the 1.7.2 ETA as it looks now?
Thanks & happy new year!
Gergo

We tried to get a release out before Xmas and ran into a blocker and
then the holidays came. With any luck we will have 1.7.2 end of this
week or beginning of next. There has been quite a few reports over
the holidays and we want to make sure not big was discovered (e.g.
blocker).

-Tom

On Wed, Jan 2, 2013 at 5:37 AM, Christian MICHON
[email protected] wrote:

I’m also interested in testing 1.7.2 on Windows as soon as available :wink:

you care about most for 1.7.2 :slight_smile:
http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


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

On Wed, Jan 2, 2013 at 11:38 AM, Gergely N. [email protected] wrote:

we plan on getting 1.7.2 out before Christmas

Any idea on the 1.7.2 ETA as it looks now?
Thanks & happy new year!
Gergo

Happy New Year.

I’m also interested in testing 1.7.2 on Windows as soon as available :wink:

I hope to see http://jira.codehaus.org/browse/JRUBY-6996 fixed as well
on this next release. The only workaround I’ve for this is to use
swing jirb, which unfortunately is not compatible with ansi escape
color sequences…

BR,
Christian