Search code examples
javaversionjrubyjava-7java-5

JRuby Java Version Compatibility


we want to upgrade our JRuby application from 1.6 (with Java5) to 1.7 (with Java7). I haven't found anywhere a support matrix or compatibility list. Does JRuby support any Java version out of the box?

bye, selcuk.


Solution

  • From JRuby 1.7.0. Released:

    Java 5 support dropped (Java 6+ required)

    Bugs running under Java 8 are actively fixed (e.g. #1899, #1858).