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
Jim Steinebrey
47101f760e
NIFI-12669 Fix EvaluateXQuery processor which incorrectly encodes result attributes in certain case
...
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-05-14 11:05:49 -04:00
Rajmund Takacs
2ea497f81c
NIFI-13072: Fix MonitorActivity problems with cluster scope flow monitoring
...
This closes #8669 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
(cherry picked from commit bffacdec982a9f3f0bf6004bcecbd21d1049e401)
2024-05-12 23:23:54 +02:00
dan-s1
634d2bd7d3
NIFI-13156 Replaced JsonParser deprecated getCurrentName() with currentName()
...
This closes #8807
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 811a491ba51c3fa18cb6b6cd2fa93e5f69602909)
2024-05-10 11:16:24 -05:00
lehelb
5bd3f74b99
NIFI-13208 Increased PropertyDescriptor visibility in HadoopDBCPConnectionPool
...
This closes #8805
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 49a9f4f54460b940321fae2698464058ee0f81b4)
2024-05-10 11:14:01 -05:00
Joseph Witt
cf199a6b8b
NIFI-13172 Deprecated nifi-kafka-connect components
...
This closes #8803
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-10 08:12:29 -05:00
exceptionfactory
99603eb6b8
NIFI-13201 Deprecated Accumulo Components for Removal
...
This closes #8793
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-05-09 16:09:58 -07:00
Joe Gresock
d2993b2463
NIFI-13191 Deprecated InvokeAWSGatewayApi
...
This closes #8788
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-09 15:13:25 -05:00
Peter Turcsanyi
dc39334b37
NIFI-13181 Updated msal4j to 1.15.0
...
This closes #8777
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-05-08 11:47:39 -07:00
Joseph Witt
7b366754b7
NIFI-13151 Deprecated Couchbase Components
...
This closes #8756
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-06 15:13:20 -05:00
Joseph Witt
da71773ef0
NIFI-13152 Deprecated DataDogReportingTask
...
This closes #8754
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-05-06 15:00:54 -05:00
Joseph Witt
00d90e3f4a
Revert "NIFI-12231 FetchSmb supports Move and Delete Completion Strategies"
...
This reverts commit d3a7549e8109774b06e79f13d570ef5da04c451f.
2024-05-06 11:37:56 -07:00
Pierre Villard
8771c1e3d2
Merge branch 'NIFI-13133-RC1' into support/nifi-1.x
2024-05-06 21:06:41 +03:00
Pierre Villard
a4d1123820
NIFI-13133-RC1 prepare for next development iteration
2024-05-06 21:03:21 +03:00
Pierre Villard
c94be900cf
NIFI-13133-RC1 prepare release nifi-1.26.0-RC1
2024-05-06 21:03:20 +03:00
Peter Turcsanyi
d3a7549e81
NIFI-12231 FetchSmb supports Move and Delete Completion Strategies
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8617 .
2024-05-06 20:32:00 +03:00
Pierre Villard
5adc0d8cb8
NIFI-13137 - Switch to Zulu for MacOS Java 8 action
...
This closes #8739 .
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-05-04 14:50:22 -07:00
Pierre Villard
42eed224de
NIFI-13008 - CLI command to upgrade all instances of a versioned flow
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #8735 .
2024-05-03 13:46:57 -04:00
Pierre Villard
16584a9560
NIFI-13133-RC1 prepare for next development iteration
2024-05-03 12:17:24 +02:00
Pierre Villard
338083f685
NIFI-13133-RC1 prepare release nifi-1.26.0-RC1
nifi-1.26.0-RC1
rel/nifi-1.26.0
2024-05-03 12:17:19 +02:00
Joseph Witt
540cddee46
NIFI-13131 dependency updates
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #8732 .
2024-05-03 10:55:47 +02:00
Matt Burgess
d1579b4d21
NIFI-13121: Handle runtime exceptions in FetchHDFS
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #8727 .
2024-05-02 06:50:24 -04:00
Joe Gresock
165a174c0a
NIFI-13103: Make AutoCommit default to no value set in PutDatabaseRecord
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #8723
2024-05-01 17:20:27 -04:00
Joseph Witt
c23f63ad17
NIFI-13006 Deprecated nifi-solr-bundle components
...
This closes #8706
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-04-27 22:48:47 -05:00
exceptionfactory
13d4710545
NIFI-12960 Corrected default Protection Type in ExcelReader
2024-04-24 23:40:45 -05:00
dan-s1
bf06ff4f0b
NIFI-12960 Support reading password-protected files in ExcelReader
...
This closes #8658
Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit d54e85fab2464f72935421be58ccb76d14dfd49d)
2024-04-24 23:06:02 -05:00
Mark Payne
e8d14961b0
NIFI-13084 Backport Allow disabling scientific notation when writing JSON (NIFI-12697)
...
Co-authored-by: krisztina-zsihovszki <zsikrisz@gmail.com>
2024-04-24 16:37:56 +02:00
Mark Payne
91976349f0
NIFI-13090 Backport Improve handling of embedded JSON records (NIFI-12480)
...
Co-authored-by: krisztina-zsihovszki <zsikrisz@gmail.com>
2024-04-24 14:38:03 +02:00