ukwa / webarchive-discovery

WARC and ARC indexing and discovery tools.
https://github.com/ukwa/webarchive-discovery/wiki
117 stars 25 forks source link

OpenJDK 11 compatibility problems #238

Closed anjackson closed 3 years ago

anjackson commented 3 years ago

It seems the build is not compatible with OpenJDK 11. Builds under Oracle JDK fine, but tests throw weird classloader errors on my macOS machine with OpenJDK 11, relating to being unable to find java.sql.Date and other java.sql classes. I don't understand where these odd dependencies are bubbling up from.

For now, we're stuck on Oracle, but perhaps after updating dependencies it may be possible to avoid these problems.

anjackson commented 3 years ago

Ah-ha! There was a very old version of the Maven Surefire build plugin hanging about in the warc-indexer POM, and it really didn't like the modern world. Now I have other problems. 😄