File tree Expand file tree Collapse file tree 11 files changed +302
-259
lines changed
aws-lambda-java-runtime-interface-client
test/integration/test-handler
aws-lambda-java-serialization
src/main/java/com/amazonaws/services/lambda/runtime/serialization/events Expand file tree Collapse file tree 11 files changed +302
-259
lines changed Original file line number Diff line number Diff line change 44name : Java CI aws-lambda-java-tests
55
66on :
7+ workflow_dispatch :
78 push :
89 branches : [ main ]
910 paths :
1011 - ' aws-lambda-java-tests/**'
12+ - ' aws-lambda-java-runtime-interface-client/**'
13+ - ' aws-lambda-java-serialization/**'
14+ - ' aws-lambda-java-events/**'
1115 pull_request :
1216 branches : [ '*' ]
1317 paths :
1418 - ' aws-lambda-java-tests/**'
19+ - ' aws-lambda-java-runtime-interface-client/**'
20+ - ' aws-lambda-java-serialization/**'
21+ - ' aws-lambda-java-events/**'
1522 - ' .github/workflows/aws-lambda-java-tests.yml'
1623
1724permissions :
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ The purpose of this package is to allow developers to deploy their applications
163163<dependency >
164164 <groupId >com.amazonaws</groupId >
165165 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
166- <version >2.10.0 </version >
166+ <version >2.10.1 </version >
167167</dependency >
168168```
169169
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pom.xml
7070 <dependency >
7171 <groupId >com.amazonaws</groupId >
7272 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
73- <version >2.10.0 </version >
73+ <version >2.10.1 </version >
7474 </dependency >
7575 </dependencies >
7676 <build >
@@ -203,7 +203,7 @@ platform-specific JAR by setting the `<classifier>`.
203203<dependency>
204204 <groupId>com.amazonaws</groupId>
205205 <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
206- <version>2.10.0 </version>
206+ <version>2.10.1 </version>
207207 <classifier>linux-x86_64</classifier>
208208</dependency>
209209```
Original file line number Diff line number Diff line change 1+ ### March 19, 2026
2+ ` 2.10.1 `
3+ - Revert aws-lambda-java-serialization dependency to 1.2.0
4+
15### March 12, 2026
26` 2.10.0 `
37- Update aws-lambda-java-serialization dependency to 1.3.0
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
7- <version >2.10.0 </version >
7+ <version >2.10.1 </version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Interface Client</name >
6666 <dependency >
6767 <groupId >com.amazonaws</groupId >
6868 <artifactId >aws-lambda-java-serialization</artifactId >
69- <version >1.3 .0</version >
69+ <version >1.2 .0</version >
7070 </dependency >
7171 <dependency >
7272 <groupId >software.amazon.awssdk</groupId >
Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >com.amazonaws</groupId >
1717 <artifactId >aws-lambda-java-runtime-interface-client</artifactId >
18- <version >2.10.0 </version >
18+ <version >2.10.1 </version >
1919 </dependency >
2020 </dependencies >
2121
Original file line number Diff line number Diff line change 1+ ### March 19, 2026
2+ ` 1.3.1 ` :
3+ - Revert ` jackson-databind ` dependency from 2.18.6 to 2.15.4
4+ - Revert ` PropertyNamingStrategies.UpperCamelCaseStrategy ` to ` PropertyNamingStrategy.PascalCaseStrategy `
5+
16### March 11, 2026
27` 1.3.0 ` :
38- Update ` jackson-databind ` dependency from 2.15.4 to 2.18.6
Original file line number Diff line number Diff line change 1+ [tools ]
2+ java = " corretto-8"
Original file line number Diff line number Diff line change 44
55 <groupId >com.amazonaws</groupId >
66 <artifactId >aws-lambda-java-serialization</artifactId >
7- <version >1.3.0 </version >
7+ <version >1.3.1 </version >
88 <packaging >jar</packaging >
99
1010 <name >AWS Lambda Java Runtime Serialization</name >
3232 <maven .compiler.source>1.8</maven .compiler.source>
3333 <maven .compiler.target>1.8</maven .compiler.target>
3434 <relocation .prefix>com.amazonaws.lambda.thirdparty</relocation .prefix>
35- <jackson .version>2.18.6 </jackson .version>
35+ <jackson .version>2.15.4 </jackson .version>
3636 <gson .version>2.10.1</gson .version>
3737 <json .version>20231013</json .version>
3838 <owasp .version>7.3.2</owasp .version>
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments