amazon-sqs-java-messaging-lib
amazon-sqs-java-messaging-lib copied to clipboard
This Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service.
Bumps org.slf4j:slf4j-api from 2.0.7 to 2.0.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps `aws-java-sdk.version` from 2.21.21 to 2.25.37. Updates `software.amazon.awssdk:sqs` from 2.21.21 to 2.25.37 Updates `software.amazon.awssdk:auth` from 2.21.21 to 2.25.37 Updates `software.amazon.awssdk:utils` from 2.21.21 to 2.25.37 Dependabot will resolve any conflicts with...
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.3. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3 JUnit...
1. We have TestA: this test sends the message in the `testAQueue`, and checks some response after it was processed 2. We have TestB: this test invokes http endpoint and...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.26.0. Release notes Sourced from org.assertj:assertj-core's releases. v.3.26.0 :boom: Breaking Changes Core Delegate OptionalDouble value comparison to Double.compare in hasValue assertion #3411 This fixes the...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.26.3. Release notes Sourced from org.assertj:assertj-core's releases. v3.26.3 :jigsaw: Binary Compatibility The release is: Binary compatible with the previous minor version. Binary incompatible with the...
Hi, some minor changes introduced in the 1.2.0 version haven't been backported to the 2.1.3 version. The ones I've found are: 1. 2.1.3 [com.amazon.sqs.javamessaging.message.SQSMessage::setJMSDeliveryTime](https://github.com/awslabs/amazon-sqs-java-messaging-lib/blob/f9bde2d629adda51f7fdd2af958af0dbe11a693c/src/main/java/com/amazon/sqs/javamessaging/message/SQSMessage.java#L426) and ::getJMSDeliveryTime have a `FIXME` comment,...
*Description of changes:* Finishes a FIXME that will set `JMSDeliveryTime` to `ApproximateFirstReceiveTimestamp`. https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html _ApproximateFirstReceiveTimestamp – Returns the time the message was first received from the queue ([epoch time](http://en.wikipedia.org/wiki/Unix_time) in milliseconds)._...
Hi, im connecting to an weblogic with JMSTemplate and creating connection Factory but weblogic tired to use javax.jms.ConnectionFactory but JMSTemplate is using the Jakata, how do i resolve this ?...
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.12.0. Release notes Sourced from org.junit.jupiter:junit-jupiter's releases. JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0 See Release Notes. New Contributors @chris-carneiro made...