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