You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately JRuby 1.1 changed quite a lot of its API, so updating our support there isn't trivial - in particular given that we need to retain JRuby 1.0 compatibility... Also, JRuby 1.1 requires Java 5, whereas JRuby 1.0 was still compatible with JDK 1.4.
For those reasons, I'm scheduling JRuby 1.1 support for Spring 3.0 (for a milestone this summer); Spring 2.5.x keeps requiring JRuby 0.9 or 1.0.
Dirk Mahler opened SPR-4743 and commented
The script integration for JRuby does not work with JRuby 1.1.0+:
partial stack trace:
Caused by: java.lang.NoSuchMethodError: org.jruby.Ruby.parse(Ljava/lang/String;Ljava/lang/String;Lorg/jruby/runtime/DynamicScope;)Lorg/jruby/ast/Node;
at org.springframework.scripting.jruby.JRubyScriptUtils.createJRubyObject(JRubyScriptUtils.java:89)
The issue is known to the JRuby Development team, see http://jira.codehaus.org/browse/JRUBY-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel
Affects: 2.5.2
The text was updated successfully, but these errors were encountered: