[
https://issues.apache.org/jira/browse/NIFI-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647953#comment-16647953
]
ASF GitHub Bot commented on NIFI-5691:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/3066
NIFI-5691: Overriding the version of jackson in aws java sdk
NIFI-5691:
- Overriding the version of jackson in aws java sdk.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-5691
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/3066.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3066
----
commit 72b6cf4f422f127b4dea167364f4b107e83c08d3
Author: Matt Gilman <matt.c.gilman@...>
Date: 2018-10-12T14:23:47Z
NIFI-5691:
- Overriding the version of jackson in aws java sdk.
----
> Upgrade Jackson for AWS NARs
> ----------------------------
>
> Key: NIFI-5691
> URL: https://issues.apache.org/jira/browse/NIFI-5691
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Major
>
> The AWS NARs are currently bundling an old version of Jackson. According to
> AWS this is because they are maintaining capability with Java 6. They also
> state that client applications are welcome to override that version if they
> want to [1].
> Will override to bring Jackson usage in line with the rest of the application.
> [1] https://github.com/aws/aws-sdk-java
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)