You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2019/06/19 17:02:25 UTC

[nifi] branch master updated (1d560e2 -> e7aac04)

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 1d560e2  NIFI-6360 Updated Mockito to 2.28.2, PowerMock to 2.0.2 Fixed test failures in nifi-couchbase-processors, BinaryDocument matcher replaced with ByteArrayDocument Fixed test failures in nifi-riemann-processors, anyInt() matcher replaced with anyLong() matcher, calling method passes a long, not int Removed unnecessary method mocks from nifi-toolkit-tls tests, TlsCertificateAuthorityServiceHandlerTest and TlsCertificateSigningRequestPerformerTest, since those were flagged by [...]
     new 64b0d88  NIFI-6330 - This closes #3534.Updated Jetty version to 9.4.18.v20190429
     new e7aac04  NIFI-6372 - This closes #3532. Upgrading jackson-databind version to 2.9.9.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml     | 1 -
 pom.xml                                                               | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)


[nifi] 02/02: NIFI-6372 - This closes #3532. Upgrading jackson-databind version to 2.9.9.

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit e7aac049ef096369096cb0161d4088caf99eb616
Author: thenatog <th...@gmail.com>
AuthorDate: Wed Jun 12 10:34:01 2019 -0400

    NIFI-6372 - This closes #3532. Upgrading jackson-databind version to 2.9.9.
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fb8301d..6f083ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
         <org.slf4j.version>1.7.26</org.slf4j.version>
         <ranger.version>1.0.0</ranger.version>
         <jetty.version>9.4.19.v20190610</jetty.version>
-        <jackson.version>2.9.8</jackson.version>
+        <jackson.version>2.9.9</jackson.version>
         <nifi.registry.version>0.4.0</nifi.registry.version>
     </properties>
 


[nifi] 01/02: NIFI-6330 - This closes #3534.Updated Jetty version to 9.4.18.v20190429

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 64b0d88d833fce1df5308b795736f1a3b6a64c51
Author: thenatog <th...@gmail.com>
AuthorDate: Mon Jun 10 14:55:29 2019 -0400

    NIFI-6330 - This closes #3534.Updated Jetty version to 9.4.18.v20190429
    
    NIFI-6330 - Removed jetty.version property declaration in nifi-prometheus-reporting-task pom.xml. This version should be inherited from the root pom.
    
    NIFI-6330 - New release of Jetty came out 2 days ago. Upgraded and verified NiFi functionality again with smoke tests including ListenHTTP, secure clustering, site-to-site
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 .../nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml       | 1 -
 pom.xml                                                                 | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml
index 55c9266..780d522 100644
--- a/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml
+++ b/nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/pom.xml
@@ -21,7 +21,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
 <properties>
         <prometheus.version>0.3.0</prometheus.version>
         <yammer.metrics.version>2.2.0</yammer.metrics.version>
-        <jetty.version>9.3.8.v20160314</jetty.version>
 </properties>
 
 <artifactId>nifi-prometheus-reporting-task</artifactId>
diff --git a/pom.xml b/pom.xml
index 8d81f7f..fb8301d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
         <inceptionYear>2014</inceptionYear>
         <org.slf4j.version>1.7.26</org.slf4j.version>
         <ranger.version>1.0.0</ranger.version>
-        <jetty.version>9.4.15.v20190215</jetty.version>
+        <jetty.version>9.4.19.v20190610</jetty.version>
         <jackson.version>2.9.8</jackson.version>
         <nifi.registry.version>0.4.0</nifi.registry.version>
     </properties>