MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.64k stars 1.33k forks source link

Compile against Java 17 #5162

Closed BenjaminAmos closed 7 months ago

BenjaminAmos commented 7 months ago

Contains

This pull request updates the game to build and run under Java 17. It increases the minimum required JDK version to 17.

Both JUnit and Mockito in engine-tests have been updated since the older versions would not run under Java 17.

How to test

Notes

Closes #3976

jdrueckert commented 7 months ago

Merge strategy:

  1. merge https://github.com/MovingBlocks/JenkinsAgentPrecachedJava/pull/5
  2. merge https://github.com/MovingBlocks/JenkinsAgentPrecachedJava/pull/6
  3. merge https://github.com/MovingBlocks/Logistics/pull/9
  4. merge https://github.com/MovingBlocks/Terasology/pull/5162
jdrueckert commented 7 months ago

Added a reference to #3976 to the PR description