-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add acknowledgement mode on @SqsListener annotation #870
Merged
tomazfernandes
merged 11 commits into
awspring:main
from
jvcalassio:sqs-ack-on-annotation
Nov 4, 2023
Merged
Add acknowledgement mode on @SqsListener annotation #870
tomazfernandes
merged 11 commits into
awspring:main
from
jvcalassio:sqs-ack-on-annotation
Nov 4, 2023
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23f13c6 - Browse repository at this point
Copy the full SHA 23f13c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab48691 - Browse repository at this point
Copy the full SHA ab48691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9712fd0 - Browse repository at this point
Copy the full SHA 9712fd0View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b94c432 - Browse repository at this point
Copy the full SHA b94c432View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11d16c - Browse repository at this point
Copy the full SHA a11d16cView commit details -
Add JavaDoc for method and test enum value
- Added missing JavaDoc for getAcknowledgementMode public method - Added test to ensure that new SqsListenerAcknowledgementMode enum will have the same values as the original AcknowledgementMode enum
Configuration menu - View commit details
-
Copy full SHA for 895aca1 - Browse repository at this point
Copy the full SHA 895aca1View commit details
Commits on Sep 7, 2023
-
Change annotation ack from enum to string
- Change SqsListenerAcknowledgementMode from enum to class with const strings - Change typo on "acknowledgement" annotation field - Remove unnecessary field on SqsContainerOptionsBuilder - Move integration tests to its own test suite
Configuration menu - View commit details
-
Copy full SHA for 5b5eac3 - Browse repository at this point
Copy the full SHA 5b5eac3View commit details -
Update documentation and code comments
- Update docs to reflect new "DEFAULT" annotation ack mode - Update comments with latest changes
Configuration menu - View commit details
-
Copy full SHA for 24e5a80 - Browse repository at this point
Copy the full SHA 24e5a80View commit details
Commits on Sep 15, 2023
-
Set empty string as default behavior
- Remove "DEFAULT" annotation acknowledgement mode, use empty string as default - Update docs
Configuration menu - View commit details
-
Copy full SHA for 69910c7 - Browse repository at this point
Copy the full SHA 69910c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7570c16 - Browse repository at this point
Copy the full SHA 7570c16View commit details
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fab5d97 - Browse repository at this point
Copy the full SHA fab5d97View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.