Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JNISpice Jar to JDK 21-compiled version #1351

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

Mythicaeda
Copy link
Contributor

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)

@Mythicaeda Mythicaeda added the ci Changes to our CI configuration files and scripts label Feb 28, 2024
@Mythicaeda Mythicaeda requested a review from skovati February 28, 2024 21:18
@Mythicaeda Mythicaeda self-assigned this Feb 28, 2024
@Mythicaeda Mythicaeda requested a review from a team as a code owner February 28, 2024 21:18
@Mythicaeda Mythicaeda requested a review from dandelany February 28, 2024 21:18
@Mythicaeda Mythicaeda force-pushed the ci/update-jni-spice-jdk21 branch from d781836 to 32da262 Compare February 29, 2024 18:40
@Mythicaeda Mythicaeda merged commit 2fc7204 into develop Feb 29, 2024
6 checks passed
@Mythicaeda Mythicaeda deleted the ci/update-jni-spice-jdk21 branch February 29, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Changes to our CI configuration files and scripts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recompile JNISpice JAR with JDK 21
2 participants