-
Notifications
You must be signed in to change notification settings - Fork 4
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/PODAAC-5877: Upgrade to Java 11 and CMA 2.0.3 #208
Conversation
CHANGELOG.md
Outdated
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
## [Unreleased] | |||
### Added | |||
### Changed | |||
- **PODAAC-xxxx** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the ticket #?
CHANGELOG.md
Outdated
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
## [Unreleased] | |||
### Added | |||
### Changed | |||
- **PODAAC-xxxx** | |||
- Support java 17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update this to Java 11?
README.md
Outdated
-Dsonar.host.url=http://localhost:9000 \ | ||
-Dsonar.token=sqp_6dc05b1aa1f622b45112927d2a0510f209776860 | ||
|
||
* Makde sure using java 17 and gradle 8.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Makde sure using java 17 and gradle 8.3 | |
* Make sure using java 11 and gradle 8.3 |
@skorper I have addressed all comments and the build is a success. |
Support PODAAC-5877, upgrade to CMA 2.0.3
Ticket: [PODAAC-5877]
Description
make CNM2CMA cumulus 16 and CMA 2.0.3 compatible.
Overview of work done
Upgrade to make use of CMA 2.0.3
Java 11
dependency cumulus-message-adapter 1.3.9 -> 2.0.0
Overview of verification done
Download the github action build artifact, un-zip and use
javap -verbose XXXX.class
to verify the compiled class file is at version 55, which is java11.
Integration testing with MetadataAggregator and CNMResponse
Tested in SIT:
Explain how you tested in SIT, if applicable
PR checklist:
See Pull Request Review Checklist for pointers on reviewing this pull request