This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
from 852ec9eefc NIFI-11633 Upgraded MariaDB client from 3.1.3 to 3.1.4
add 27b5a2f931 NIFI-11613 Refactored SanitizeContextPathFilterTest from
Groovy to Java
add 258db04f68 NIFI-11626 Upgraded maven-source-plugin from 3.2.1 to 3.3.0
No new revisions were added by this update.
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%)