You are viewing a plain text version of this content. The canonical link for it is here.
- [nifi] branch master updated: NIFI-5995 Updated ScriptedLookupService documentation to warn about Jython and removed Jython from the list of supported script engines for it because it's broken now. - posted by ma...@apache.org on 2019/02/01 18:34:34 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5722 Expose Penalty Remaining Duration (#3091) - posted by pw...@apache.org on 2019/02/01 20:04:58 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5991 Added WebSockets schemes to the broker URI Validator - posted by pv...@apache.org on 2019/02/04 14:55:22 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5997: If we swap out data, ensure that we do not increment the size of the queue by the size of the data that we failed to swap out. Also, if the FlowFile Repo does not know about a given swap file, do not restore it on restart - posted by bb...@apache.org on 2019/02/04 19:29:49 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5997: Recover FlowFile Repository before swap files; then, when recovering swap files, ignore any that are unknown to the flowfile repo. This prevents us from incrementing the size of the flowfile queue for unknown swap files - posted by bb...@apache.org on 2019/02/05 20:23:48 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5940 Cluster Node Offload Hangs if any RPG on flow is Disabled - posted by ma...@apache.org on 2019/02/06 17:43:16 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5983: handling parse problems in recordReader implementations - posted by ma...@apache.org on 2019/02/06 20:55:58 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5968 - Added the X-XSS-Protection and Strict-Transport-Security HTTP headers using Jetty Filters. Added some tests. Removed bad test. Refactored filter creation method. Ensure HSTS header is only applied if NiFi is secured with HTTPS Small changes to header array list. Fixed checkstyle errors. - posted by al...@apache.org on 2019/02/07 00:14:48 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5990 This closes #3283. Moving Developer docs section above Processors - posted by jo...@apache.org on 2019/02/07 02:05:33 UTC, 0 replies.
- [nifi] branch master updated (8c58d51 -> e4be06c) - posted by js...@apache.org on 2019/02/08 05:26:01 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-729: Remove duplicate bustache install line - posted by ph...@apache.org on 2019/02/08 14:01:59 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-722: Fix log statement that was printing incorrect values because the format was incorrect - posted by ph...@apache.org on 2019/02/08 14:03:07 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-730 support dynamic properties for PublishKafka - posted by je...@apache.org on 2019/02/08 15:34:17 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6008: When a Processor is Terminated, call its #onPropertyModified method for properties whose value differs from the default value. Previously, it was called if the value differs from the current value (which it never will since we are only restoring the current values for the Processor). This results in ensuring that #onPr #onPropertyModified is correctly called when a component is reloaded - posted by bb...@apache.org on 2019/02/08 15:52:24 UTC, 0 replies.
- [nifi] branch master updated (4e914ce -> bc0e68f) - posted by ma...@apache.org on 2019/02/08 20:58:51 UTC, 0 replies.
- [nifi] 01/02: NIFI-5989 - PutKudu: Additional FF Queue length setting - posted by ma...@apache.org on 2019/02/08 20:58:52 UTC, 0 replies.
- [nifi] 02/02: NIFI-5989: Update to property names to clarify difference between batch sizes - posted by ma...@apache.org on 2019/02/08 20:58:53 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5985: Added capability for DBCPConnectionPool to use KerberosCredentialsService. Refactored KerberosAction to return a result from execute() Removed usage of ProcessContext.yield() from KerberosAction, which should instead be handled the component using the KerberosCredentialsService. Updated SolrProcessor to yield a flowfile on error, rather than the KerberosAction invoking the yield. - posted by bb...@apache.org on 2019/02/11 14:46:09 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6015: This closes #3300. Updated unit test to sleep for 10 milliseconds before adding last FlowFile to queue so that the first and last FlowFiles will have different timestamps - posted by jo...@apache.org on 2019/02/11 17:40:32 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5938: Added ability to infer record schema on read from JsonTreeReader, JsonPathReader, XML Reader, and CSV Reader. - Updates to make UpdateRecord and RecordPath automatically update Record schema when performing update and perform the updates on the first record in UpdateRecord before obtaining Writer Schema. This allows the Writer to to inherit the Schema of the updated Record instead of the Schema of the Record as it was when it was read. - Updated JoltTransformRecord so that sc [...] - posted by ma...@apache.org on 2019/02/11 18:00:44 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5984: Enabled Kerberos Authentication for PutKudu - posted by js...@apache.org on 2019/02/11 23:30:50 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5950: Use temp port names during flow updates - posted by kd...@apache.org on 2019/02/12 16:13:13 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5859 Add nifi-api dependency to nifi-jetty-bundle pom so the NAR Maven plugin will know the api version - posted by kd...@apache.org on 2019/02/12 16:55:32 UTC, 0 replies.
- [nifi-registry] branch master updated: NIFIREG-217 Adding identity and group transforms - posted by kd...@apache.org on 2019/02/12 18:43:42 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5903: Allow RecordPath to be used in QueryRecord processor. Also some code cleanup and improvements to the docs - posted by ma...@apache.org on 2019/02/12 21:46:17 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-734 - Add Python option to bootstrap - posted by ph...@apache.org on 2019/02/13 11:57:58 UTC, 0 replies.
- [nifi] branch master updated: NIFI-4886: Add EL support for Webhook URL in PutSlack - posted by pv...@apache.org on 2019/02/13 12:55:17 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6017 - ArrayIndexOutOfBounds Load Balancer CorrelationAttributePartitioner - posted by ma...@apache.org on 2019/02/13 14:14:37 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5869 Support Reconnection for JMS - posted by ma...@apache.org on 2019/02/13 20:02:44 UTC, 0 replies.
- [nifi-maven] branch master updated (953ddf4 -> 438612e) - posted by kd...@apache.org on 2019/02/13 20:06:47 UTC, 0 replies.
- [nifi-maven] 01/20: NIFI-850 initial commit - posted by kd...@apache.org on 2019/02/13 20:06:48 UTC, 0 replies.
- [nifi-maven] 02/20: NIFI-850 - posted by kd...@apache.org on 2019/02/13 20:06:49 UTC, 0 replies.
- [nifi-maven] 03/20: NIFI-850 - posted by kd...@apache.org on 2019/02/13 20:06:50 UTC, 0 replies.
- [nifi-maven] 04/20: NIFI-376: - Adding a new maven dependency for printing the dependencies provided through a NAR. New features require at least Maven 3.1.0. - posted by kd...@apache.org on 2019/02/13 20:06:51 UTC, 0 replies.
- [nifi-maven] 05/20: NIFI-875 prepare release nifi-nar-maven-plugin-1.1.0-RC1 - posted by kd...@apache.org on 2019/02/13 20:06:52 UTC, 0 replies.
- [nifi-maven] 06/20: NIFI-875 prepare for next development iteration - posted by kd...@apache.org on 2019/02/13 20:06:53 UTC, 0 replies.
- [nifi-maven] 07/20: NIFI-875 fixing incubator reference - posted by kd...@apache.org on 2019/02/13 20:06:54 UTC, 0 replies.
- [nifi-maven] 08/20: NIFI-3381 Updating NAR Maven Plugin to include group and versio for NAR and NAR dependencies, as well as additional build info when available - posted by kd...@apache.org on 2019/02/13 20:06:55 UTC, 0 replies.
- [nifi-maven] 09/20: NIFI-1450: - Ensuring that system properties are relayed so that the disable doclint profile is not activated. - posted by kd...@apache.org on 2019/02/13 20:06:56 UTC, 0 replies.
- [nifi-maven] 10/20: NIFI-3381 Adding optional properties to override narGroup, narId, narVersion, narDependencyGroup, narDependencyId, narDependencyVersion so users can use a different versioning scheme than the Maven artifacts - posted by kd...@apache.org on 2019/02/13 20:06:57 UTC, 0 replies.
- [nifi-maven] 11/20: NIFI-3589 Add MANIFEST entry to allow specifying that resources should be cloned during instance class loading - posted by kd...@apache.org on 2019/02/13 20:06:58 UTC, 0 replies.
- [nifi-maven] 12/20: Updating NOTICE to current year (2017) - posted by kd...@apache.org on 2019/02/13 20:06:59 UTC, 0 replies.
- [nifi-maven] 13/20: NIFI-3597 prepare release nifi-nar-maven-plugin-1.2.0-RC1 - posted by kd...@apache.org on 2019/02/13 20:07:00 UTC, 0 replies.
- [nifi-maven] 14/20: NIFI-3597 prepare for next development iteration - posted by kd...@apache.org on 2019/02/13 20:07:01 UTC, 0 replies.
- [nifi-maven] 15/20: NIFI-4930: Resolve issues when fetching nar files from artifact repositories like artifactory - posted by kd...@apache.org on 2019/02/13 20:07:02 UTC, 0 replies.
- [nifi-maven] 16/20: NIFI-4216 Marked mojos as ThreadSafe - posted by kd...@apache.org on 2019/02/13 20:07:03 UTC, 0 replies.
- [nifi-maven] 17/20: NIFI-5277 nifi-nar-maven-plugin is built against buggy maven version - posted by kd...@apache.org on 2019/02/13 20:07:04 UTC, 0 replies.
- [nifi-maven] 18/20: NIFI-5304 - Changed Lifecycle Phase Binding for Help Mojo - posted by kd...@apache.org on 2019/02/13 20:07:05 UTC, 0 replies.
- [nifi-maven] 19/20: NIFI-5859: Build NAR Extension Definitions/docs at build time - posted by kd...@apache.org on 2019/02/13 20:07:06 UTC, 0 replies.
- [nifi-maven] 20/20: NIFI-5859 - posted by kd...@apache.org on 2019/02/13 20:07:07 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6020: Fix NPE in getAccessPoliciesForUser - posted by mc...@apache.org on 2019/02/13 21:04:00 UTC, 0 replies.
- [nifi] branch master updated (2938454 -> 72244d0) - posted by js...@apache.org on 2019/02/13 21:18:28 UTC, 0 replies.
- [nifi] branch master updated: NIFI-4975 Add GridFS processors NIFI-4975 Added changes requested in a code review. NIFI-4975 Reverted some base Mongo changes. NIFI-4975 Moved connection configuration to using Mongo client service. NIFI-4975 Fixed a lot of style issues. NIFI-4975 Removed an EL statement that was causing problems with the UI. NIFI-4975 Added changes from code review. NIFI-4975 Added additional details for FetchGridFS. NIFI-4975 Added documentation for DeleteGridFS. NIFI-4975 Added documentation for PutGridFS. - posted by ma...@apache.org on 2019/02/13 22:29:29 UTC, 0 replies.
- svn commit: r32487 - /dev/nifi/nifi-1.9.0-rc1/ - posted by jo...@apache.org on 2019/02/14 02:20:38 UTC, 0 replies.
- [nifi] annotated tag nifi-1.9.0-RC1 created (now 393e61b) - posted by jo...@apache.org on 2019/02/14 02:30:10 UTC, 0 replies.
- [nifi] 01/01: NIFI-6029-RC1 prepare release nifi-1.9.0-RC1 - posted by jo...@apache.org on 2019/02/14 02:30:11 UTC, 0 replies.
- [nifi] branch NIFI-6029-RC1 created (now 3470114) - posted by jo...@apache.org on 2019/02/14 02:30:40 UTC, 0 replies.
- [nifi] 01/01: NIFI-6029-RC1 prepare for next development iteration - posted by jo...@apache.org on 2019/02/14 02:30:41 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5947 Elasticsearch lookup service compatible with LookupAttribute NIFI-5947 Made the lookup key for ElasticSearchStringLookupService more unique to the service (was previously 'id'); change by Mike Thomsen - posted by mt...@apache.org on 2019/02/14 13:02:46 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5943 support conversions from List to Avro ARRAY and from Map to Avro RECORD NIFI-5943 Added another unit test to verify list + map conversion to list of records. (Mike Thomsen) - posted by mt...@apache.org on 2019/02/14 13:32:21 UTC, 0 replies.
- [nifi-registry] branch master updated: NIFIREG-226: Fix overriding db props in Docker via environment variables - posted by kd...@apache.org on 2019/02/14 15:32:13 UTC, 0 replies.
- svn commit: r32497 - /dev/nifi/nifi-1.9.0-rc1/ - posted by jo...@apache.org on 2019/02/14 17:14:41 UTC, 0 replies.
- [nifi] branch master updated: NIFI-4367 Fix on processor for permit deriving script classes from AbstractProcessor or other Records based base classes - posted by ma...@apache.org on 2019/02/14 17:21:24 UTC, 0 replies.
- [nifi-registry] branch master updated: NIFIREG-226: Bugfix overriding flow provider in Docker container via environment variables - posted by kd...@apache.org on 2019/02/14 17:24:22 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6031: allow OS level socket keep alive checking - posted by bb...@apache.org on 2019/02/14 18:29:22 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6000 Catch also IllegalArgumentException in ConvertAvroToORC hive processor. Added support for Avro null types. - posted by ma...@apache.org on 2019/02/14 20:09:34 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6038 Remove scope parameter from OIDC TokenRequest - posted by mc...@apache.org on 2019/02/14 21:44:01 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6033, NIFI-6034, NIFI-6035, NIFI-6036, NIFI-6037: Fixed bugs that were found during 1.9.0-RC1 validation. If multiple FlowFiles were written to same Content Claim, and a Processor attempted to read two of them wi within a single session, it would seek to the wrong part of the content or else throw a ContentNotFoundException. Updated logic for considering a processor to be 'running' / having 'active threads' if the processor is invalid upon NiFi restart but scheduled to run. Fixed NPE [...] - posted by bb...@apache.org on 2019/02/15 17:00:09 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6039: Avoid NPE if Record Writer does not provide schema - posted by bb...@apache.org on 2019/02/15 18:06:52 UTC, 0 replies.
- [jira] [Created] (MINIFI-493) NPE when converting old templates using toolkit - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2019/02/15 18:58:00 UTC, 0 replies.
- [jira] [Updated] (MINIFI-493) NPE when converting old templates using toolkit - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2019/02/15 18:59:00 UTC, 0 replies.
- [jira] [Assigned] (MINIFI-493) NPE when converting old templates using toolkit - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2019/02/15 18:59:00 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6023: Deprecated the "Distributed Cache Service" property in ListHDFS Updated exception message thrown when accessing the ListHDFS state to refer to the State Manager rather than the "Distributed Cache Service" Removed usage and references to MockCacheClient from TestListHDFS - posted by bb...@apache.org on 2019/02/15 19:12:11 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6018 Marking GetHTTP and PostHTTP deprecated. Adding info about deprecation to processors descriptions. Fix small mistake in developer-guide. Suppressed deprecation warnings in TestGetHTTP, TestPostHTTP, TestGetHTTPGroovy, and TestPostHTTPGroovy. The annotation suppresses some warnings, but until Java 9, explicit FQCN imports are needed to avoid all warnings. - posted by al...@apache.org on 2019/02/15 22:09:51 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6044: This closes #3314. Retain the input data's order in the CSV Reader's inferred schema - posted by jo...@apache.org on 2019/02/17 01:58:18 UTC, 0 replies.
- [nifi] annotated tag nifi-1.9.0-RC2 created (now 65e852a) - posted by jo...@apache.org on 2019/02/17 03:43:45 UTC, 0 replies.
- [nifi] 01/01: NIFI-6029-RC2 prepare release nifi-1.9.0-RC2 - posted by jo...@apache.org on 2019/02/17 03:43:46 UTC, 0 replies.
- [nifi] branch NIFI-6029-RC2 created (now 0e204f3) - posted by jo...@apache.org on 2019/02/17 03:44:04 UTC, 0 replies.
- [nifi] 01/01: NIFI-6029-RC2 prepare for next development iteration - posted by jo...@apache.org on 2019/02/17 03:44:05 UTC, 0 replies.
- svn commit: r32533 - /dev/nifi/nifi-1.9.0-rc2/ - posted by jo...@apache.org on 2019/02/17 03:47:25 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-558: Initial provisioning for CoAP C2 - posted by al...@apache.org on 2019/02/17 21:49:24 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5987 Fixed issue where an invalid query pulled from an attribute would cause GetMongo to not route to failure. - posted by ze...@apache.org on 2019/02/19 10:56:17 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-730: Kerberos support for PublishKafka and underlying librdkafka library - posted by ph...@apache.org on 2019/02/19 11:15:22 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-736 - Add timeout to log matching to fix unstable test cases - posted by ph...@apache.org on 2019/02/19 11:36:28 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6045: Added support EL support to dyanmic properties for Kafka 2.0 processors - posted by mt...@apache.org on 2019/02/19 15:35:14 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5500 Adding support for array fields when outputting to attributes when using QueryElasticsearchHttp NIFI-5500 Optimised array-to-string conversion - posted by mt...@apache.org on 2019/02/19 17:43:57 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6052 Update NOTICE files to reflect 2019 - posted by mt...@apache.org on 2019/02/19 23:33:21 UTC, 0 replies.
- svn commit: r32565 - /dev/nifi/nifi-1.9.0-rc2/ /release/nifi/1.9.0/ - posted by jo...@apache.org on 2019/02/20 03:52:23 UTC, 0 replies.
- svn commit: r32566 - in /release/nifi: 1.7.1/ 1.8.0/ - posted by jo...@apache.org on 2019/02/20 04:05:53 UTC, 0 replies.
- [nifi] branch master updated (76e92c8 -> d1388bb) - posted by jo...@apache.org on 2019/02/20 04:25:03 UTC, 0 replies.
- [nifi] 01/02: NIFI-6029 merging nifi 1.9.0 release into master - posted by jo...@apache.org on 2019/02/20 04:25:04 UTC, 0 replies.
- [nifi] 02/02: NIFI-6029 updated dockerfile as per release guide - posted by jo...@apache.org on 2019/02/20 04:25:05 UTC, 0 replies.
- svn commit: r1853924 - /nifi/site/trunk/download.html - posted by jo...@apache.org on 2019/02/20 04:33:32 UTC, 0 replies.
- svn commit: r1853925 - in /nifi/site/trunk/docs/nifi-docs: ./ components/ components/nifi-docs/ components/nifi-docs/components/ components/nifi-docs/components/org.apache.nifi/ components/nifi-docs/components/org.apache.nifi/nifi-ambari-nar/ component... - posted by jo...@apache.org on 2019/02/20 04:50:02 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated (361184a -> 840610d) - posted by al...@apache.org on 2019/02/20 13:47:18 UTC, 0 replies.
- [nifi-minifi-cpp] 01/02: MINIFICPP-739: Resolve json checks for c2 responses - posted by al...@apache.org on 2019/02/20 13:47:19 UTC, 0 replies.
- [nifi-minifi-cpp] 02/02: MINIFICPP-739: Resolve json checks for c2 responses - posted by al...@apache.org on 2019/02/20 13:47:20 UTC, 0 replies.
- [nifi] annotated tag rel/nifi-1.9.0 created (now 38c2a28) - posted by jo...@apache.org on 2019/02/20 15:37:52 UTC, 0 replies.
- [nifi] branch master updated: Added ability to configure JVM Memory settings via Docker ENV variables - posted by mt...@apache.org on 2019/02/21 01:47:04 UTC, 0 replies.
- [nifi] branch master updated: Bump Docker Maven version for docker-compose file to 1.10 - posted by mt...@apache.org on 2019/02/21 01:49:43 UTC, 0 replies.
- [nifi] branch master updated: NIFI-2738 Removed references to nifi.cluster.request.replication.claim.timeout - posted by mt...@apache.org on 2019/02/21 11:35:46 UTC, 0 replies.
- [nifi] branch master updated: NIFI-4166 Create nifi-toolkit-api. NIFI-4166 Adjusted dependencies NIFI-4166 Excluded RAT and checkstyle for generated-sources. (Added by Mike Thomsen) - posted by mt...@apache.org on 2019/02/21 12:10:13 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5660: JMSPublisher should set some header properties in JmsTemplate instead of directly in the message NIFI-5660: Added lines to integration test to verify these header properties (added by Mike Moser) - posted by mo...@apache.org on 2019/02/21 20:23:27 UTC, 0 replies.
- svn commit: r1854109 [11/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [33/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [50/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [42/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [49/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [14/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [39/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [34/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [37/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [27/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [48/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [21/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [46/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [16/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [22/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [38/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [4/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [45/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [12/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [23/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [18/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [40/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [20/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [31/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [44/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [13/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [8/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [19/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [41/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [7/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [30/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [15/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [5/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [17/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [6/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [9/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [32/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [24/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [26/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [47/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [2/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [35/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [43/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [28/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [25/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [3/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [36/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [10/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [29/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/ni... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- svn commit: r1854109 [1/50] - in /nifi/site/trunk/docs/nifi-docs: ./ components/org.apache.nifi/nifi-ambari-nar/1.9.0/ components/org.apache.nifi/nifi-ambari-nar/1.9.0/org.apache.nifi.reporting.ambari.AmbariReportingTask/ components/org.apache.nifi/nif... - posted by al...@apache.org on 2019/02/22 01:03:50 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6059 - Fixed NPE in GCS processors when project ID is not specified - posted by ma...@apache.org on 2019/02/22 14:45:36 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6068, NIFI-6065: Updated StandardFunnel to avoid looping indefinitely and instead transfer no more than 10, 000 FlowFiles before returning from onTrigger. Updated Local Ports to behavior in the same way. Updated Root Group Ports so that instead of blocking for up to 100 milliseconds for an incoming request, it blocks for up to 1 millisecond and if nothing is available yields for the 'bored yield duration' - posted by de...@apache.org on 2019/02/22 15:13:14 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6068: Fixed unit test - posted by ma...@apache.org on 2019/02/22 16:55:28 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6069 Fixing fingerprinting of connection relationships to be properly sorted - posted by ma...@apache.org on 2019/02/22 17:14:04 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6055 Improving error handling during auto-loading of NARs and ensuring only one Jetty NAR is loaded - posted by ma...@apache.org on 2019/02/22 17:19:22 UTC, 0 replies.
- [nifi-registry] branch master updated: NIFIREG-225: Fix NPE in getAccessPolicesForUser (#156) - posted by bb...@apache.org on 2019/02/22 17:38:07 UTC, 0 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-735: Fix issues with delimiter, make changes to facilitate testing this change - posted by ph...@apache.org on 2019/02/25 12:41:59 UTC, 0 replies.
- [nifi-registry] branch master updated: NIFIREG-229 - posted by mc...@apache.org on 2019/02/25 18:29:36 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5980 Added HBase_1_1_2_ListLookupService. NIFI-5980 Added HBase_2_ListLookupService. - posted by bb...@apache.org on 2019/02/25 21:42:30 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6069 Fixing checkstyle error - posted by bb...@apache.org on 2019/02/25 21:52:49 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5172 Adding the ability to specify a record writer for PutElasticsearchHttpRecord in order to individually handle failed records - posted by ma...@apache.org on 2019/02/25 22:18:10 UTC, 0 replies.
- [nifi-minifi] branch master updated: MINIFI-493 Provide handling of templates created by NiFi versions <1.0 - posted by al...@apache.org on 2019/02/26 12:46:18 UTC, 0 replies.
- [jira] [Resolved] (MINIFI-493) NPE when converting old templates using toolkit - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2019/02/26 12:48:00 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6076 syslog5424 should support missing MSG - newer lib version and better test - posted by bb...@apache.org on 2019/02/26 14:40:37 UTC, 0 replies.
- [nifi-registry] branch master updated: NIFIREG-230 Fix Typo In dockerhub README - posted by al...@apache.org on 2019/02/26 18:42:28 UTC, 0 replies.
- [jira] [Created] (MINIFI-494) Update NiFi dependency to 1.9.0 - posted by "Jeff Zemerick (JIRA)" <ji...@apache.org> on 2019/02/27 19:18:00 UTC, 0 replies.
- [jira] [Assigned] (MINIFI-494) Update NiFi dependency to 1.9.0 - posted by "Jeff Zemerick (JIRA)" <ji...@apache.org> on 2019/02/27 19:24:00 UTC, 3 replies.
- [jira] [Commented] (MINIFI-494) Update NiFi dependency to 1.9.0 - posted by "Aldrin Piri (JIRA)" <ji...@apache.org> on 2019/02/27 19:51:00 UTC, 5 replies.
- [nifi-minifi-cpp] branch master updated: MINIFICPP-745: update readme with table - posted by al...@apache.org on 2019/02/27 21:11:13 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6067 Enabled support for the JVM remote debugger in the Docker container. - posted by al...@apache.org on 2019/02/28 01:16:21 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5977 - Add "Minimum/Maximum File Age" Parameter to ListSFTP - posted by pv...@apache.org on 2019/02/28 08:18:13 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6088: Widen type inference for BIGINT and DOUBLE - posted by mt...@apache.org on 2019/02/28 10:52:12 UTC, 0 replies.
- [nifi] branch master updated: NIFI-6062: Add support for BLOB, CLOB, NCLOB in record handling - posted by mt...@apache.org on 2019/02/28 14:00:07 UTC, 0 replies.
- [nifi] branch master updated: NIFI-5859 Modifications to extension manifest generation to better support unmarshalling XML into pojos - posted by kd...@apache.org on 2019/02/28 20:33:19 UTC, 0 replies.
- [nifi-site] branch master updated: NIFI-6029 - posted by jo...@apache.org on 2019/02/28 20:57:21 UTC, 0 replies.
- [nifi-maven] branch master updated: NIFI-5859 Modifications to extension manifest generation to better support unmarshalling XML into pojos - posted by kd...@apache.org on 2019/02/28 20:58:09 UTC, 0 replies.
- svn commit: r1854546 - /nifi/site/trunk/download.html - posted by al...@apache.org on 2019/02/28 21:06:17 UTC, 0 replies.
- [nifi-site] branch master updated: Fixed archive download links for 1.8.0 source and binaries. - posted by al...@apache.org on 2019/02/28 21:08:10 UTC, 0 replies.