Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .github/workflows/runtime-interface-client_pr.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# This workflow will be triggered if there will be changes to
# aws-lambda-java-runtime-interface-client package or its dependencies (core, serialization),
# and it builds the package.
# This workflow builds and tests the aws-lambda-java-runtime-interface-client package.
# It runs on every pull request (no path filter) so that the smoke-test and
# integration-test required status checks always report a result and never get
# stuck "pending" on PRs that don't touch the RIC/core/serialization paths.

name: PR to runtime-interface-client

on:
workflow_dispatch:
pull_request:
branches: [ '*' ]
paths:
- 'aws-lambda-java-runtime-interface-client/**'
- 'aws-lambda-java-core/**'
- 'aws-lambda-java-serialization/**'
- '.github/workflows/runtime-interface-client_*.yml'

permissions:
contents: read
Expand Down
3 changes: 2 additions & 1 deletion aws-lambda-java-log4j2/RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### May 19, 2026
### August 24, 2026
`1.6.5`:
- Updated `log4j-core` and `log4j-api` dependencies to `2.25.5`

### May 19, 2026
`1.6.4`:
- Fix regression in `1.6.3`

Expand Down
6 changes: 2 additions & 4 deletions aws-lambda-java-log4j2/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j2</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.6-SNAPSHOT</version>
<packaging>jar</packaging>

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