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

exceptionfactory pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 7f74abbbe1 NIFI-11633 Upgraded MariaDB client from 3.1.3 to 3.1.4
     new 9df77971d1 NIFI-11613 Refactored SanitizeContextPathFilterTest from 
Groovy to Java
     new eb925ba46b NIFI-11626 Upgraded maven-source-plugin from 3.2.1 to 3.3.0

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:
 .../filter/SanitizeContextPathFilterTest.groovy    | 120 ---------------------
 .../web/filter/SanitizeContextPathFilterTest.java  |  99 +++++++++++++++++
 .../nifi/web/util/RequestUriBuilderTest.java       |   0
 .../org/apache/nifi/web/util/WebUtilsTest.java     |   0
 nifi-registry/pom.xml                              |   2 +-
 5 files changed, 100 insertions(+), 121 deletions(-)
 delete mode 100644 
nifi-commons/nifi-web-utils/src/test/groovy/org/apache/nifi/web/filter/SanitizeContextPathFilterTest.groovy
 create mode 100644 
nifi-commons/nifi-web-utils/src/test/java/org/apache/nifi/web/filter/SanitizeContextPathFilterTest.java
 rename nifi-commons/nifi-web-utils/src/test/{groovy => 
java}/org/apache/nifi/web/util/RequestUriBuilderTest.java (100%)
 rename nifi-commons/nifi-web-utils/src/test/{groovy => 
java}/org/apache/nifi/web/util/WebUtilsTest.java (100%)

Reply via email to