gbif / gbif-api

GBIF API
Apache License 2.0
27 stars 5 forks source link

Changes to support building with Java-9 #15

Open ansell opened 7 years ago

ansell commented 7 years ago

A few minor changes needed to support Java-9, similar to other packages. Includes the motherpom update, and a few test changes to replace ClassLoader.class with getClass()

ansell commented 7 years ago

There is a single remaining test failure after bumping the motherpom, VocabularyUtilsTest.testListEnumerations, related to the use of Guava to scan the classpath for enumerations. Leaving this until a later 9-ea release or GA as it likely stems from the Jigsaw modularisation changes which are undergoing a redesign.