pnnl / proven-cluster

MIT License
0 stars 4 forks source link

Java 11 #186

Open telsethag opened 2 years ago

telsethag commented 2 years ago

Modifications to support Java 11

telsethag commented 2 years ago

A few changes:

  1. xml.bind.* had to added as a dependency (was removed from Java 11)
  2. modified build.gradle to specify Java 11
  3. Changed Eager annotation to avoid an exception
  4. There is now a ClassCastException on payara startup, but this is fixed in the next version 5.2021.1 . This doesn't affect the application startup.