[
https://issues.apache.org/jira/browse/IMPALA-13082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17876866#comment-17876866
]
ASF subversion and git services commented on IMPALA-13082:
----------------------------------------------------------
Commit ae6a3b9ec058dfea4b4f93d4828761f792f0b55e in impala's branch
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=ae6a3b9ec ]
IMPALA-13082: Use separate versions for jackson vs jackson-databind
Sometimes there is a jackson-databind patch release without
a corresponding release of other jackson libraries. For example,
there is a jackson-databind 2.12.7.1, but jackson-core does not
have an artifact with that version. To handle these scenarios,
it is useful to have a separate version for jackson-databind
vs other jackson libraries.
This introduces IMPALA_JACKSON_VERSION (which currently matches
IMPALA_JACKSON_DATABIND_VERSION) and uses this for non-databind
jackson libraries.
Testing:
- Ran a local build
Change-Id: I3055cb47986581793d947eaedb6a24b4dd92e3a6
Reviewed-on: http://gerrit.cloudera.org:8080/21719
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Michael Smith <[email protected]>
> 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
> Assignee: Joe McDonnell
> Priority: Major
>
> 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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]