575 Commits

Author SHA1 Message Date
Nandor Soma Abonyi
b8973a077b
NIFI-11718 Updated NAR Maven Plugin from 1.5.0 to 1.5.1
This closes #7400

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit a26de9e2339be70b28e75a75c03de47c8c5a81ce)
2023-06-19 11:15:20 -05:00
exceptionfactory
22008c2331 NIFI-11696 Upgraded Bouncy Castle from 1.71 to 1.74
- Adjusted nifi-repository-encryption to remove dependency on Bouncy Castle Provider
- Updated Google Cloud Provider dependencies to remove exclusions and dependencies on Bouncy Castle that no longer apply to current versions

Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-06-15 16:19:16 -04:00
dependabot[bot]
dd97bea2ed NIFI-11697: Bump snappy-java from 1.1.10.0 to 1.1.10.1
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.0 to 1.1.10.1.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](https://github.com/xerial/snappy-java/compare/v1.1.10.0...v1.1.10.1)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-06-15 15:29:51 -04:00
exceptionfactory
0ecd15537e
NIFI-11532 Removed JUnit 4 and Groovy Test from default dependencies
- Removed hamcrest-all from default dependencies
- Added groovy-test to selected modules with Groovy test classes
- Added junit-vintage-engine to selected modules with JUnit 4 test classes
- Corrected references to JUnit 4 assertions in JUnit 5 test classes
- Removed several unnecessary test classes from nifi-socket-utils
- Removed duplicative Registry toolkit test classes
- Removed Kudu integration tests

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #7233

(cherry picked from commit ca6c7f704164e922e11d72e7c972a50ac46e6b0e)
2023-06-13 15:22:40 -05:00
Joe Witt
edc9e40582
Merge branch 'NIFI-11654-RC1' into support/nifi-1.x 2023-06-11 20:45:15 -04:00
exceptionfactory
728b07b30f
NIFI-11675 Upgraded Apache Commons IO from 2.12.0 to 2.13.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7366.
2023-06-11 15:46:29 +02:00
Joe Witt
f1d5a8c4de
NIFI-11654-RC1 prepare for next development iteration 2023-06-06 12:32:00 -07:00
Joe Witt
71e3ea9f2c
NIFI-11654-RC1 prepare release nifi-1.22.0-RC1 2023-06-06 12:31:58 -07:00
Joe Witt
15ebf56a08
NIFI-11654 removing extraneous tag 2023-06-06 10:10:25 -07:00
mr1716
8f48f3adb0
NIFI-11651 Upgraded OkHttp from 4.10.0 to 4.11.0
This closes #7347

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 6c2983daf3d1836e132efa51764e04c38cc75f07)
2023-06-06 10:32:59 -05:00
exceptionfactory
8278f0a3bf
NIFI-11641 This closes #7340. Upgraded Netty from 4.1.92 to 4.1.93
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-06-05 14:35:27 -07:00
siddr
d3395bbb7b NIFI-11639: Update maven-checkstyle-plugin to 3.3.0
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-06-03 15:59:28 -04:00
mr1716
d4e9bd5ce9
NIFI-11634 Update testcontainers.version to 1.18.3
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7331.
2023-06-02 18:10:23 +02:00
mr1716
935016aa79
NIFI-11623 Upgraded snappy-java from 1.1.9.1 to 1.1.10.0
This closes #7325

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8b795a72f15446892648059da93199ee800c3147)
2023-06-01 13:49:03 -05:00
mr1716
1c9f977f49
NIFI-11617 Upgraded Jackson from 2.15.1 to 2.15.2
This closes #7317

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit db3e92f8af13617aeb67a70f9d47e3b8e52a9c3a)
2023-05-31 16:34:39 -05:00
Pierre Villard
c30b511543
NIFI-11618 Upgraded AWS SDK from 2.20.41 to 2.20.75
- Upgraded AWS SDK 1.12.444 to 1.12.478

This closes #7318

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 6649fdcd1fbb7ffbd8c79f6f5a51fd22e0f1e337)
2023-05-31 16:34:35 -05:00
mr1716
f801510714
NIFI-11573 Upgraded Swagger Annotations from 1.6.10 to 1.6.11
This closes #7278

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 642b1748a6e103a218da44283e3d73b12db50404)
2023-05-19 16:31:44 -05:00
Pierre Villard
8c389bebb0
NIFI-11572 Upgraded json-smart from 2.4.10 to 2.4.11
This closes #7276

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d030428dc36e6509ae6cf130f42e640609d123ae)
2023-05-19 16:31:42 -05:00
mr1716
2bfbe35c56
NIFI-11569: Update Testcontainers to 1.18.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7272.
2023-05-19 20:55:02 +02:00
mr1716
ac308ceddb
NIFI-11565: Upgrade jackson.bom to 2.15.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7271.
2023-05-19 20:49:35 +02:00
exceptionfactory
35b3570158
NIFI-11561 Upgraded Apache Commons IO from 2.11.0 to 2.12.0
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7259.
2023-05-17 21:25:23 +02:00
Pierre Villard
4bcab4ae50
NIFI-11500 Upgraded Jackson BOM from 2.14.2 to 2.15.0
This closes #7206

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit af84d798d1aadb0d057f63287e040abdf8117ce1)
2023-04-28 15:17:35 -05:00
Pierre Villard
a5c3b934a8
NIFI-11498 Upgraded Netty from 4.1.91 to 4.1.92
This closes #7205

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 522ab3e2aadab0e3e6bb4a0f2eb3a190eb33489b)
2023-04-28 15:17:35 -05:00
Pierre Villard
cd0488fb3e
NIFI-11494 Upgraded JUnit from 5.9.2 to 5.9.3
This closes #7202

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d85b2925c52f8f4c214cb177483ff8b90b393fca)
2023-04-28 15:17:34 -05:00
exceptionfactory
f9e7ba0141
NIFI-11478 Upgraded Spring Framework from 5.3.26 to 5.3.27
- Upgraded Spring Security from 5.8.2 to 5.8.3
- Upgraded Spring Boot from 2.7.10 to 2.7.11 for Registry

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7190.
2023-04-23 11:50:19 +03:00
Pierre Villard
605bf150fa
NIFI-11428 Upgraded Groovy to 3.0.17 and spock-core to 2.3
This closes #7159

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 594e45cf9a19dfee31ec76d306d91314b165aa6a)
2023-04-11 08:02:54 -05:00
Pierre Villard
5255d1bad3
NIFI-11417 Upgraded Caffeine from 2.8.1 to 2.9.3
This closes #7148

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-04-10 08:55:45 -05:00
Pierre Villard
707b3a51c3
NIFI-11413 Upgraded JUnit 5.9.1 to 5.9.2
- Upgraded JUnit 4.13.1 to 4.13.2

This closes #7144

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 83d19a6e9da8472408a34b62ca73963863c97a0b)
2023-04-10 08:54:15 -05:00
Pierre Villard
2b2d571b82
NIFI-11405 Upgraded multiple drivers and test dependencies
This closes #7134

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit 4a0b38f4dd4b497fad3d071d99bfeae0fb15e3d8)
2023-04-07 16:49:44 -05:00
Pierre Villard
1e239c2fa4
NIFI-11401 Upgraded snappy-java from 1.1.8.4 to 1.1.9.1
This closes #7133

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 84aafc7129f48991e03fc753c57a9e8cfb42d045)
2023-04-07 16:47:45 -05:00
Pierre Villard
6c258bf68f
NIFI-11400 Upgraded Kotlin from 1.8.10 to 1.8.20
This closes #7132

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit ffab672cbad35956816e8c607af2224b5483e47c)
2023-04-07 16:47:45 -05:00
Pierre Villard
3368a66995
NIFI-11399 Upgraded Groovy from 3.0.14 to 3.0.17
This closes #7131

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit e33debccd391311cabcdf0b6acd1faeb28f7d0fc)
2023-04-07 16:46:48 -05:00
Pierre Villard
f20c2440a0
NIFI-11398 Upgraded Apached HttpClient from 4.5.13 tp 4.5.14
- Upgraded Apache HttpCore from 4.4.15 to 4.4.16

This closes #7130

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 1bef67e566bdb6b35ba34f523ef047f239aa9755)
2023-04-07 16:46:47 -05:00
Pierre Villard
83eba41a35
NIFI-11397 Upgraded jsoup from 1.15.3 to 1.15.4
This closes #7129

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4b63c43ffbc15860368acd5cc4df18beae54263b)
2023-04-07 16:46:47 -05:00
Pierre Villard
1b243f7bdc
NIFI-11396 Upgraded AWS from 1.12.371 to 1.12.444
- Upgraded AWS Version 2 from 2.17.295 to 2.20.41

This closes #7128

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 94a38fe5e6bae71d553c607f19b6369712d1b29b)
2023-04-07 16:46:46 -05:00
Pierre Villard
c5c58b5f9a
NIFI-11395 Upgraded Testcontainers from 1.17.6 to 1.18.0
This closes #7127

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d8dde6af8cd411771de8ca8f16940ca37b0afea1)
2023-04-07 16:46:46 -05:00
Joe Witt
9c27ddcb1c
NIFI-11357-RC2 prepare for next development iteration 2023-04-03 14:40:08 -07:00
Joe Witt
892f822107
NIFI-11357-RC2 prepare release nifi-1.21.0-RC2 2023-04-03 14:40:07 -07:00
exceptionfactory
ebaff2c616
NIFI-11378 This closes #7115. Upgraded Jersey from 2.36 to 2.39.1
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-04-03 14:17:12 -07:00
exceptionfactory
435caa7600
NIFI-11376 This closes #7112. Upgraded Jetty from 9.4.50 to 9.4.51
Signed-off-by: Joe Witt <joewitt@apache.org>
2023-04-03 14:11:40 -07:00
exceptionfactory
1e043d479b
NIFI-11375 This closes #7111. Upgraded Surefire to 3.0.0 and upgraded other plugins
- Upgraded Surefire Plugin from 3.0.0-M8 to 3.0.0
- Upgraded Compiler Plugin from 3.10.1 to 3.11.0
- Upgraded Assembly Plugin from 3.4.2 to 3.5.0
- Upgraded Javadoc Plugin from 3.4.1 to 3.5.0
- Upgraded Release Plugin from 3.0.0-M7 to 3.0.0

Signed-off-by: Joe Witt <joewitt@apache.org>
2023-04-03 14:11:40 -07:00
exceptionfactory
e85af8a1cd
NIFI-11371 Upgraded Ranger from 2.3.0 to 2.4.0
- Updated Elasticsearch client false positive vulnerability suppressions for new Ranger transitive dependencies

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7109.
2023-04-02 17:15:33 +02:00
Kevin Doran
ef119855fe
NIFI-11351 Support Docker image builds on ARM64
- Switch from spotify docker-maven-plugin to fabric8 docker-maven-plugin
- Add consistency to docker maven image names and tags
- Other minor Dockerfile changes for consistency

This closes #7105

Signed-off-by: David Handermann <exceptionfactory@apache.org>

(cherry picked from commit 08e18220e7f6e0f6c7546ccbd17bc52451533d4a)
2023-03-30 14:57:51 -05:00
exceptionfactory
3c2cb36c05
NIFI-11358 Upgraded Hadoop from 3.3.4 to 3.3.5
- Upgraded Ranger Hadoop dependencies from 3.3.3 to 3.3.5
- Aligned Iceberg Hadoop version with project Hadoop version
- Updated Atlas dependencies to align hadoop-hdfs-client version with hadoop-common
- Updated Ranger hadoop-auth version to align with other Hadoop dependencies
- Updated Spark Livy bundle to align with project Hadoop version
- Removed unnecessary dependencies from Hive Test Utilities
- Updated HBase 2 Woodstox Core from 5.3.0 to 5.4.0
- Suppressed false positive vulnerabilities for HBase client libraries

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7097.
2023-03-29 08:15:17 -05:00
exceptionfactory
87768708ab
NIFI-11347 This closes #7089. Upgraded OWASP Dependency Check from 8.0.2 to 8.2.1
- Updated suppression configuration
- Upgraded Solr from 8.6.3 to 8.11.1 for Ranger
- Excluded Apache Ivy from Hive and Janus Graph dependencies
- Excluded Groovy from Hive tests

Signed-off-by: Joe Witt <joewitt@apache.org>
2023-03-28 08:21:51 -07:00
exceptionfactory
7ee16dda49
NIFI-11254 Upgraded SnakeYAML from 1.33 to 2.0
- Updated MiNiFi and EasyRules references to use required arguments

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7084.
2023-03-24 11:11:58 +01:00
Joe Witt
fb31fcca54
NIFI-11329 Updated NAR Plugin to 1.5.0 and Commons Compress to 1.23.0
This closes #7077

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-23 12:32:43 -05:00
exceptionfactory
a7daebc1af
NIFI-11325 Upgraded Mockito from 3.12.4 to 4.11.0
- Replaced deprecated Matchers references with ArgumentMatchers
- Removed unnecessary Mockito versions for Registry
- Refactored test configuration to Java for mocking

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7071.
2023-03-23 09:56:43 +01:00
exceptionfactory
771d289779
NIFI-11320 Upgraded Spring Framework from 5.3.24 to 5.3.26
- Upgraded Spring Security from 5.8.0 to 5.8.2
- Upgraded Spring Boot from 2.7.6 to 2.7.9 for NiFi Registry

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #7067.
2023-03-22 10:48:22 +01:00
mr1716
a2995f334e
NIFI-11318 Upgraded Jackson from 2.14.1 to 2.14.2
This closes #7066

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-03-21 16:38:18 -05:00