Skip to content

Conversation

@tomazfernandes
Copy link
Contributor

JsonMapper provided as a bean wasn't properly being wired to SqsMessagingMessageConverter in SQS auto configuration.

  • Add JsonMapper as a constructor parameter
  • Wire user-provided JsonMapper to the autoconfigured SqsMessagingMessageConverter
  • Add tests

Fixes #1553

…verter

- Add JsonMapper as a constructor parameter
- Wire user-provided JsonMapper to the autoconfigured SqsMessagingMessageConverter
- Add tests

Fixes awspring#1553
@github-actions github-actions bot added component: sqs SQS integration related issue type: documentation Documentation or Samples related issue labels Jan 16, 2026
@tomazfernandes tomazfernandes merged commit eba0d3f into awspring:main Jan 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: sqs SQS integration related issue type: documentation Documentation or Samples related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jackson 3 Object mapper deserialization default value issue

1 participant