payload-offloading-java-common-lib-for-aws icon indicating copy to clipboard operation
payload-offloading-java-common-lib-for-aws copied to clipboard

Shared library between AWS extended messaging clients to manage payloads larger than their limits.

Results 12 payload-offloading-java-common-lib-for-aws issues
Sort by recently updated
recently updated
newest added

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.16.0 to 2.17.1. Commits cba40f1 [maven-release-plugin] prepare release jackson-core-2.17.1 d33c4b5 Prepare for 2.17.1 release 2a4a6dc Fix #1256: revert #1117, default recycler pool again threadLocalPool() (for... 7e57e5b Update...

dependencies
java

Stacktrace from SQS Library code. ``` at com.amazon.sqs.javamessaging.AmazonSQSExtendedClient.receiveMessage(AmazonSQSExtendedClient.java:342) at software.amazon.payloadoffloading.S3BackedPayloadStore.getOriginalPayload(S3BackedPayloadStore.java:41) at software.amazon.payloadoffloading.PayloadS3Pointer.fromJson(PayloadS3Pointer.java:55) at software.amazon.awssdk.core.exception.SdkClientException.create(SdkClientException.java:47) at software.amazon.awssdk.core.exception.SdkClientException$BuilderImpl.build(SdkClientException.java:111) Caused by: software.amazon.awssdk.core.exception.SdkClientException: Failed to read the S3 object pointer from given string. ```

Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @​slawekjaranowski [MCOMPILER-582] -...

dependencies
java

*Issue #, if available:* *Description of changes:* Add ability to delete a batch of offloaded payloads. By using S3 DeleteObjects, it can reduce the number of separate calls to S3...

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 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 Commits...

dependencies
java

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...

dependencies
java

Bumps `aws-java-sdk.version` from 2.20.130 to 2.25.6. Updates `software.amazon.awssdk:s3` from 2.20.130 to 2.25.6 Updates `software.amazon.awssdk:utils` from 2.20.130 to 2.25.6 Dependabot will resolve any conflicts with this PR as long as you...

dependencies
java

Ref: - [PayloadS3Pointer](https://github.com/awslabs/payload-offloading-java-common-lib-for-aws/blob/df2156bfbaa40b272369d6ffa1a6d37cace1bc67/src/main/java/software/amazon/payloadoffloading/PayloadS3Pointer.java#L35) - [JsonDataConverter](https://github.com/awslabs/payload-offloading-java-common-lib-for-aws/blob/master/src/main/java/software/amazon/payloadoffloading/JsonDataConverter.java#L19) - https://github.com/FasterXML/jackson-docs/wiki/Presentation:-Jackson-Performance#basics-things-you-should-do-anyway > Reuse heavy-weight objects: ObjectMapper (data-binding) and JsonFactory (streaming API) To a lesser degree, you may also want to reuse ObjectReader and ObjectWriter...

I've seen this mentioned in a few forums, and our team needs async support in the extended SQS Java SDK. We have a local fork that we are currently testing....

*Issue #, if available:* https://github.com/awslabs/payload-offloading-java-common-lib-for-aws/issues/16 *Description of changes:* Adding the bucket name and object key to the error logging and exception. By submitting this pull request, I confirm that you...