Raise minimum JDK version to 17 (#2994)

* Raise source level to Java 17 (except for model classes)
* Remove Nashorn script engine
* Upgrade spotless and add jvm options  
  See https://github.com/diffplug/spotless/issues/834
* Add suppression for findBugs false positive error
* Upgrade xtext to 2.29.0
* Adjust JNA
* Resolve itests

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2022-12-19 19:52:43 +01:00
committed by GitHub
parent d48ac20377
commit 41ba3ff854
42 changed files with 163 additions and 522 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ If you have not worked with Maven yet, just follow the instructions and everythi
What you need before you start:
- Java SE Development Kit 11
- Java SE Development Kit 17
- Maven 3 from https://maven.apache.org/download.html
Make sure that the `mvn` command is available on your path