Skip to content

Commit 5a3c0b5

Browse files
author
Davide Melfi
committed
chore: making LambdaEventAssert public and releasing aws-lambda-java-tests
1 parent 0697d14 commit 5a3c0b5

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

aws-lambda-java-tests/RELEASE.CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### March 26, 2026
2-
`1.1.2`:
2+
`1.1.3`:
33
- Add serialization round-trip tests covering 66 event classes
44

55
### August 26, 2021

aws-lambda-java-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-lambda-java-tests</artifactId>
8-
<version>1.1.2</version>
8+
<version>1.1.3</version>
99
<packaging>jar</packaging>
1010

1111
<name>AWS Lambda Java Tests</name>

aws-lambda-java-tests/src/main/java/com/amazonaws/services/lambda/runtime/tests/LambdaEventAssert.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@
2525
* {@link AssertionError}.
2626
* </p>
2727
*
28-
* <p>
29-
* This class is intentionally package-private to support updates to
30-
* the aws-lambda-java-events and aws-lambda-java-serialization packages.
31-
* Consider making it public if there's a real request for it.
32-
* </p>
3328
*/
34-
class LambdaEventAssert {
29+
public class LambdaEventAssert {
3530

3631
private static final ObjectMapper MAPPER = new ObjectMapper();
3732

0 commit comments

Comments
 (0)