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
Updates STF test runner to use JDK 11 docker container
Remove unsupported -t parameter from timeout command
JDK 9 introduced java modules. Now eclipse is asking to create a file
for this and STF Bot is extended to uncheck the creation of this file.
Otherwise the create dialog would never finish.
[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