eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

#211 Support Java 17 and update build #263

Closed ndoschek closed 1 year ago

ndoschek commented 1 year ago

Resolves https://github.com/eclipse-emfcloud/emfcloud-modelserver/issues/211

ndoschek commented 1 year ago

Thanks @eneufeld for the hint, as discussed I consume most dependencies from the newer orbit, except the missing javax.servlet from the former one. Regarding hamcrest, this produces a plugin clashfor the p2 build (the junit plugin still uses the prior version internally), so I added it to the test lib feature bundle. As mentioned in the comment, we will simplify the targetplatform and remove those feature plugins with the upcoming upgrades.