Linked PODAAC ticket: https://jira.jpl.nasa.gov/browse/PODAAC-7494
As part of the consolidated cumulus effort, the following changes are required:
- upgrade all Java version to java 21 as well as dependencies
- upgrade all python to 3.12 as well as dependencies
- upgrade to cumulus message adapter 2.0.6
- upgrade cumulus-process to the latest 1.7.0
- Change the aws/null provider to follow the style mentioned here by keeping the provider definition but removing the provider configuration. That is, child module shall only declare provider.
- Also, for provider version, we would prefer the provider configuration only say provider version > X instead of a range such as (>5.100 and < 6.0) for easier integration with parent module which is cumulus-core.
Linked PODAAC ticket: https://jira.jpl.nasa.gov/browse/PODAAC-7494
As part of the consolidated cumulus effort, the following changes are required: