fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Update to JDK 17

Open alecgrieser opened this issue 1 year ago • 1 comments

Given that JDK 11 is reaching the end of its (LTS) support, we should update the project to JDK 17, which is the next LTS version of Java. At the very least, that means updating our build chain so that it uses the newer JDK version. For compatibility reasons, we may need to preserve JDK 11 byte code compatibility.

alecgrieser avatar Nov 14 '23 18:11 alecgrieser

Sonarcloud has since stopped supporting JDK 11, so we will not be able to get successful PRBs with sonar until we update our JDK version

alecgrieser avatar Jan 31 '24 10:01 alecgrieser