Skip to content

Commit

Permalink
Release v2.4.0 (#125)
Browse files Browse the repository at this point in the history
* Release v2.4.0

* Update 2-3-0-to-2-4-0.md

---------

Co-authored-by: joswig <[email protected]>
  • Loading branch information
joswig and joswig authored Feb 17, 2024
1 parent 912f242 commit d3dcc41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/upgrade-guides/2-3-0-to-2-4-0.md
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
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ const sidebars = {
'glossary',
],
upgradeGuides: [
'upgrade-guides/2-3-0-to-2-4-0',
'upgrade-guides/2-2-0-to-2-3-0',
'upgrade-guides/2-1-0-to-2-2-0',
'upgrade-guides/2-0-0-to-2-1-0',
Expand Down

0 comments on commit d3dcc41

Please sign in to comment.