---------- Forwarded message --------- From: Tomáš Dostalík (Jira)<jira-issues@redhat.com> Date: Wed, Jan 26, 2022 at 2:08 PM Subject: [Red Hat JIRA] (RESTEASY-3085) Update jackson to 2.13.x and move away from jakarta classifiers To: <asoldano@redhat.com>
Tomáš Dostalík updated RESTEASY-3085:
-------------------------------------
Description:
Following Stackoverflow issue [https://stackoverflow.com/a/70856666/1081036] I believe jackson dependencies should be updated to follow the latest 2.13.x release train.
This creates friction with Spring Boot projects. Spring boot already updated to 2.13.1 and this change breaks builds because "-jakarta" artifacts do not exits.
Could not find jackson-jaxrs-base-2.13.1-jakarta.jar (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.1)
> Update jackson to 2.13.x and move away from jakarta classifiers
> ---------------------------------------------------------------
>
> Key: RESTEASY-3085
> URL: https://issues.redhat.com/browse/RESTEASY-3085
> Project: RESTEasy
> Issue Type: Feature Request
> Reporter: Tomáš Dostalík
> Priority: Major
>
> Following Stackoverflow issue [https://stackoverflow.com/a/70856666/1081036] I believe jackson dependencies should be updated to follow the latest 2.13.x release train.
> Part of the new 2.13.x release is this change [https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13#jakarta-variants-to-replace-javax-modules] which obsoletes the use of "-jakarta" classifiers.
> This creates friction with Spring Boot projects. Spring boot already updated to 2.13.1 and this change breaks builds because "-jakarta" artifacts do not exits.
> Could not find jackson-jaxrs-base-2.13.1-jakarta.jar (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.1)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)