-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v2.4.0 * Update 2-3-0-to-2-4-0.md --------- Co-authored-by: joswig <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 2.3.0 to 2.4.0 | ||
|
||
This document describes the upgrade instructions from `2.3.0` to `2.4.0`. | ||
|
||
## Updated Java Version to Java 21 | ||
|
||
Mission model upgrade steps | ||
|
||
- Update Gradle wrapper to one that supports Java 21, Gradle 8.6 is known to work | ||
- Update the Java sourceCompatibilty/targetCompatability statements in your gradle file (e.g. gov.nasa.jpl.europa.clipper.aerie.adaptations.java-common-conventions.gradle) | ||
|
||
Aerie running under JRE 21 can support mission models built with prior JDKs and models built under both JDK 19 and 21 were tested and run as expected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters