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 105 powertools-lambda-java issues
Sort by recently updated
recently updated
newest added

Bumps [com.amazonaws:amazon-sqs-java-extended-client-lib](https://github.com/awslabs/amazon-sqs-java-extended-client-lib) from 2.0.4 to 2.1.0. Release notes Sourced from com.amazonaws:amazon-sqs-java-extended-client-lib's releases. Version 2.1.0 of the Amazon SQS Extended Client Library for Java What's Changed From this version and onward,...

dependencies
maven
size/XS

**Is your feature request related to a problem? Please describe.** At the moment, the batch module processes messages in sequence ([code](https://github.com/aws-powertools/powertools-lambda-java/blob/bb9bb2e540b58938caf29a46731f4fedc8fea155/powertools-batch/src/main/java/software/amazon/lambda/powertools/batch/handler/SqsBatchMessageHandler.java#L67)), which could be improved with a parallel processing for...

enhancement
status/staged-major-release
v2
RFC

Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.3.0 to 3.3.1. Commits 88262c5 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.3.1 47b8ec6 [MCHECKSTYLE-403] Goal checkstyle:checkstyle ignores testResources d12ab8f [MCHECKSTYLE-439] Upgrade to Parent 40 b4c97c4 fix typo in "ckecks" 2b0fc93...

dependencies
maven
size/XS

Bumps `log4j.version` from 2.22.1 to 2.23.1. Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.1 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.22.1 to 2.23.1 Updates `org.apache.logging.log4j:log4j-api` from 2.22.1 to 2.23.1 Updates `org.apache.logging.log4j:log4j-layout-template-json` from 2.22.1 to 2.23.1...

dependencies
maven
size/S

Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.0 to 3.2.0. Release notes Sourced from org.codehaus.mojo:exec-maven-plugin's releases. 3.2.0 🚀 New features and improvements Enable to exec:java runnables and not only mains with loosely coupled injections...

dependencies
maven
size/XS

Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.3.6 to 4.8.3.1. Release notes Sourced from com.github.spotbugs:spotbugs-maven-plugin's releases. Spotbugs Maven Plugin 4.8.3.1 Support for spotbugs 4.8.3 Bump groovy to 4.0.18 Bump slf4j to 2.0.12 Bump commons...

dependencies
maven
size/XS

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 JUnit...

dependencies
maven
size/XS

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.0 to 3.5.2. Release notes Sourced from org.apache.maven.plugins:maven-shade-plugin's releases. 3.5.1 Release Notes - Maven Shade Plugin - Version 3.5.1 Bug [MSHADE-454] - Shade Plugin does not work...

dependencies
maven
size/S

Bumps `log4j.version` from 2.20.0 to 2.23.0. Updates `org.apache.logging.log4j:log4j-core` from 2.20.0 to 2.23.0 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.20.0 to 2.23.0 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.20.0 to 2.23.0 Updates `org.apache.logging.log4j:log4j-api` from 2.20.0 to 2.23.0...

dependencies
maven
size/XS

# Removing support of Java 8 in V2 **Date:** November 20, 2023 **Status:** Draft ## Abstract In this RFC I propose the deprecation of Java 8 support in Powertools for...

status/staged-major-release
v2
RFC