jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.78k stars 715 forks source link

Fix compilation with JDK 12 #403

Closed vjuranek closed 5 years ago

vjuranek commented 5 years ago

JDK 12 removed couple of deprecated JDK option, using these options now results into JDK failure. To be able to use JDK 12, also version of http-kit needs to be updated.

aphyr commented 5 years ago

Thanks @vjuranek