Skip to content

Conversation

artembilan
Copy link
Member

Fixes: #3088

  • Manage tools.jackson dependencies, similar way we do for Jackson 2
  • Add Jackson 3 counterparts for existing Jackson 2 based classes. Technically, that is mostly just a copy/paste of existing classes, but with tools.jackson API adjustments
  • Fix AbstractJacksonMessageConverter to catch not only IOException, but also JacksonException
  • Migrate tests and docs to use new classes
  • Deprecate Jackson 2 based classes

Fixes: spring-projects#3088

* Manage `tools.jackson` dependencies, similar way we do for Jackson 2
* Add Jackson 3 counterparts for existing Jackson 2 based classes.
Technically, that is mostly just a copy/paste of existing classes, but with `tools.jackson` API adjustments
* Fix `AbstractJacksonMessageConverter` to catch not only `IOException`, but also `JacksonException`
* Migrate tests and docs to use new classes
* Deprecate Jackson 2 based classes
* Mark `ProjectingMessageConverter` for deprecation
* Fix local variable names in the `JacksonJsonMessageConverterTests` to reflect reality
@artembilan artembilan merged commit 163049b into spring-projects:main Jul 10, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide Jackson 3 support
2 participants