samvera-deprecated / jettywrapper

Convenience tasks and classes for automated testing of hydra heads.
Apache License 2.0
7 stars 19 forks source link

Adding compatibility for OpenJDK #65

Closed cgalarza closed 5 years ago

cgalarza commented 5 years ago

Running this gem with openjdk8 produces errors because openjdk8 -version returns openjdk version XXX instead of java version XXX. Changing regex for version check to allow first word to be java or openjdk.

Removing testing support for Ruby 1.9.3 and adding JRuby to the list of allowed failures.