Joe McDonnell created IMPALA-13082:
--------------------------------------
Summary: Use separate versions for jackson-databind vs
jackson-core, etc.
Key: IMPALA-13082
URL: https://issues.apache.org/jira/browse/IMPALA-13082
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 4.5.0
Reporter: Joe McDonnell
We have a single jackson-databind.version property defined populated by the
IMPALA_JACKSON_DATABIND_VERSION. This currently sets the version for
jackson-databind as well as other jackson libraries like jackson-core.
Sometimes there is a jackson-databind patch release without a release of other
jackson libraries. For example, there is a jackson-databind 2.12.7.1, but there
is no jackson-core 2.12.7.1. There is only jackson-core 2.12.7. To handle these
patch scenarios, it is useful to split out the jackson-databind version from
the version for other jackson libraries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)