Skip to content

Conversation

@nthmost-orkes
Copy link
Contributor

@nthmost-orkes nthmost-orkes commented Oct 9, 2025

Pull Request type

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • WHOSUSING.md
  • Other (please describe):

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

Fixes (SQSObservableQueue.java)

Unit Test (SQSObservableQueueTest.java)

  • Tests that policy JSON has correct field capitalization
  • Prevents regression of this issue

E2E Test (SQSEventQueueE2ESpec.groovy)

  • Tests actual policy setting against LocalStack
  • Validates the accountsToAuthorize feature works end-to-end

The relevant E2E test can be run with:

./gradlew :test-harness:test --tests "SQSEventQueueE2ESpec"

@nthmost-orkes nthmost-orkes requested review from c4lm and manan164 October 9, 2025 01:18
@nthmost-orkes nthmost-orkes changed the title adds @JsonProperty annotations to fix AWS policy JSON format add @JsonProperty annotations to fix AWS policy JSON format Oct 9, 2025
@nthmost-orkes nthmost-orkes added the bug Something isn't working label Oct 9, 2025
@nthmost-orkes nthmost-orkes merged commit d71c8fb into main Oct 9, 2025
7 of 9 checks passed
@nthmost-orkes nthmost-orkes deleted the 591-after-upgrade-to-conductor-oss-v32119-the-connection-to-aws-sqs-broken branch October 9, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

After upgrade to conductor oss v3.21.19, the connection to AWS SQS broken

3 participants