Timea Barna
efe421527f
NIFI-13439 Add performance tracking to ProcessGroupStatus
2024-08-01 10:07:20 +02:00
David Szabo
5fbfb0eaf1
NIFI-12741 - Remove write permission requirement for the referenced controller service when changing component property referencing a controller service through parameter
...
This closes #9093 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2024-07-31 17:29:05 +02:00
Krisztina Zsihovszki
7819280f24
NIFI-13593 PutIceberg issue with decimal scale
...
This closes #9121
Signed-off-by: Mark Bathori <mbathori@apache.org>
2024-07-31 16:16:44 +02:00
Rajmund Takacs
b6961bf090
NIFI-13573: Bump google.libraries.version from 26.37.0 to 26.40.0
...
This closes #9103 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2024-07-24 17:46:15 +02:00
exceptionfactory
0fffb0c3e8
NIFI-13557 Fixed TestExcelSchemaInference for Single Digit Month
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-22 15:10:03 -05:00
dan-s1
c58c88d404
NIFI-13557 Fixed TestSchemaInferenceUtil for Single Digit Month
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-22 14:16:11 -05:00
dan-s1
b9b89ed212
NIFI-13557 Corrected Date Time Matcher to support single digit months
...
This closes #9094
(cherry picked from commit 059a3b774521bb4f714748784c694c898018ae97)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-22 13:08:41 -05:00
Bryan Bende
cfc59a335a
NIFI-13566 Catch Throwable during JettyServer start to ensure any issue during start will exit
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-07-22 12:59:55 -04:00
dan-s1
6c99f1ed83
NIFI-13550 Added documentation about the ExcelReader Starting Row Strategy
...
(cherry picked from commit 1ff5ebd6fcd7fe4b312ed8dc8ddb5366535ecddf)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-17 12:43:35 -05:00
Mark Bathori
b9b5c03b2e
NIFI-13542 Added missing Max String Length property for JSON Readers ( #9084 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-16 11:35:56 -05:00
dan-s1
21959560c5
NIFI-12491 Added Starting Row Schema Strategy to ExcelReader ( #9081 )
...
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-16 09:20:40 -05:00
EndzeitBegins
5493fde3c0
NIFI-13538 Do not include exception details in FlowFile attributes in DeleteFile
...
This closes #9070
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2024-07-10 21:51:22 -04:00
dan-s1
3bdf32dd14
NIFI-13418 Updated ExcelReader to handle spreadsheets with shared formulas
...
This closes #9063
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 90c58a88a702db2b418e2bf6ebe7eb422a3c3b51)
2024-07-08 16:34:47 -05:00
EndzeitBegins
089fa476b3
NIFI-13461 Added DeleteFile Processor
...
This closes #9015
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-08 16:22:10 -05:00
Pierre Villard
7d72664854
Merge branch 'support/nifi-1.x' of https://gitbox.apache.org/repos/asf/nifi into support/nifi-1.x
2024-07-07 19:33:19 +02:00
Pierre Villard
41b63ffcc7
Merge branch 'NIFI-13460-RC2' into support/nifi-1.x
2024-07-07 19:30:24 +02:00
Nissim Shiman
34b5297c93
NIFI-13420 Maintain consistent maxNonHeapBytes for clustered diagnostics
...
- The merged value of maxNonHeapBytes should be -1 when at least one node has that value
This closes #9055
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-06 10:30:56 -05:00
Nissim Shiman
b82e3d20b6
NIFI-13031 Changed PG StatusSnapshotDTO to use cloned copy for status
...
This closes #9054
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-06 10:30:29 -05:00
Joseph Witt
7dcea8baeb
NIFI-13498 Added deprecation notices
...
ListenBeats
DecryptContent
DecryptContentCompatibility
ExtractTNEFAttachments
QueryDNS
QueryWhois
ConvertJsonToSql
ListenRELP
ListenTCPRecord
ParseCEF
ListenSMTP
PrometheusReportingTask
PrometheusRecordSink
StandardGangliaReporter
KuduLookupService
PutKudu
This closes #9050
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-06 10:21:32 -05:00
Peter Turcsanyi
994a4f2c5d
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 14:17:56 +02:00
Pierre Villard
bb126734a3
NIFI-13460-RC2 prepare for next development iteration
2024-07-03 11:38:59 +02:00
Pierre Villard
e0c4461d90
NIFI-13460-RC2 prepare release nifi-1.27.0-RC2
nifi-1.27.0-RC2
rel/nifi-1.27.0
2024-07-03 11:38:51 +02:00
Mark Bathori
8518e3dad9
NIFI-13478: Protobuf Reader fails to coerce type of repeated fields
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-07-02 15:36:48 -04:00
Pierre Villard
3e1824264c
NIFI-13464 Replaced nifi-deprecation-log with logger in Registry
...
This closes #9019
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-07-02 08:59:23 -05:00
dan-s1
6e69b7009c
NIFI-13304 Added SplitExcel Processor
...
This closes #9011
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-26 17:50:18 -05:00
Matt Burgess
98fc6d8743
NIFI-13422: Use unique instances for ScanRule implementatations for QueryNiFiReportingTask
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8985 .
2024-06-24 20:37:24 +02:00
Jim Steinebrey
e5ebebdc29
NIFI-12750 ExecuteStreamCommand incorrectly decodes std error stream
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-06-21 18:18:50 -04:00
exceptionfactory
cdb0b8d90c
NIFI-13429 Corrected EncryptContentPGP Packet Detection
...
- Added set of expected OpenPGP Packet Tags to avoid misidentification
Signed-off-by: Matt Burgess <mattyb149@apache.org>
Changed Set.of() for backport
2024-06-21 13:03:12 -04:00
exceptionfactory
e99344fada
NIFI-13415 Deprecated Property Protection and Encrypt Config
...
This closes #8979
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-06-20 13:05:30 -07:00
Jim Steinebrey
e0f4dffaa4
NIFI-10666 PrometheusReportingTask needs to use UTF-8 (not jvm default charset) for /metrics endpoint
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
Fixed Checkstyle issue on backport
2024-06-20 14:23:13 -04:00
Joseph Witt
1f4858df49
NIFI-13400 ensure container has time to startup before interacting with smb
...
This closes #8982 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
(cherry picked from commit a774ff8120a9c3aca63cfc977711a38219087d1c)
2024-06-19 20:20:12 +02:00
Peter Turcsanyi
fd9457c37f
NIFI-12231 FetchSmb supports Move and Delete Completion Strategies
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8959 .
2024-06-19 10:26:25 +02:00
Mark Bathori
8ccc52d7db
NIFI-13356 Fixed ProtobufReader handling of repeated fields
...
This closes #8976
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-18 16:45:48 -05:00
Jim Steinebrey
4d6e55ba37
NIFI-13397 Updated PutDatabaseRecord to retry transient ProcessException causes
...
This closes #8964
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-17 15:13:39 -04:00
Pierre Villard
9f58f59042
NIFI-13411 Upgraded Spring to 5.3.37 along with other common dependencies
...
* Lucene from 8.11.2 to 8.11.3
* Groovy from 3.0.19 to 3.0.21
* AWS SDK from 1.12.710 to 1.12.744
* AWS SDK from 2.25.40 to 2.25.70
* Kotlin from 1.9.23 to 1.9.24
* Testcontainers from 1.19.7 to 1.19.8
* SLF4J from 2.0.12 to 2.0.13
* Jackson from 2.17.0 to 2.17.1
* JSON Smart from 2.5.0 to 2.5.1
* Jersey from 2.41 to 2.43
* Netty 4 from 4.1.109.Final to 4.1.111.Final
* Spring from 5.3.34 to 5.3.37
* Spring Security from 5.8.11 to 5.8.13
* Swagger Annotations from 1.6.12 to 1.6.14
* JUnit from 5.10.0 to 5.10.2
This closes #8973
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-17 13:38:59 -05:00
EndzeitBegins
8d594eaa89
NIFI-12704 Avoid NPE in escapeJson() for Root Path
...
This closes #8450
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a52d6a8214dc2b323ae238a87eb5fc7571de72cc)
2024-06-17 13:24:54 -05:00
Mark Payne
0cd841e4ae
NIFI-13340 Fixed a bug in which an Output Port can leave a Process Group's DataValve open for output, but then the last FlowFile is terminated instead of going to an Output Port, ultimately resulting in the DataValve remaining open indefinitely. Now, this will be detected and the valve will be closed.
...
This closes #8951
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 039cd2f18a7063b5b5a50c4e16371443e52baabc)
2024-06-17 10:26:04 -05:00
Matt Burgess
93b27d5a28
Revert "NIFI-13379 Replaced use of deprecated com.nimbusds.oauth2.sdk.http.HTTPResponse method getContentAsJSONObject with API suggested replacement getBodyAsJSONObject."
...
This reverts commit 627fa06866e7f8bca8e2504a8e4027ee6568392d.
2024-06-14 15:58:01 -04:00
dan-s1
627fa06866
NIFI-13379 Replaced use of deprecated com.nimbusds.oauth2.sdk.http.HTTPResponse method getContentAsJSONObject with API suggested replacement getBodyAsJSONObject.
...
This closes #8944
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2024-06-13 09:18:40 -04:00
Jim Steinebrey
f83850eb00
NIFI-13359 Tune ExecuteSQL/Record to create fewer transient flow files
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-06-11 11:50:01 -04:00
Matt Gilman
1ea0bc1f7f
NIFI-13374: ( #8938 )
...
- Fixing handling of description in tooltip.
This closes #8938
2024-06-07 15:19:35 -04:00
Bence Simon
8fc94735be
NIFI-13030 Adding endpoint for comparing versions of registered flows (1.x support)
...
This closes #8934 .
Signed-off-by: Peter Gyori <pgyori@apache.org>
2024-06-06 17:10:56 +02:00
dan-s1
33c4a9a231
NIFI-13323 Removed instantiation of Object arrays for log arguments
...
This closes #8903
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-06-04 08:30:44 -05:00
Peter Turcsanyi
1a4de1f838
NIFI-13315 Fixed ListAzureBlobStorage_v12 fails when Record Writer is used
...
This closes #8897
Signed-off-by: Mark Bathori <mbathori@cloudera.com>
2024-05-30 15:57:47 +02:00
dan-s1
8734e2ec49
NIFI-13298 Removed unused instantiated java.util.HashSet from RouteAttribute
...
This closes #8883
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit a1a7c3c5a5779477d4b20027a57a22390095303a)
2024-05-28 09:38:12 -05:00
exceptionfactory
f70ed77ada
NIFI-13294 Deprecated Apache Knox SSO Authentication
...
This closes #8875 .
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-05-25 13:19:55 -07:00
exceptionfactory
6fd7fd96c7
NIFI-13296 Deprecated Kerberos SPNEGO Authentication
...
This closes #8878 .
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-05-25 12:58:55 -07:00
Timea Barna
4aae517cca
NIFI-11658 Streamline using single Parameter Context for nested PGs
...
Including applicable modifications from NIFI-12101 by Mark Payne
This closes #7353
Co-authored-by: Matt Gilman <mcgilman@apache.org>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 42910e80d1d0a71c8f3de51bdd5c6dd0183da26d)
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8868 .
2024-05-23 20:12:31 +02:00
sujkm
be62d80a89
NIFI-12896 Added Endpoint Override URL property for PutSNS Processor
...
This closes #8835
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-15 11:10:20 -05:00
sujkim
801a14e7cf
NIFI-12669 Fixed ByteArrayOutputStream.toString() for Java 8 in EvaluateXQuery
2024-05-15 10:57:03 -05:00