Alon Salant wrote:
Has 1.1b1 been built for a Java 6 target JVM or something like that? Anyone else seeing this issue?
To answer my last question, the answer is yes. jruby.properties in the jar shows:
target.jruby=java1.6
For 1.0.2 from Maven Central repo:
target.jruby=java1.4
In jruby.jar in the 1.1b1 binary download from
http://jruby.codehaus.org/:target.jruby=java1.5
So it looks like the Maven distribution for 1.1b1 is incorrectly built for 1.6. It should be 1.5 to match the binary distribution.
Alon