NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Update JNISpice Jar to JDK 21-compiled version #1351

Closed Mythicaeda closed 8 months ago

Mythicaeda commented 8 months ago

Description

Replaces the JDK 19-compiled JNI SPICE JAR with a JDK 21-compiled version.

Verification

From the third-party directory, run the following command:

unzip -p JNISpice-N0067.jar META-INF/MANIFEST.MF

On this branch, you will get the following output:

Manifest-Version: 1.0
Created-By: 21.0.2 (Eclipse Adoptium)

On develop, you will get the following output:

Manifest-Version: 1.0
Created-By: 19 (Eclipse Adoptium)