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

Feature/PODAAC-5877: Upgrade to Java 11 and CMA 2.0.3 #208

Merged
merged 5 commits into from
Oct 13, 2023

Conversation

yenes56
Copy link
Collaborator

@yenes56 yenes56 commented Oct 13, 2023

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:

  • Linted
  • [] Unit tests
  • Addressed Snyk vulnerabilities
  • Updated changelog
  • Tested in SIT
  • Documentation / User-Guide Updated

See Pull Request Review Checklist for pointers on reviewing this pull request

@skorper skorper changed the title Feature/podaac 5877 Feature/PODAAC-5877: Upgrade to Java 11 and CMA 2.0.3 Oct 13, 2023
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**
Copy link
Collaborator

@skorper skorper Oct 13, 2023

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
Copy link
Collaborator

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Makde sure using java 17 and gradle 8.3
* Make sure using java 11 and gradle 8.3

@yenes56
Copy link
Collaborator Author

yenes56 commented Oct 13, 2023

@skorper I have addressed all comments and the build is a success.

@skorper skorper merged commit faf844d into develop Oct 13, 2023
3 checks passed
@skorper skorper deleted the feature/PODAAC-5877 branch October 13, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants