powertools-lambda-java icon indicating copy to clipboard operation
powertools-lambda-java copied to clipboard

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.

Results 142 powertools-lambda-java issues
Sort by recently updated
recently updated
newest added

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...

dependencies
size/XS
github_actions

Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.9 to 3.0.0. Release notes Sourced from com.networknt:json-schema-validator's releases. 3.0.0- 2025-12-13 Added Changed Upgrade to Jackson 3 and JDK 17 (#1219) Thanks @​justin-tay 2.0.1- 2025-12-11 Added Changed...

dependencies
maven
size/XS

Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.21.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.21.0 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo,...

dependencies
maven
size/XS

Bumps `aws.sdk.version` from 2.39.1 to 2.40.9. Updates `software.amazon.awssdk:bom` from 2.39.1 to 2.40.9 Updates `software.amazon.awssdk:http-client-spi` from 2.39.1 to 2.40.9 Updates `software.amazon.awssdk:url-connection-client` from 2.39.1 to 2.40.9 Updates `software.amazon.awssdk:s3` from 2.39.1 to 2.40.9...

dependencies
maven
size/XS

Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 3.10.3 to 4.1.1. Release notes Sourced from io.github.ascopes:protobuf-maven-plugin's releases. v4.1.1 Reworked plugin resolution to be able to run in parallel. Consistent generation of plugin ID naming is...

dependencies
maven
size/XS

Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.0 to 5.14.1. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.14.1 = Platform 1.14.1 + Jupiter 5.14.1 + Vintage 5.14.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.14.0...r5.14.1 Commits...

dependencies
maven
size/XS

### Use case **PLEASE READ: Priming documentation**: https://github.com/aws-powertools/powertools-lambda-java/blob/main/Priming.md Parent issue: https://github.com/aws-powertools/powertools-lambda-java/issues/1588 Sample PR: https://github.com/aws-powertools/powertools-lambda-java/pull/1861 Java [CRaC](https://openjdk.org/projects/crac/) can be used to prime an application by implementing `beforeCheckpoint()` and `afterRestore()` hooks in...

feature-request
good-first-issue
help-wanted

**Is your feature request related to a problem? Please describe.** We want to make it easy for customers to adopt Powertools **and** use or keep using GraalVM in `v2` of...

feature-request
good-first-issue
graalvm

### Why is this needed? Historically, the Batch utility supported SQS event sources. Today, it supports more than just SQS. It also supports Kinesis and DynamoDB stream event sources. These...

maintenance
batch

## Use case Currently, Powertools for AWS Lambda (Java) provides individual utilities like Logging, Tracing, Metrics, and other features through AspectJ annotations and static methods. While effective, this approach lacks...

feature-request
RFC