dev@grizzly.java.net

Fix for issue 3975 - be able to run JRuby 1.0.x and JRuby 1.1x versions against same grizzly-jruby module

From: Pramod Gopinath <Pramod.Gopinath_at_Sun.COM>
Date: Mon, 04 Feb 2008 08:37:37 -0800

Hi
  Here is the fix for issue 3975
<https://glassfish.dev.java.net/issues/show_bug.cgi?id=3975>. The
primary aim of this fix is to ensure that the grizzly-jruby module does
not use internal APIs of JRuby. Based on suggestion from Nick Seager
have ensured that we use the RubyRuntimeAdapter call instead, to ensure
that the code would work with 1.0.x and future 1.1x versions of JRuby.

Have attached a jar file containing the files : RubyObjectPool and
RailsAdapter as part of it. Look at the detailed descriptions and svn
diffs towards the bottom of the issue.

Thanks
Pramod Gopinath