AdamaJava / adamajava

Other
14 stars 4 forks source link

feat(all projects): upgrade to java 21 #339

Closed holmeso closed 9 months ago

holmeso commented 10 months ago

Description

It's time to update adamajava (AJ) to java 21 (it has been on 1.8 for a long time). There are numerous advantages that the reader can easily find out for themselves.

The following changes were made to the AJ codebase to enable this change

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Existing unit tests have been updated to pass,

Are WDL Updates Required?

Yes. Once an AJ release is performed, any wdl wanting to take advantage of the new release will need to swap out all "module load java/1.8..." commands with the 21 equivalent

Checklist: