Releases: nasa/cumulus-message-adapter-java
Releases · nasa/cumulus-message-adapter-java
v2.0.0
v1.4.0
Notable Changes
This version of the CMA java client works with cumulus-message-adapter v2.0.2 or later, and it's built with JDK 1.8.
When use the java client package in AWS Runtime environment,
for Java 8 Amazon Linux 1, use cumulus-message-adapter v2.0.2,
and for Java 8 Amazon Linux 2, use cumulus-message-adapter v2.0.3 or later.
Changed
- CUMULUS-3386
- Updated CMA client to utilize pre-packaged AWS LINUX 2 binary for CMA when system python is unavailable or
USE_CMA_BINARY environment is set to true. This is a breaking change if your task environment does not have
python in the system path, but generally should be backward compatible with most use cases. - Updated ci configuration to test the package on jdk8 environment both with and without system python
- Updated CMA client to utilize pre-packaged AWS LINUX 2 binary for CMA when system python is unavailable or
v1.3.10
Notable Changes
This version of the CMA java client works with cumulus-message-adapter v2.0.2 or earlier, and it's built with JDK 1.8.
Changed
- CUMULUS-3182
- Updated
AdapterLogger.InitializeLogger
method to be public - Updated example Cumulus task to initialize logger, build with Gradle 8
- Updated com.amazonaws libraries to address security vulnerability
- Updated
v1.3.9
v1.3.8
v1.3.7
Added
- Added
log4j-api
version1.7.0
Fixed
- Updated
aws-lambda-java-log4j2
to1.5.0
to address security vulnerability
v1.3.6
Fixed
- Updated
log4j-core
to2.17.0
to address security vulnerability
v1.3.5
Fixed
- Updated
aws-lambda-java-log4j2
to1.4.0
to address security vulnerability
v1.3.4
Fixed
- Updated
org.apache.logging.log4j
to2.16.0
to address security vulnerability
Release v1.3.3
Fixed
- Updated
aws-lambda-java-log4j2
to1.3.0
andorg.apache.logging.log4j
to2.15.0
to address critical security vulnerability - Updated
com.google.code.gson
to2.8.9
to address security vulnerabilities