saros-project / saros

Open Source IDE plugin for distributed collaborative software development
https://www.saros-project.org
GNU General Public License v2.0
158 stars 52 forks source link

Update to JDK 11 #1156

Closed stefaus closed 1 year ago

stefaus commented 1 year ago

[Build] Update build environment to JDK 11

Updates the github workflows and documentation to use Eclipse Temurin JDK 11. Removes the JDK 11 test build, as it is now standard.

[Build] New workaround for Eclipse dependencies

The direct and transitive Eclipse dependency org.eclipse.jface.text must be a newer version than the automatically chosen one, which has a class signature issue that leads to Java security exceptions.

Using JDK 11 and new dependencies makes older fixes obsolete for now. closes #1086 #1138

[Build] Update STF environment to JDK 11