jruby-1.1.4 introduced a regression bug for Ruby classes implementing Java 
interfaces
-------------------------------------------------------------------------------------

                 Key: JRUBY-2985
                 URL: http://jira.codehaus.org/browse/JRUBY-2985
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
    Affects Versions: JRuby 1.1.4
         Environment: os x 10.5, jruby 1.1.4
            Reporter: Fabio Kung
            Priority: Blocker


require "servlet-api-2.5"
class A
  include Java::JavaxServletHttp::HttpServletResponse
end

causes a "SystemStackError: stack level too deep". Reproduced here: 

http://gist.github.com/9754

This is a blocker for me, as I need to implement Java Classes in jetty-rails 
(http://jetty-rails.rubyforge.org).
I'm just switching back to jruby-1.1.3 for now.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to