Merge branch 'inputstream-callback-protection' of https://github.com/rowolabi/incubator-nifi into develop
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/e88ed13d Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/e88ed13d Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/e88ed13d Branch: refs/heads/NIFI-250 Commit: e88ed13d8d7221f5a91588f553d039d3917494be Parents: 93b361e 3f36236 Author: Mark Payne <[email protected]> Authored: Fri Mar 20 09:11:39 2015 -0400 Committer: Mark Payne <[email protected]> Committed: Fri Mar 20 09:11:39 2015 -0400 ---------------------------------------------------------------------- .../apache/nifi/processor/ProcessSession.java | 40 +++-- .../repository/StandardProcessSession.java | 11 +- .../io/DisableOnCloseInputStream.java | 93 ++++++++++++ .../repository/TestStandardProcessSession.java | 149 +++++++++++++++++++ 4 files changed, 280 insertions(+), 13 deletions(-) ----------------------------------------------------------------------
