[
https://issues.apache.org/jira/browse/NIFI-5691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647974#comment-16647974
]
Matt Gilman commented on NIFI-5691:
-----------------------------------
It appears that the nifi-aws-nar was already including the newer versions of
jackson. However, the nifi-aws-service-api-nar was not. There is no
implementations in the service api, however the interfaces in the api contain
classes which are part of the aws-java-sdk so the artifacts get bundled there
too.
> 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)