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 GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/15 21:42:20 UTC

[jira] [Commented] (NIFI-2280) Annotate methods as deprecated on 0.x which aren't needed on 1.x

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

ASF GitHub Bot commented on NIFI-2280:
--------------------------------------

GitHub user joewitt opened a pull request:

    https://github.com/apache/nifi/pull/664

    NIFI-2280 marked methods as deprecated which will be removed in next major release

    This PR must only be applied to the 0.x line.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/joewitt/incubator-nifi NIFI-2280

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/664.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 #664
    
----
commit d060d75f5fb7a147fe7e0ef9035e8246b9951862
Author: joewitt <jo...@apache.org>
Date:   2016-07-15T21:34:08Z

    NIFI-2280 marked methods as deprecated as appropriate to the cleanup discovered found in NIFI-1157

----


> Annotate methods as deprecated on 0.x which aren't needed on 1.x
> ----------------------------------------------------------------
>
>                 Key: NIFI-2280
>                 URL: https://issues.apache.org/jira/browse/NIFI-2280
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Joseph Witt
>            Assignee: Joseph Witt
>             Fix For: 0.8.0
>
>
> During the deprecated method removal/cleanup on 1.0 a few methods became no longer necessary that weren't deprecated on 0.x.
> So this ticket is to mark them as deprecated on 0.x.
> They are:
> - Encrypt Process interface method for getCipher can be Deprecated. Was deprecated in a couple impls.  Discussion on NIFI-1157
> - AbstractControllerService 'onConfigurationChange' is no longer needed.  Was an empty impl and invoked by annotation.  Deprecate.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)