-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feature: Add support for JDK 17 - Core library #133
Feature: Add support for JDK 17 - Core library #133
Comments
Moved |
Prioritized #263 as a smaller bite of this work |
DoD completed with @ewilkins-csi @nartieri @carter-cundiff |
We decide to cut the ticket and merge in the code since we are already at the stage that we can build through the |
OTS looks good! |
…modules #133 upgrade java17 foundation core modules
Description
Currently, JDK 11 is required in order to use aiSSEMBLE. OpenJDK support for 11 is ending soon and 17 is well supported across the open source community. For example, JDK 17 is compatible with Spark 3.3+ and even required for Quarkus 3.7+. Upgrading to JDK 17 will allow developers to take advantage of the latest JDK language features, performance improvements, and security fixes.
For this ticket, we will focus to make sure the build succedding until the
foundation-messaging
moduleDOD
foundation-messaging
and all modules should have build success including unit tests and integration-test- [ ] build success- [ ] test success- [ ] integration test success- [ ] make sure all dependency modules support java 17feature-java17
Test Strategy/Script
foundation-messaging
References/Additional Context
N/A
The text was updated successfully, but these errors were encountered: