Skip to content

Commit fffd1b4

Browse files
authored
Merge pull request #641 from aws/release/aws-lambda-java-log4j2-1.6.5
chore(release): aws-lambda-java-log4j2 1.6.5
2 parents f26d75a + ffbbc76 commit fffd1b4

3 files changed

Lines changed: 8 additions & 13 deletions

File tree

.github/workflows/runtime-interface-client_pr.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
# This workflow will be triggered if there will be changes to
2-
# aws-lambda-java-runtime-interface-client package or its dependencies (core, serialization),
3-
# and it builds the package.
1+
# This workflow builds and tests the aws-lambda-java-runtime-interface-client package.
2+
# It runs on every pull request (no path filter) so that the smoke-test and
3+
# integration-test required status checks always report a result and never get
4+
# stuck "pending" on PRs that don't touch the RIC/core/serialization paths.
45

56
name: PR to runtime-interface-client
67

78
on:
89
workflow_dispatch:
910
pull_request:
1011
branches: [ '*' ]
11-
paths:
12-
- 'aws-lambda-java-runtime-interface-client/**'
13-
- 'aws-lambda-java-core/**'
14-
- 'aws-lambda-java-serialization/**'
15-
- '.github/workflows/runtime-interface-client_*.yml'
1612

1713
permissions:
1814
contents: read

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### May 19, 2026
1+
### August 24, 2026
22
`1.6.5`:
33
- Updated `log4j-core` and `log4j-api` dependencies to `2.25.5`
44

5+
### May 19, 2026
56
`1.6.4`:
67
- Fix regression in `1.6.3`
78

aws-lambda-java-log4j2/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>com.amazonaws</groupId>
75
<artifactId>aws-lambda-java-log4j2</artifactId>
8-
<version>1.6.5-SNAPSHOT</version>
6+
<version>1.6.6-SNAPSHOT</version>
97
<packaging>jar</packaging>
108

119
<name>AWS Lambda Java Log4j 2.x Libraries</name>

0 commit comments

Comments
 (0)