Skip to content

Revert update in Serialization Library#592

Merged
darklight3it merged 6 commits intomainfrom
dmelfi/reverting-update-in-serialization
Mar 19, 2026
Merged

Revert update in Serialization Library#592
darklight3it merged 6 commits intomainfrom
dmelfi/reverting-update-in-serialization

Conversation

@darklight3it
Copy link
Contributor

@darklight3it darklight3it commented Mar 19, 2026

Issue #, if available:

Description of changes:

Summary

Reverts the aws-lambda-java-serialization dependency 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.xml
  • aws-lambda-java-tests/pom.xml

Version bump (RIC 2.10.0 → 2.10.1):

  • aws-lambda-java-runtime-interface-client/pom.xml
  • aws-lambda-java-runtime-interface-client/test/integration/test-handler/pom.xml
  • aws-lambda-java-runtime-interface-client/README.md
  • README.md

Changelog:

  • Added 2.10.1 release entry to RELEASE.CHANGELOG.md

CI improvement:

  • Updated aws-lambda-java-tests.yml to also trigger when aws-lambda-java-runtime-interface-client, aws-lambda-java-serialization, or aws-lambda-java-events change
  • Added workflow_dispatch for manual triggering

Testing

  • Ran aws-lambda-java-tests locally (47 tests, 0 failures) against RIC 2.10.1 with serialization 1.2.0
  • RIC installed locally with mvn install -DskipTests

Target (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.

@darklight3it darklight3it requested review from maxday and rarepolz March 19, 2026 15:05
@darklight3it darklight3it force-pushed the dmelfi/reverting-update-in-serialization branch from d2aac43 to 890d562 Compare March 19, 2026 15:24
@darklight3it
Copy link
Contributor Author

Diff: 181e851HEAD

.github/workflows/aws-lambda-java-tests.yml

@@ -4,14 +4,21 @@
 name: Java CI aws-lambda-java-tests
 
 on:
+  workflow_dispatch:
   push:
     branches: [ main ]
     paths:
       - 'aws-lambda-java-tests/**'
+      - 'aws-lambda-java-runtime-interface-client/**'
+      - 'aws-lambda-java-serialization/**'
+      - 'aws-lambda-java-events/**'
   pull_request:
     branches: [ '*' ]
     paths:
       - 'aws-lambda-java-tests/**'
+      - 'aws-lambda-java-runtime-interface-client/**'
+      - 'aws-lambda-java-serialization/**'
+      - 'aws-lambda-java-events/**'
       - '.github/workflows/aws-lambda-java-tests.yml'

README.md

@@ -163,7 +163,7 @@
 <dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
- <version>2.8.6</version>
+ <version>2.10.1</version>
 </dependency>

aws-lambda-java-runtime-interface-client/README.md

@@ -70,7 +70,7 @@
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
-      <version>2.8.7</version>
+      <version>2.10.1</version>
     </dependency>

@@ -203,7 +203,7 @@
 <dependency>
     <groupId>com.amazonaws</groupId>
     <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
-    <version>2.8.7</version>
+    <version>2.10.1</version>
     <classifier>linux-x86_64</classifier>
 </dependency>

aws-lambda-java-runtime-interface-client/RELEASE.CHANGELOG.md

@@ -1,3 +1,15 @@
+### March 19, 2026
+`2.10.1`
+- Revert aws-lambda-java-serialization dependency to 1.2.0
+
+### March 12, 2026
+`2.10.0`
+- Update aws-lambda-java-serialization dependency to 1.3.0
+
+### March 12, 2026
+`2.9.0`
+- Update aws-lambda-java-serialization dependency to 1.2.0

aws-lambda-java-runtime-interface-client/pom.xml

@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.amazonaws</groupId>
     <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
-    <version>2.9.0</version>
+    <version>2.10.1</version>

aws-lambda-java-runtime-interface-client/test/integration/test-handler/pom.xml

@@ -15,7 +15,7 @@
         <dependency>
             <groupId>com.amazonaws</groupId>
             <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
-            <version>2.8.7</version>
+            <version>2.10.1</version>
         </dependency>

aws-lambda-java-serialization/mise.toml (new file)

[tools]
java = "corretto-8"

aws-lambda-java-tests/pom.xml

@@ -1,3 +1,4 @@
+<!-- Trigger CI: validate serialization 1.2.0 revert -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" ...>

@@ -40,7 +41,7 @@
         <dependency>
             <groupId>com.amazonaws</groupId>
             <artifactId>aws-lambda-java-serialization</artifactId>
-            <version>1.1.6</version>
+            <version>1.2.0</version>
         </dependency>

@darklight3it darklight3it merged commit ac9e6e4 into main Mar 19, 2026
6 checks passed
@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.38%. Comparing base (d7778eb) to head (5176079).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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