Revert update in Serialization Library#592
Merged
darklight3it merged 6 commits intomainfrom Mar 19, 2026
Merged
Conversation
d2aac43 to
890d562
Compare
maxday
approved these changes
Mar 19, 2026
Contributor
Author
Diff:
|
rarepolz
approved these changes
Mar 19, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #592 +/- ##
=========================================
Coverage 65.38% 65.38%
Complexity 211 211
=========================================
Files 34 34
Lines 988 988
Branches 142 142
=========================================
Hits 646 646
Misses 290 290
Partials 52 52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
Summary
Reverts the
aws-lambda-java-serializationdependency from 1.3.0 back to 1.2.0 across the runtime interface client and test modules, and bumps the RIC version to 2.10.1.Changes
Dependency revert (serialization 1.3.0 → 1.2.0):
aws-lambda-java-runtime-interface-client/pom.xmlaws-lambda-java-tests/pom.xmlVersion bump (RIC 2.10.0 → 2.10.1):
aws-lambda-java-runtime-interface-client/pom.xmlaws-lambda-java-runtime-interface-client/test/integration/test-handler/pom.xmlaws-lambda-java-runtime-interface-client/README.mdREADME.mdChangelog:
RELEASE.CHANGELOG.mdCI improvement:
aws-lambda-java-tests.ymlto also trigger whenaws-lambda-java-runtime-interface-client,aws-lambda-java-serialization, oraws-lambda-java-eventschangeworkflow_dispatchfor manual triggeringTesting
aws-lambda-java-testslocally (47 tests, 0 failures) against RIC 2.10.1 with serialization 1.2.0mvn install -DskipTestsTarget (OCI, Managed Runtime, both): both
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.