[
https://issues.apache.org/jira/browse/NIFI-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15335266#comment-15335266
]
ASF GitHub Bot commented on NIFI-1955:
--------------------------------------
GitHub user rekhajoshm opened a pull request:
https://github.com/apache/nifi/pull/537
NIFI-1955: Deprecate IntegerHolder, LongHolder, BooleanHolder
NIFI-1955: Deprecate IntegerHolder, LongHolder, BooleanHolder
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rekhajoshm/nifi NIFI-1955
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/537.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 #537
----
commit ed4a3a6e6f6b65539b19bb01820f03be21c5728f
Author: Joshi <[email protected]>
Date: 2016-06-17T02:49:00Z
NIFI-1955: Deprecate IntegerHolder, LongHolder, BooleanHolder
----
> Deprecate IntegerHolder, LongHolder, BooleanHolder
> --------------------------------------------------
>
> Key: NIFI-1955
> URL: https://issues.apache.org/jira/browse/NIFI-1955
> Project: Apache NiFi
> Issue Type: Task
> Components: Tools and Build
> Reporter: Michael Moser
> Priority: Trivial
>
> For similar reasons that ObjectHolder was deprecated in NIFI-1771, also
> deprecate: _org.apache.nifi.util.IntegerHolder_,
> _org.apache.nifi.util.LongHolder_, _org.apache.nifi.util.BooleanHolder_
> Use of AtomicInteger, AtomicLong, AtomicBoolean is preferred.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)