[GitHub] nifi issue #3009: NIFI-4532 OpenID Connect User Authentication

2018-11-29 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/3009 @SarthakSahu Recommend sticking with /bin/sh, as Alpine base images don't usually contain /bin/bash. ---

[GitHub] nifi issue #3031: NIFI-5635 - Description PutEmail properties with multiple ...

2018-10-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/3031 Reviewed, looks great, +1. ---

[GitHub] nifi issue #2951: NIFI-5474: When using Regex Replace with ReplaceText, and ...

2018-08-15 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2951 Well since I was the judge on the original NIFI-4272 case and didn't catch the side effects, perhaps I shouldn't be the one to hear the appeal. ---

[GitHub] nifi issue #2949: NIFI-3672 Add support for strongly typed message propertie...

2018-08-14 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2949 Added a commit to include some documentation ---

[GitHub] nifi pull request #2949: NIFI-3672 Add support for strongly typed message pr...

2018-08-14 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2949 NIFI-3672 Add support for strongly typed message properties in PublishJMS You can merge this pull request into a Git repository by running: $ git pull https://github.com/mosermw/nifi NIFI-3672

[GitHub] nifi issue #2936: NIFI-5489: Add expression language support to AMQP process...

2018-08-08 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2936 +1 from me, though I didn't test this against a real RabbitMQ server. @zenfenan did you want to take another look? ---

[GitHub] nifi issue #2936: NIFI-5489: Add expression language support to AMQP process...

2018-08-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2936 Please do add Port to your PR, if you can, then I think this will also cover NIFI-4723. It looks like PORT_VALIDATOR already supports expression language, so you are good there. ---

[GitHub] nifi issue #2936: NIFI-5489: Add expression language support to AMQP process...

2018-08-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2936 If you are using VARIABLE_REGISTRY to dynamically evaluate the Host, shouldn't you also allow it for Port? ---

[GitHub] nifi issue #2823: NIFI-5350 Add a way to provide arbitrary Java options in s...

2018-08-06 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2823 Seems like this could be useful, and certainly doesn't hurt. +1 from me. ---

[GitHub] nifi issue #2931: NIFI-3531 Moved session.recover in JMSConsumer to exceptio...

2018-08-01 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2931 The JIRA ticket mentioned a dev list conversation where Oleg said it was to limit the possibility of message loss in the event of a processor and/or NiFi crash. However, it has proven to cause

[GitHub] nifi pull request #2931: NIFI-3531 Moved session.recover in JMSConsumer to e...

2018-08-01 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2931 NIFI-3531 Moved session.recover in JMSConsumer to exceptional situations You can merge this pull request into a Git repository by running: $ git pull https://github.com/mosermw/nifi nifi-3531

[GitHub] nifi issue #2916: NIFI-5451 Added test resources for 128 bit encryption.

2018-07-25 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2916 Reviewed and the issue is resolved, +1 will merge. ---

[GitHub] nifi issue #2904: NIFI-5196 Fixed JMS connection leak when uncaught exceptio...

2018-07-18 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2904 Thank you @pvillard31, I appreciate your time to merge this. ---

[GitHub] nifi pull request #2904: NIFI-5196 Fixed JMS connection leak when uncaught e...

2018-07-17 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2904 NIFI-5196 Fixed JMS connection leak when uncaught exceptions happen You can merge this pull request into a Git repository by running: $ git pull https://github.com/mosermw/nifi NIFI-5196

[GitHub] nifi pull request #2796: NIFI-5275 PostHTTP SocketConfig setup, fixed connec...

2018-06-14 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2796 NIFI-5275 PostHTTP SocketConfig setup, fixed connection pool when ... using HTTPS, setup idle connection checker, setup request retry handler, improved some exception handling Thank you

[GitHub] nifi issue #2767: NIFI-5274 avoid rollback on uncaught errors in ReplaceText

2018-06-14 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2767 @mattyb149 I think the issue is whether there is a reasonable expectation that a user would loop back a 'failure' relationship, and precedent set in other similar processors. For example, I

[GitHub] nifi issue #2767: NIFI-5274 avoid rollback on uncaught errors in ReplaceText

2018-06-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2767 Yeah, but there's only 1 other processor in the codebase that does data transformation and does penalize on failure. By far most processors that penalize on failure are ingress/egress processors

[GitHub] nifi issue #2767: NIFI-5274 avoid rollback on uncaught errors in ReplaceText

2018-06-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2767 One never knows how a dataflow manager will design their flow, so I was just trying to cover all bases. I don't think a downstream consumer would notice that the failure files were penalized

[GitHub] nifi issue #2767: NIFI-5274 avoid rollback on uncaught errors in ReplaceText

2018-06-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2767 @ottobackwards This post is old but I think still applies. In general, most regular expression engines use recursion for some things. https://stackoverflow.com/questions/7509905/java-lang

[GitHub] nifi issue #2767: NIFI-5274 avoid rollback on uncaught errors in ReplaceText

2018-06-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2767 The situation I'm trying to catch uses a regular expression that looks legitimate, so can't be caught while validating configuration, but then blows up when the input flowfile causes the Pattern

[GitHub] nifi issue #2767: NIFI-5274 avoid rollback on uncaught errors in ReplaceText

2018-06-06 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2767 I'm not sure I understand what your suggestion is @joewitt. Would you clarify for me? Should I code it to catch StackOverflowError, which is the use case that I need to handle cleanly? The code

[GitHub] nifi pull request #2767: NIFI-5274 avoid rollback on uncaught errors in Repl...

2018-06-06 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2767 NIFI-5274 avoid rollback on uncaught errors in ReplaceText Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi issue #2748: NIFI-4272 ReplaceText support multiple captures when el is...

2018-06-06 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2748 +1 this looks good to me. I will squash and merge. Thanks @ottobackwards! ---

[GitHub] nifi pull request #2748: NIFI-4272 ReplaceText support multiple captures whe...

2018-06-05 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2748#discussion_r193232920 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestReplaceText.java

[GitHub] nifi pull request #2748: NIFI-4272 ReplaceText support multiple captures whe...

2018-06-05 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2748#discussion_r193223710 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ReplaceText.java --- @@ -79,7

[GitHub] nifi pull request #2748: NIFI-4272 ReplaceText support multiple captures whe...

2018-06-05 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2748#discussion_r193230207 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestReplaceText.java

[GitHub] nifi issue #2497: NIFI-3599 Allowed back pressure object count and data size...

2018-04-03 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2497 Hi @mcgilman I made the suggested changes, rebased from master, and force pushed to this branch. What do you think? ---

[GitHub] nifi issue #2559: NIFI-4658 set Maximum Number of Entries to required with d...

2018-04-02 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2559 I see the latest update, and +1 it looks good. ---

[GitHub] nifi issue #2559: NIFI-4658 set Maximum Number of Entries to required with d...

2018-03-27 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2559 Hi @markobean, I reviewed this and I have a couple of questions. I'm not sure I understand why the `throw e;` statements were removed from MergeContent. Can you explain or put them back in? Also

[GitHub] nifi issue #2557: NIFI-4950 Defining behavior for MergeContent when more tha...

2018-03-16 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2557 Reviewed and tested; behavior in the presence of a duplicate fragment is fixed; duplicate is sent to failure. I fixed a typo and used FragmentAttributes.FRAGMENT_INDEX enum in place

[GitHub] nifi issue #2497: NIFI-3599 Allowed back pressure object count and data size...

2018-03-15 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2497 @mcgilma @markap14 I'm not sure I was able to fully grok "add a ConfigDTO which is set on the AboutDTO" but I gave it a shot. Rebased from master and pushed a new commit. Let me know what

[GitHub] nifi issue #2487: NIFI-4774: Allow user to choose which write-ahead log impl...

2018-03-13 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2487 @mattyb149 and @markap14 with the 1.6.0 release approaching, do you think we've allowed enough time for review and testing? Is this good to go? Thanks. ---

[GitHub] nifi issue #1240: NIFI-3039 Provenance Repository - Fix PurgeOldEvent and Ro...

2018-03-09 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1240 I tested this a lot, and based on the conversation in the JIRA ticket, I adjusted the purge low water mark to 88%. This allows the prov_repo to purge old events quicker after a large spike in events

[GitHub] nifi issue #2487: NIFI-4774: Allow user to choose which write-ahead log impl...

2018-03-06 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2487 I tested this and I was able to switch back and forth between MinimalLockingWriteAheadLog and SequentialAccessWriteAheadLog. +1 from me. It's best to make this switch while there are 0 flowfiles

[GitHub] nifi issue #2497: NIFI-3599 Allowed back pressure object count and data size...

2018-03-05 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2497 @markap14 and @mcgilman I did consider that backpressure settings didn't really belong in AboutDTO. The BannerDTO also pulls information from nifi.properties, but I didn't think backpressure fit

[GitHub] nifi issue #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-28 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2458 @markap14 I added a commit to do character set validation in a property validator instead of OnScheduled. ---

[GitHub] nifi pull request #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-28 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2458#discussion_r171354166 --- Diff: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/ConsumeJMS.java --- @@ -136,9 +155,16

[GitHub] nifi pull request #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-28 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2458#discussion_r171296519 --- Diff: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/ConsumeJMS.java --- @@ -136,9 +155,16

[GitHub] nifi pull request #2497: NIFI-3599 Allowed back pressure object count and da...

2018-02-27 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2497 NIFI-3599 Allowed back pressure object count and data size to be configurable Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution

[GitHub] nifi pull request #2496: NIFIDEV-3599 Allowed back pressure object count and...

2018-02-27 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/2496 ---

[GitHub] nifi pull request #2496: NIFIDEV-3599 Allowed back pressure object count and...

2018-02-27 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2496 NIFIDEV-3599 Allowed back pressure object count and data size to be configurable Thank you for submitting a contribution to Apache NiFi. In order to streamline the review

[GitHub] nifi issue #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-15 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2458 Added a third commit to improve documentation. ---

[GitHub] nifi issue #2469: NIFI-4870 Upgraded activemq-client and activemq-broker ver...

2018-02-14 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2469 Hi @alopresto, should we update the copyright year to 2018 in the applicable NOTICE files? ---

[GitHub] nifi issue #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-12 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2458 I added a second commit, to make the character set encoding configurable for JMS TextMessages, in both PublishJMS and ConsumeJMS. Thanks @markap14 for pointing this out, because this is a good

[GitHub] nifi pull request #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-09 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2458#discussion_r167258538 --- Diff: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/PublishJMS.java --- @@ -131,4 +143,10

[GitHub] nifi pull request #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-09 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2458#discussion_r167255119 --- Diff: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/PublishJMS.java --- @@ -131,4 +143,10

[GitHub] nifi pull request #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-09 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2458#discussion_r167244022 --- Diff: nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/src/main/java/org/apache/nifi/jms/processors/PublishJMS.java --- @@ -131,4 +143,10

[GitHub] nifi issue #1240: NIFI-3039 Provenance Repository - Fix PurgeOldEvent and Ro...

2018-02-08 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1240 I think this PR is still valid, though perhaps with some tweaks to PURGE_OLD_EVENTS_HIGH_WATER, PURGE_OLD_EVENTS_LOW_WATER and ROLLOVER_HIGH_WATER as discussed in the JIRA. ---

[GitHub] nifi issue #1241: NIFI-3039 Provenance Repository - Fix PurgeOldEvent and Ro...

2018-02-08 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1241 @jskora I think you are the only one who can close this PR. Would you mind? Thanks! ---

[GitHub] nifi pull request #2458: NIFI-2630 Allow PublishJMS to send TextMessages

2018-02-08 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2458 NIFI-2630 Allow PublishJMS to send TextMessages Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi issue #2456: Fix for unit tests that are causing build failures in cert...

2018-02-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2456 Nevermind my last comment. It looks like this is going to resolve both unit test failures. ---

[GitHub] nifi issue #2456: Fix for unit tests that are causing build failures in cert...

2018-02-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2456 @markap14 I tried your change locally and it does fix one of the two test failures. The validateConsumeWithCustomHeadersAndProperties() is fixed but validateFailOnUnsupportedMessageType() still

[GitHub] nifi issue #2445: NIFI-4834: Updated AbstractJMSProcessor to use a separate ...

2018-02-07 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2445 I get the exact same unit test failures on Ubuntu 16.04. I was working on NIFI-2630, so I thought it was my code changes, but the test failure happens when I build master without any changes

[GitHub] nifi issue #2434: NIFI-4700: Moved all PostHTTP http clients, http responses...

2018-02-02 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2434 Hi @m-hogue I got an error when trying to test PostHTTP sending to a ListenHTTP with this PR. 2018-02-02 22:15:43,007 ERROR [Timer-Driven Process Thread-7

[GitHub] nifi pull request #2412: NIFI-4699 Use a filter in PostHTTP to pull flowfile...

2018-01-18 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2412 NIFI-4699 Use a filter in PostHTTP to pull flowfiles from queue whose… … URL is the same Thank you for submitting a contribution to Apache NiFi. In order to streamline

[GitHub] nifi pull request #2381: NIFI-4697 clarified some PostHTTP documentation

2018-01-05 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2381 NIFI-4697 clarified some PostHTTP documentation Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you to ensure

[GitHub] nifi issue #2284: NIFI-4504, NIFI-4505 added methods to MapCache API …

2017-12-27 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2284 I rebased and force pushed the discussed changes. It appears that the Travis failure is unrelated? ---

[GitHub] nifi issue #2284: NIFI-4504, NIFI-4505 added methods to MapCache API …

2017-12-27 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2284 Thank you Joe and Koji for taking a look at this. I struggled with deciding whether to provide a default UnsupportedOperationException or to provide the new methods in the various

[GitHub] nifi issue #1637: NIFI-3648 removed cluster message copying when not in debu...

2017-12-27 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1637 Bump. I had forgotten about this, but it looks like it can still merge cleanly. ---

[GitHub] nifi issue #222: NIFI-614 Added initial support for new style JMS

2017-12-19 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/222 Since TIBCO libraries don't fall under a license that is compatible with the Apache License 2.0, Apache NiFi cannot distribute a solution that is specific to TIBCO. But you should be able to build

[GitHub] nifi pull request #2284: NIFI-4504, NIFI-4505 added methods to MapCache API ...

2017-11-21 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2284 NIFI-4504, NIFI-4505 added methods to MapCache API … … including keySet, removeAndGet, removeByPatternAndGet cleaned up some warnings on deprecated nifi.stream.io classes I

[GitHub] nifi issue #2260: NIFI-4589: Allow multiple keys in FetchDistributedMapCache...

2017-11-21 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2260 Code looks good, full build with contrib-check passes, and I tested a small flow with success & failure results as expected. +1 merged. There is a comment in the ProtocolHandshake c

[GitHub] nifi issue #2260: NIFI-4589: Allow multiple keys in FetchDistributedMapCache...

2017-11-21 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/2260 Reviewing. I will have a PR soon against this same code, so I would rather get this one committed and rebase before I submit my PR. ---

[GitHub] nifi pull request #2041: NIFI-3736 modify default nifi.content.claim.max.app...

2017-08-14 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/2041 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi pull request #2041: NIFI-3736 modify default nifi.content.claim.max.app...

2017-07-27 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/2041 NIFI-3736 modify default nifi.content.claim.max.appendable.size in nifi.properties to 1 MB You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] nifi pull request #2010: NIFI-3736: change to honor nifi.content.claim.max.a...

2017-07-20 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/2010#discussion_r128633148 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/FileSystemRepository.java

[GitHub] nifi pull request #1832: NIFI-1452 on timer-driven yield, use the greater of...

2017-05-19 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1832 NIFI-1452 on timer-driven yield, use the greater of yield duration or run schedule Thank you for submitting a contribution to Apache NiFi. In order to streamline the review

[GitHub] nifi issue #1732: NIFI-2752 Correct ReplaceText default pattern and unit tes...

2017-05-02 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1732 +1 contrib-check, verified unit tests before and after the fix, ran a simple flow, and looks like it matches master branch. Thanks @jskora will merge to 0.x branch. --- If your project is set up

[GitHub] nifi issue #1732: NIFI-2752 Correct ReplaceText default pattern and unit tes...

2017-05-02 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1732 reviewing --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] nifi pull request #1723: NIFI-3223 added support for expression language to ...

2017-05-02 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/1723 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi issue #1723: NIFI-3223 added support for expression language to Publish...

2017-05-02 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1723 Thanks @trkurc, with your +1 I'll go ahead and merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] nifi pull request #1723: NIFI-3223 added support for expression language to ...

2017-05-01 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1723 NIFI-3223 added support for expression language to PublishAMQP properties supporting EL are EXCHANGE and ROUTING_KEY. This is a PR for the 0.x branch, using changes from #1449. Thank you

[GitHub] nifi pull request #1699: NIFI-3725 - validate processors only when they are ...

2017-04-27 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/1699 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi pull request #1688: NIFI-3553 FetchFileTransfer fix

2017-04-27 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/1688 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi pull request #1667: NIFI-3019 cherry-picked from NIFI-3692 into 0.x bra...

2017-04-27 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/1667 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi pull request #1666: NIFI-3018 removed flume-twitter-source due to usage...

2017-04-27 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/1666 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi pull request #1699: NIFI-3725 - validate processors only when they are ...

2017-04-26 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1699 NIFI-3725 - validate processors only when they are in STOPPED state - report validation errors via REST API on processors/services/tasks/ports only when they are in the STOPPED state Thank

[GitHub] nifi pull request #1688: NIFI-3553 FetchFileTransfer fix

2017-04-21 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1688 NIFI-3553 FetchFileTransfer fix This is a port from master to the 0.x branch. Reviewer can squash to remove my commit for Java 7 compatibility. Thank you for submitting a contribution

[GitHub] nifi issue #1680: NIFI-3710: Port S3 Signer V4 Fixes to 0.x

2017-04-19 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1680 Builds and executes as expected, and resolves the issue. Thanks @jvwing. +1 will merge to 0.x --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] nifi issue #1680: NIFI-3710: Port S3 Signer V4 Fixes to 0.x

2017-04-19 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1680 reviewing... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] nifi issue #1670: NIFI-3702 AWS SDK Update:

2017-04-18 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1670 Would you close this PR @jvwing? Thank you. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] nifi issue #1670: NIFI-3702 AWS SDK Update:

2017-04-18 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1670 +1 will merge. Thanks @jvwing. It looks like I should also migrate the changes from NIFI-2763 and NIFI-2902 (V4 Signer support) over to the 0.x branch as well, to avoid breaking

[GitHub] nifi issue #1670: NIFI-3702 AWS SDK Update:

2017-04-17 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1670 Thanks for this @jvwing. Would you mind updating the nifi-nar-bundles/nifi-aws-bundle/nifi-aws-nar/src/main/resources/META-INF/NOTICE and nifi-assembly/NOTICE files to remove the 1 line from each

[GitHub] nifi pull request #1667: NIFI-3019 cherry-picked from NIFI-3692 into 0.x bra...

2017-04-12 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1667 NIFI-3019 cherry-picked from NIFI-3692 into 0.x branch NIFI-3692 Use hbc-core instead of hbc-twitter4j in social-media bundle to resolve org.json cat-x Thank you for submitting

[GitHub] nifi pull request #1666: NIFI-3018 removed flume-twitter-source due to usage...

2017-04-12 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1666 NIFI-3018 removed flume-twitter-source due to usage of org.json cat-x lib This change is essentially copied from master to 0.x branch Thank you for submitting a contribution to Apache NiFi

[GitHub] nifi pull request #1637: NIFI-3648 removed cluster message copying when not ...

2017-03-30 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/1637#discussion_r109018746 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster-protocol/src/main/java/org/apache/nifi/cluster/protocol/impl

[GitHub] nifi pull request #1637: NIFI-3648 removed cluster message copying when not ...

2017-03-30 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1637 NIFI-3648 removed cluster message copying when not in debug mode I expect NIFI-3648 could have several PRs, and that they will not be included in 1.2.0 release, so review of this can be delayed

[GitHub] nifi pull request #1621: NIFI-3304 removed unneeded Java 8 codecache info fr...

2017-03-24 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1621 NIFI-3304 removed unneeded Java 8 codecache info from Admin Guide Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi pull request #1603: NIFI-2481 improved content repo archive description...

2017-03-17 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1603 NIFI-2481 improved content repo archive description in Admin Guide Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi pull request #1580: Fix for Windows FileStore issue NIFI-3579

2017-03-16 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/1580#discussion_r106473572 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/FileSystemRepository.java

[GitHub] nifi pull request #1580: Fix for Windows FileStore issue NIFI-3579

2017-03-16 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/1580#discussion_r106435047 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/FileSystemRepository.java

[GitHub] nifi issue #1580: Fix for Windows FileStore issue NIFI-3579

2017-03-14 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1580 +1 looks good, passes checkstyle, runs in NiFi on Windows when creating content_repository on startup and when it already exists. I will squash and merge to master. Thanks @PuspenduBanerjee

[GitHub] nifi pull request #1580: Fix for Windows FileStore issue NIFI-3579

2017-03-13 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/1580#discussion_r105747874 --- Diff: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/FileSystemRepository.java

[GitHub] nifi issue #1548: Fixed a bug that nifi-jms-cf-service cannot have a variabl...

2017-03-01 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1548 @ShellyLC If you wouldn't mind opening a NIFI JIRA ticket for this bug, we would really appreciate it! --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] nifi pull request #1214: NIFI-2876 refactored demarcators into a common abst...

2017-02-23 Thread mosermw
Github user mosermw commented on a diff in the pull request: https://github.com/apache/nifi/pull/1214#discussion_r102828860 --- Diff: nifi-commons/nifi-utils/src/main/java/org/apache/nifi/stream/io/util/AbstractDemarcator.java --- @@ -0,0 +1,138 @@ +/* + * Licensed

[GitHub] nifi pull request #1509: NIFI-3362 update FlowConfiguration.xsd to allow all...

2017-02-17 Thread mosermw
Github user mosermw closed the pull request at: https://github.com/apache/nifi/pull/1509 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] nifi pull request #1509: NIFI-3362 update FlowConfiguration.xsd to allow all...

2017-02-14 Thread mosermw
GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1509 NIFI-3362 update FlowConfiguration.xsd to allow all current time period units @apiri I pulled out the new unit test that was in master from this 0.x PR. I would have needed a new flow.xml

[GitHub] nifi issue #1481: NIFI-3055 StandardRecordWriter Can Throw UTFDataFormatExce...

2017-02-14 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1481 @trixpan the "This closes" commit hook doesn't work on the 0.x branch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] nifi issue #1481: NIFI-3055 StandardRecordWriter Can Throw UTFDataFormatExce...

2017-02-13 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1481 Reviewed, along with #1475. Licensing concern about the code looks to be resolved. +1 will merge --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] nifi issue #1494: NIFI-3403 - Fix NPE in InvokeHTTP

2017-02-10 Thread mosermw
Github user mosermw commented on the issue: https://github.com/apache/nifi/pull/1494 Reviewed, verified the new unit test describes the scenario in NIFI-3403, that it fails before the fix and succeeds after the fix. Also verified in a full running NiFi. +1 will merge, thanks

  1   2   >