You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/12 23:56:00 UTC

[jira] [Commented] (NIFI-6596) Move AmazonS3EncryptionService to nifi-asw-service-api module

    [ https://issues.apache.org/jira/browse/NIFI-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928950#comment-16928950 ] 

ASF subversion and git services commented on NIFI-6596:
-------------------------------------------------------

Commit 93e6f195d939ea0187f48f306a750ee41ac82de8 in nifi's branch refs/heads/master from Troy Melhase
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=93e6f19 ]

NIFI-6596 Moves AmazonS3EncryptionService interface
to `nifi-aws-service-api` package.

This closes #3694.

Signed-off-by: Koji Kawamura <ij...@apache.org>


> Move AmazonS3EncryptionService to nifi-asw-service-api module
> -------------------------------------------------------------
>
>                 Key: NIFI-6596
>                 URL: https://issues.apache.org/jira/browse/NIFI-6596
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Troy Melhase
>            Assignee: Troy Melhase
>            Priority: Trivial
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Seeing logs like this:
> {{019-08-27 16:14:35,075 WARN [main] o.a.n.n.StandardExtensionDiscoveringManager Component org.apache.nifi.processors.aws.s3.FetchS3Object is bundled with its referenced Controller Service APIs org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService. The service APIs should not be bundled with component implementations that reference it.}}
> {{2019-08-27 16:14:35,081 WARN [main] o.a.n.n.StandardExtensionDiscoveringManager Component org.apache.nifi.processors.aws.s3.PutS3Object is bundled with its referenced Controller Service APIs org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService. The service APIs should not be bundled with component implementations that reference it.}}
> {{2019-08-27 16:14:35,195 WARN [main] o.a.n.n.StandardExtensionDiscoveringManager Controller Service org.apache.nifi.processors.aws.s3.encryption.StandardS3EncryptionService is bundled with its supporting APIs org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService. The service APIs should not be bundled with the implementations.}}
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)