SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
123 stars 254 forks source link

jdk9 compatibility #119

Closed avandeursen closed 6 years ago

avandeursen commented 6 years ago

JPacman currently works with the checkerframework, which presently is not ready for jdk9.

See https://github.com/typetools/checker-framework/issues/1224

We need to update the pom.xml file so that mvn verify passes for the jpacman-framework, also when jdk 9 is used.

avandeursen commented 6 years ago

Related to this, we need to add an explicit jdk8/9 builds to the travis/gitlab build files.

avandeursen commented 6 years ago

And we need to replace findbugs by spotbugs, as findbugs has deceased and will not offer jdk 9 support.