[GitHub] nifi-maven pull request #3: NIFI-4930: Resolve issues when fetching nar file...

2018-05-29 Thread derekstraka
GitHub user derekstraka opened a pull request: https://github.com/apache/nifi-maven/pull/3 NIFI-4930: Resolve issues when fetching nar files from artifact repos… …itories like artifactory The NAR Maven Plugin 1.2.0 is using artifact.getVersion() to determine the Nar

[GitHub] nifi issue #2473: NIFI-4882: Resolve issue with parsing custom date, time, a...

2018-03-20 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2473 I think we're all good now @ijokarumawak - Thanks for the detailed review! ---

[GitHub] nifi issue #2494: NIFI-4912: Update jackson version to latest stable version...

2018-03-19 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2494 @joewitt - I'd love to get more involved in the community. It just wasn't clear how. Is there a process for reviewing/testing or is it more ad-hoc? ---

[GitHub] nifi pull request #2473: NIFI-4882: Resolve issue with parsing custom date, ...

2018-03-19 Thread derekstraka
Github user derekstraka commented on a diff in the pull request: https://github.com/apache/nifi/pull/2473#discussion_r175426622 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/java/org/apache/nifi

[GitHub] nifi issue #2473: NIFI-4882: Resolve issue with parsing custom date, time, a...

2018-03-19 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2473 Updated and rebased on latest master ---

[GitHub] nifi issue #2494: NIFI-4912: Update jackson version to latest stable version...

2018-03-15 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2494 @MikeThomsen Thanks for the heads up. I see that #2512 (8f66454) changed all of the pom files. I've created a four or five PRs for different issues, but they don't seem to get revi

[GitHub] nifi issue #2473: NIFI-4882: Resolve issue with parsing custom date, time, a...

2018-03-14 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2473 @ijokarumawak - Any update on this? I can rebase once you think it is good to go in. thanks! ---

[GitHub] nifi pull request #2526: NIFI-4951: Update convertToAvroObject to use the Da...

2018-03-08 Thread derekstraka
GitHub user derekstraka opened a pull request: https://github.com/apache/nifi/pull/2526 NIFI-4951: Update convertToAvroObject to use the DataTypeUtils conversion function The feature allows users to convert from non-integral types to the correct underlying type. The original

[GitHub] nifi issue #2473: NIFI-4882: Resolve issue with parsing custom date, time, a...

2018-03-06 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2473 @ijokarumawak - Sure. That's fine. Once you can a finalized bug list, I can help work on some of the issues. ---

[GitHub] nifi issue #2473: NIFI-4882: Resolve issue with parsing custom date, time, a...

2018-03-02 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2473 @ijokarumawak - I believe I have addressed all of your comments. ---

[GitHub] nifi issue #2474: NIFI-4880: Add the ability to map record based on the alia...

2018-02-26 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2474 @ijokarumawak - it looks like you were in the source file last. Could you recommend a reviewer for this changeset? Thanks! ---

[GitHub] nifi pull request #2473: NIFI-4882: Resolve issue with parsing custom date, ...

2018-02-26 Thread derekstraka
Github user derekstraka commented on a diff in the pull request: https://github.com/apache/nifi/pull/2473#discussion_r170746204 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi

[GitHub] nifi pull request #2494: NIFI-4912: Update jackson version to latest stable ...

2018-02-26 Thread derekstraka
GitHub user derekstraka opened a pull request: https://github.com/apache/nifi/pull/2494 NIFI-4912: Update jackson version to latest stable version (2.9.4) Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask

[GitHub] nifi pull request #2473: NIFI-4882: Resolve issue with parsing custom date, ...

2018-02-16 Thread derekstraka
Github user derekstraka commented on a diff in the pull request: https://github.com/apache/nifi/pull/2473#discussion_r168861958 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi

[GitHub] nifi pull request #2473: NIFI-4882: Resolve issue with parsing custom date, ...

2018-02-16 Thread derekstraka
Github user derekstraka commented on a diff in the pull request: https://github.com/apache/nifi/pull/2473#discussion_r168847826 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi

[GitHub] nifi pull request #2473: NIFI-4882: Resolve issue with parsing custom date, ...

2018-02-16 Thread derekstraka
Github user derekstraka commented on a diff in the pull request: https://github.com/apache/nifi/pull/2473#discussion_r168847576 --- Diff: nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi

[GitHub] nifi pull request #2474: NIFI-4880: Add the ability to map record based on t...

2018-02-15 Thread derekstraka
GitHub user derekstraka opened a pull request: https://github.com/apache/nifi/pull/2474 NIFI-4880: Add the ability to map record based on the aliases Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of the contribution we ask you

[GitHub] nifi issue #2473: NIFI-4882: Resolve issue with parsing custom date, time, a...

2018-02-15 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2473 /cc @ijokarumawak ---

[GitHub] nifi issue #2470: NIFI-4864 Fixing additional resources property pointing to...

2018-02-15 Thread derekstraka
Github user derekstraka commented on the issue: https://github.com/apache/nifi/pull/2470 /cc ijokarumawak ---

[GitHub] nifi pull request #2473: NIFI-4882: Resolve issue with parsing custom date, ...

2018-02-15 Thread derekstraka
GitHub user derekstraka opened a pull request: https://github.com/apache/nifi/pull/2473 NIFI-4882: Resolve issue with parsing custom date, time, and timestamp formats in CSV files Thank you for submitting a contribution to Apache NiFi. In order to streamline the review of