eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
43 stars 21 forks source link

Support Java 17 and update build #211

Closed ndoschek closed 1 year ago

ndoschek commented 2 years ago

Support Java 17 and doublecheck:

ndoschek commented 2 years ago

Building the model server with Java 17 errors with the following output:

$ mvn clean verify
[ERROR] Error executing Maven.
[ERROR] java.lang.IllegalStateException: Unable to load cache item
[ERROR] Caused by: Unable to load cache item
[ERROR] Caused by: Could not initialize class com.google.inject.internal.cglib.core.$MethodWrapper
eneufeld commented 2 years ago

which maven version are we using? does it not support java 17 or something?