Peter Turcsanyi
6355812a77
NIFI-13733 Migrated FTP and SFTP processors' Proxy properties to ProxyConfigurationService
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #9252 .
2024-09-12 11:54:04 +02:00
EndzeitBegins
bb7cce50d2
NIFI-13703 Remove deprecated property DISTRIBUTED_CACHE_SERVICE in AbstractListProcessor
...
This closes #9246 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-09-09 14:09:25 +02:00
EndzeitBegins
61aeb7af39
NIFI-13728 Remove deprecated property KERBEROS_RELOGIN_PERIOD in AbstractHadoopProcessor
...
This closes #9247 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-09-09 09:42:09 +02:00
Juldrixx
f92f6f1def
NIFI-13578 Add Schema Branch Name and Schema Version in ValidateRecord ( #9108 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-31 10:54:26 -05:00
dan-s1
f64e68b23c
NIFI-13625 Removed or Replaced System.out.println in Tests ( #9150 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-08-05 20:35:40 -05:00
tpalfy
b7faf8c84a
NIFI-13605 Make AbstractHadoopProcessor.KERBEROS_USER_SERVICE public
...
This closes #9129 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-07-31 16:37:08 +02:00
dan-s1
f50fce5344
NIFI-13565 Updated Record Date Time Properties to mention DateTimeFormatter
...
This closes #9096
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-19 17:00:50 -05:00
Mark Bathori
730b9c693e
NIFI-13542 Added missing Max String Length property for JSON Readers
...
This closes #9074
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-15 15:05:35 -05:00
Mike Moser
3c7b262619
NIFI-13159 Moved Remote Delete after Put for PutFTP/PutSFTP REPLACE Strategy
...
This closes #8914
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-12 15:14:31 -05:00
Joseph Witt
f92d8f72a8
NIFI-13526 Removed unused variables and localized nifi-socket-utils
...
- Remove nifi-socket-utils and moved remaining classes to referencing framework components
This closes #9059
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-08 13:44:42 -05:00
exceptionfactory
4006cb7849
NIFI-13510 Removed KerberosCredentialsService and implementations
...
- Removed nifi-kerberos-credentials-service-api and NAR
- Removed individual Kerberos credentials properties
- Removed NIFI_ALLOW_EXPLICIT_KEYTAB from nifi-env.sh
- Removed unused references to NiFi Properties in tests
This closes #9058
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-07-08 11:52:33 -04:00
Joseph Witt
15e5193099
NIFI-13517 Upgraded Jetty from 12.0.10 to 12.0.11 and others
...
- Upgraded AWS SDK 1 from 1.12.755 to 1.12.756
- Upgraded AWS SDK 2 from 2.26.14 to 2.26.15
- Upgraded Azure SDK BOM from 1.2.24 to 1.2.25
- Upgraded Elasticsearch Client from 8.14.1 to 8.14.2
- Upgraded GitHub Client from 1.322 to 1.323
- Upgraded mysql-connector-j from 8.4.0 to 9.0.0
- Upgraded Azure Kusto from 5.0.5 to 5.1.0
- Upgraded Datafaker from 2.2.2 to 2.3.0
- Upgraded nimbus-jose-jwt from 9.37.3 to 9.40
- Upgraded oauth2-oidc-sdk from 11.10.1 to 11.13
This closes #9051
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-06 10:00:13 -05:00
Joseph Witt
f1fb106bf8
NIFI-13509 Removed ListenTCPRecord, ListenRELP and others
...
- Removed ConvertJSONToSql
- Removed ParseCEF
- Removed nifi-security-socket-ssl
- Removed Socket Dispatcher Reader classes
This closes #9045
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-06 09:50:03 -05:00
Joseph Witt
4ff70dd233
NIFI-13507 Removed nifi-prometheus-bundle
...
- Removed StandardGangliaReporter
- Removed PrometheusReportingTask
- Removed PrometheusRecordSink
This closes #9044
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-06 09:48:01 -05:00
Peter Turcsanyi
f57a96dbfb
NIFI-13496 Included Hadoop configuration file paths in the classloader isolation key of HDFS processors
...
Signed-off-by: Mark Bathori <mbathori@apache.org>
This closes #9038
2024-07-05 13:52:17 +02:00
exceptionfactory
275890a226
NIFI-13444 Removed unused test logging configuration
...
This closes #9004
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-06-25 20:03:15 -07:00
dan-s1
b3fac8c80b
NIFI-13403 Removed unnecessary toString in logging statements
...
This closes #8984
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-25 20:13:08 -05:00
Mark Payne
4636d9c79d
NIFI-13423 Corrected Starting Field handling in JsonTreeReader
...
Ensure that when using a Starting Field Name, JsonTreeReader is still able to process all records
This closes #8989
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-20 12:50:39 -05:00
Mike Moser
c60b0cf4a3
NIFI-13381 Use AllowableValue for PutSFTP/PutFTP Conflict Resolution
...
This closes #8950
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-14 17:16:19 -05:00
dan-s1
7deac6afac
NIFI-13266 Removed String concatenation in logging messages ( #8940 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-11 23:26:58 -04:00
Jim Steinebrey
5e3f1dbaf6
Update BinFiles not to write attributes to FlowFiles for auto-terminated ORIGINAL relationship
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
This closes #8911
2024-06-03 16:34:32 -04:00
dan-s1
86d36d2327
NIFI-13265 Removed instantiation of Object arrays for log arguments
...
This closes #8896
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-30 17:17:33 -05:00
Pierre Villard
ee179f4acf
NIFI-13238 Added Checkstyle rules for whitespace
...
This closes #8832
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-15 06:41:19 -05:00
dan-s1
2a45cae588
NIFI-13224 Replaced deprecated commons-compress IOUtils.toByteArray
...
Replaced deprecated commons-compress IOUtils.toByteArray with commons-io IOUtils.toByteArray
This closes #8825
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-13 17:02:38 -05:00
dan-s1
811a491ba5
NIFI-13156 Replaced JsonParser deprecated getCurrentName() with currentName()
...
This closes #8807
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-10 11:10:45 -05:00
exceptionfactory
09cf383f9b
NIFI-13167 Replaced Hamcrest Matchers with JUnit Matchers
...
This closes #8764
- Removed Hamcrest from set of default dependencies
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-05-07 10:21:57 -07:00
Joseph Witt
7a6c26fd96
NIFI-13144 improved depependency update config and various dependencies
...
com.puppycrawl.tools:checkstyle 10.15.0 -> 10.16.0
software.amazon.awssdk:xray 2.25.40 -> 2.25.45
com.amazonaws:aws-java-sdk-keyspaces 1.12.710 -> 1.12.715
com.azure:azure-sdk-bom 1.2.21 -> 1.2.23
com.google.cloud:libraries-bom 26.37.0 -> 26.38.0
net.bytebuddy:byte-buddy 1.14.12 -> 1.14.14
org.checkerframework:checker-qual 3.37.0 -> 3.43.0
org.eclipse.jdt:ecj 3.33.0 -> 3.37.0
com.microsoft.azure:msal4j 1.14.3 -> 1.15.0
com.google.guava:guava 33.1.0-jre -> 33.2.0-jre
com.ibm.icu:icu4j 74.2 -> 75.1
org.opensaml:opensaml-* 4.3.1 -> 4.3.2
org.apache.sshd:sshd-* 2.12.0 -> 2.12.1
com.nimbusds:oauth2-oidc-sdk 9.43.3 -> 9.43.4
excel-streaming-reader 4.2.1 -> 4.3.1
amqp-client 5.20.0 5.21.0
json-schema-validator 1.3.2 1.4.0
Saxon-HE 12.3 12.4
lucene 8.11.2 8.11.3
commons-compiler 3.1.10 3.1.12
dropbox.client.version 5.4.4 5.4.6
subethasmtp 7.0.1 7.0.2
docker-java-api 3.3.4 3.3.6
google-api-services-drive v3-rev20230520-2.0.0 v3-rev20240327-2.0.0
protobuf-java 3.25.1 3.25.3
hazelcast 5.3.5 5.3.7
jackson-datatype-protobuf 0.9.14 0.9.15
kusto-* 5.0.3 5.0.5
mysql-connector-j 8.3.0 8.4.0
docker-compose-junit-jupiter 2.0.0 2.3.0
bolt-socket-mode 1.37.0 1.39.0
wire-schema-jvm 4.9.3 4.9.9
mysql-binlog-connector-java 0.29.0 0.29.2
jjwt 0.12.3 0.12.5
reactor-core 3.4.34 3.4.37
reactor-test 3.5.14 3.5.16
jakarta.activation-api 2.0.1 (and 2.1.2) to 2.1.3
jakarta.mail-api 2.0.1 (and 2.1.2) to 2.1.3
datafaker 2.0.2 to 2.2.2
jna and jna-platform 5.13.0 5.14.0
activemq-* 6.1.1 6.1.2
camel-salesforce 3.14.9 3.14.10
commons-csv 1.10.0 1.11.0
hbase.version 2.5.5-hadoop3 2.5.8-hadoop3
httpasyncclient 4.1.4 4.1.5
httpcore-nio 4.4.12 4.4.16
iotdb 1.3.0 1.3.1
mina-core 2.1.6 2.1.8
gremlin-* 3.7.1 3.7.2
clojure 1.11.2 1.11.3
angus-mail 2.0.2 2.0.3
jgit* 6.8.0.202311291450-r 6.9.0.202403050737-r
javaassist 3.29.2-GA 3.30.2-GA
jline 3.25.1 3.26.1
mariadb-java-client 3.3.0 3.3.3
mongodb-driver-sync 4.11.1 4.11.2
neo4j-java-driver 4.4.12 4.4.16
postgresql 4.7.2 4.7.3
spring-data-redis 2.7.15 2.7.18
spring-integration-mail 6.2.1 6.2.4
spring-vault-core 3.1.0 3.1.1
xmlunit-core 2.9.1 2.10.0
xmlunit-matchers 2.9.1 2.10.0
amazon-kinesis-client 2.5.7 2.5.8
reactor-netty-http 1.0.39 1.0.44
ant 1.10.13 1.10.14
hamcrest-core and hamcrest-all 1.3 moved to just hamcrest 2.2
This closes #8746
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
2024-05-06 15:13:18 +01:00
Joseph Witt
42a4385c82
NIFI-12998 Restructured framework and extension modules
...
Simplified dependency management into Bill of Material dependencies as parents that align to classloader structures.
- Moved nifi-framework-bundle to root level
- Moved nifi-nar-bundle modules to root nifi-extension-bundles
- Added nifi-extension-bom for internal and external extensions
- Added nifi-framework-nar-bom and nifi-server-nar-bom for managing framework dependencies
- Renamed nifi-jetty-bundle to nifi-jetty-nar
This closes #8677
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-04-26 12:12:48 -05:00