UcanInfosec
c50e677ee3
NIFI-10649 Upgraded commons-cli to 1.5.0
...
This closes #6552
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-20 19:38:25 -05:00
Joe Witt
c155d29658
NIFI-10614 Upgraded Bouncy Castle from 1.70 to 1.71
...
- Blocked Bouncy Castle jdk15on dependencies
- Forced jdk18on dependencies and validated across entire build
This closes #6498
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-20 19:35:02 -05:00
mr1716
91909502fb
NIFI-10655 Update kotlin.bom to 1.7.20
...
This closes #6539
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-19 09:28:40 -05:00
exceptionfactory
9adbba361a
NIFI-10662 Upgraded Jackson BOM from 2.13.4 to 2.13.4.20221013
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6547 .
2022-10-18 14:28:15 -04:00
exceptionfactory
0dc02e26d2
NIFI-10648 Upgraded Apache Commons Text to 1.10.0
...
- Added org.apache.commons.text.version property in root Maven configuration
- Removed direct version references in favor of managed dependency version
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6531 .
2022-10-14 14:07:23 -04:00
Mike Thomsen
08a1f09905
NIFI-10437 Converted SearchResponseTest from Groovy to Java.
...
NIFI-10437 Removed old Maven Elasticsearch integration testing plugin and replaced with Testcontainers.
NIFI-10437 Converted TestSchemaRegistry from Groovy to Java.
NIFI-10437 Converted TestElasticsearchClientService from Groovy to Java.
NIFI-10437 Converted a unit test from Groovy to Java.
NIFI-10437 Converted a unit test from Groovy to Java.
NIFI-10437 Converted ElasticSearchLookupService_IT from Groovy to Java.
NIFI-10437 Converted ElasticSearchClientService_IT from Groovy to Java.
NIFI-10437 Migrated to Testcontainers.
NIFI-10437 Converted all nifi-elasticsearch-restapi-processors unit tests from Groovy to Java.
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
This closes #6487
2022-10-13 12:52:20 +01:00
UcanInfosec
4af9b45872
NIFI-10613 Upgraded Netty 4 from 4.1.81 to 4.1.82
...
This closes #6496
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-10 08:59:25 -05:00
mr1716
d2f51c8c00
NIFI-10615 Upgraded JUnit from 5.9.0 to 5.9.1
...
This closes #6499
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-10-10 08:55:17 -05:00
Joe Witt
c6a9d70814
Merge branch 'NIFI-10521-RC4'
2022-10-06 14:13:30 -07:00
UcanInfosec
a721e03000
NIFI-10596 Update Test Containers
...
This closes #6488
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-10-06 09:02:16 -04:00
UcanInfosec
209ca78abc
NIFI-10570 Upgrade SnakeYaml to 1.33
...
This closes #6468
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-10-05 12:17:51 -04:00
Joe Witt
c9ebdd2025
NIFI-10521-RC4 prepare for next development iteration
2022-10-03 10:59:36 -07:00
Joe Witt
109e54cd58
NIFI-10521-RC4 prepare release nifi-1.18.0-RC4
2022-10-03 10:59:34 -07:00
dystieg
8148588c9c
NIFI-10540 Moved Checkstyle rules from pom.xml to checkstyle.xml
...
This closes #6462
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-30 11:15:54 -05:00
mr1716
85d08d3966
NIFI-10548 Updated Jetty version
...
This closes #6449
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-29 09:53:54 -04:00
Nathan Gough
a52974780d
NIFI-10525 - Upgraded hadoop.version to 3.3.4.
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6431 .
2022-09-24 10:33:18 +04:00
mr1716
91ad4548a8
NIFI-10534 - Update pom.xml for spring.version from 5.3.22 to 5.3.23.
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6442 .
2022-09-22 23:22:37 -04:00
exceptionfactory
cb6fd91e24
NIFI-10509 Upgraded SnakeYAML from 1.31 to 1.32
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6424 .
2022-09-16 10:12:27 +02:00
Mark Payne
3f0ef9e977
NIFI-10406: Updated Maven assemblies to ensure that we always use at least two of the GAVC parameters for includes and excludes. Updated Maven assembly plugin to version 3.4.2. Removed some includes and excludes from dependencies that previously were not matching and were generating Maven WARNING messages.
...
This closes #6415
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-15 11:02:08 -05:00
exceptionfactory
ae14ef2d1f
NIFI-10373 Set managed version for AWS 1 and 2 SDK
...
- Replaced individual AWS SDK versions with root managed dependency version
- Set AWS SDK 1 version to 1.12.299
- Set AWS SDK 2 version to 2.17.270
- Suppressed false positive dependency vulnerability for aws-sdk-swf-libraries
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6405 .
2022-09-13 15:06:42 +02:00
exceptionfactory
4bfa776cf7
NIFI-10484 Upgraded Dependency Check Plugin from 7.1.1 to 7.1.2
...
- Disabled unused .NET Assembly Analyzer for Dependency Check Plugin to avoid error messages
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6403 .
2022-09-12 13:08:49 -04:00
UcanInfosec
86f01af60e
NIFI-10480 Upgraded gson to 2.9.1
...
This closes #6399
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-11 14:36:46 -04:00
mr1716
1befa0630e
NIFI-10479 Update junit-bom to 5.9.0
...
This closes #6398
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-11 12:00:52 -04:00
UcanInfosec
806151b967
NIFI-10476 Update jackson bom to 2.13.4
...
This closes #6395
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-10 19:05:06 -04:00
mr1716
5cb12511dd
NIFI-10474 Update kotlin to 1.7.10
...
This closes #6393
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-10 19:03:29 -04:00
exceptionfactory
c3925c6b9a
NIFI-10468 Upgraded Netty from 4.1.79 to 4.1.81
...
This closes #6385
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-10 07:16:47 -04:00
exceptionfactory
5b3601f50f
NIFI-10472 Upgraded SnakeYAML from 1.29 to 1.31
...
- Replaced module overrides with root managed dependency version
This closes #6389
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-09-09 20:38:01 -04:00
Joe Witt
3914c0accd
NIFI-10462 Upgraded nexus-staging-maven-plugin from 1.6.9 to 1.6.13
...
- Upgrade eliminates Maven warnings logged during initial build
This closes #6378
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-08 12:40:15 -05:00
UcanInfosec
98a1874038
NIFI-10439 Upgrade Ranger Version from 2.2.0 to 2.3.0
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6365 .
2022-09-06 12:27:34 +02:00
Mike Thomsen
09faec4866
NIFI-10432 Upgraded jsoup from 1.14.2 to 1.15.3
...
This closes #6362
Co-authored-by: David Handermann <exceptionfactory@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-09-03 09:23:23 -05:00
Joe Witt
c4843fa3a8
NIFI-10405 updating a few dependencies ( #6343 )
...
Signed-off-by: Otto Fowler <otto@apache.org>
2022-08-29 15:56:25 -04:00
exceptionfactory
9c2a778fe4
NIFI-10398 Upgraded Spring Security from 5.7.2 to 5.7.3
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6338 .
2022-08-29 11:12:07 +02:00
exceptionfactory
d9b3257e33
NIFI-10395 Added Apache Xalan to banned dependencies
2022-08-25 10:50:15 -05:00
exceptionfactory
24cea2a93b
NIFI-10183 Upgraded swagger-annotations to 1.6.6
...
- Added managed dependency in root Maven configuration
- Removed different versions from other Maven configurations
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6284 .
2022-08-10 15:32:30 +02:00
Gabor Kulik
768f58da21
NIFI-10212 added ListSmb processor and SmbConnectionPoolService
...
This closes #6192 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-08-05 18:46:04 +02:00
UcanInfosec
8e7b78941e
NIFI-10311 Upgraded Avro from 1.11.0 to 1.11.1
...
This closes #6267
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-08-03 13:30:37 -05:00
exceptionfactory
589136ac11
NIFI-10301 Aligned fluent-hc with httpclient version
...
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6259 .
2022-08-01 14:53:21 -04:00
Joe Witt
8c66bf948c
NIFI-10272-RC2 prepare for next development iteration
2022-07-27 13:24:09 -07:00
Joe Witt
8d256784d8
NIFI-10272-RC2 prepare release nifi-1.17.0-RC2
2022-07-27 13:24:06 -07:00
Bryan Bende
c6328cc203
NIFI-10266 This closes #6237 . Upgrade NAR Maven Plugin to 1.3.5
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-07-23 18:11:59 -07:00
exceptionfactory
077e09cf3e
NIFI-10269 This closes #6241 . Upgraded H2 from 2.1.210 to 2.1.214
...
- Adjusted H2DatabaseUpdater to catch generalized SQLNonTransientException instead of H2 JdbcSQLNonTransientException
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-07-23 17:58:42 -07:00
exceptionfactory
21b57e36e8
NIFI-10268 This closes #6239 . Upgraded Spring Framework from 5.3.21 to 5.3.22
...
- Upgraded Spring Boot from 2.7.1 to 2.7.2 for Registry
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-07-23 17:58:18 -07:00
exceptionfactory
69b0a20e67
NIFI-10267 This close #6238 . Upgraded Netty from 4.1.77 to 4.1.79
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-07-23 17:56:09 -07:00
exceptionfactory
8185ad0598
NIFI-10249 Enabled Parallel Builds in GitHub Workflow
...
- Upgraded maven-enforcer-plugin from 3.0.0 to 3.1.0
- Upgraded maven-dependency-plugin from 3.2.0 to 3.3.0
- Upgraded checkstyle from 9.2.1 to 9.3
- Upgraded buildnumber-maven-plugin from 1.4 to 3.0.0
This closes #6222 .
Signed-off-by: Kevin Doran <kdoran@apache.org>
2022-07-19 09:51:31 -04:00
exceptionfactory
eb91eb12b0
NIFI-10224 Moved GitHub Workflow Analysis to Separate Job
...
- Upgraded multiple GitHub Actions from Version 2 to 3
- Replaced Maven Cache step with cache feature in Setup Java Action
- Moved checkstyle and license checks from verify to validate phase in Maven execution
- Removed unnecessary contrib-check profile from nifi-registry
This closes #6202
Signed-off-by: Paul Grey <greyp@apache.org>
2022-07-18 12:46:30 -04:00
Ferenc Erdei
f05d0f10f3
NIFI-10211 Add dependencies for running minifi on java11
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6191
2022-07-14 09:16:07 -04:00
exceptionfactory
0bea430c00
NIFI-10220 This closes #6197 . Upgraded Log4j 2 from 2.17.2 to 2.18.0
...
Signed-off-by: Joe Witt <joewitt@apache.org>
2022-07-12 09:50:43 -07:00
mr1716
291bd40013
NIFI-10195 Upgraded Testcontainers to 1.17.3
...
This closes #6179
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-07-11 10:37:39 -05:00
Matthew Burgess
7eec507118
NIFI-10181: Upgrade Groovy to 3.0.9
...
This closes #6170
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-06-30 14:47:00 -05:00
exceptionfactory
f3455372bd
NIFI-10182 Removed optional vendor Maven repository
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6169 .
2022-06-30 12:50:46 +02:00