637 Commits

Author SHA1 Message Date
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
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
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
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
lehelb
b2842fd00a
NIFI-12890: Refactor HadoopDBCPConnectionPool to extend AbstractDBCPConnectionPool
This closes #8623.

Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2024-04-11 22:03:20 +02:00
exceptionfactory
e269304e23
NIFI-12943 Upgraded Hadoop from 3.3.6 to 3.4.0
Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-03-25 19:25:54 -05:00
dependabot[bot]
4c786d9bad
NIFI-12931 Upgraded Commons Configuration from 2.9.0 to 2.10.1
This closes #8541

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-21 23:11:13 -05:00
lehelb
d1387c4773
NIFI-12877 Added Sensitive Dynamic Property Support to RestLookUpService
This closes #8525

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 129130fc0966fee6dfcf8fa514841ebc07045579)
2024-03-18 08:56:11 -05:00
Pierre Villard
e48a8b5d4e
NIFI-12909 Upgraded Nimbus JOSE+JWT from 9.33.0 to 9.37.3
This closes #8519

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-03-15 15:45:39 -05:00
EndzeitBegins
4093fc1ab0
NIFI-12901 Removed time units in description of time period properties
This closes #8504

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 27fa595b25c848bc06579748c17be2b0bf6dcd2e)
2024-03-14 23:03:16 -05:00
ravisingh
eeafa8354a NIFI-12828: Added Mapping for BIT type to return INT and handled boolean case for postgres
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2024-02-29 14:02:55 -05:00
Peter Turcsanyi
3baf052aae
NIFI-12769 Updated copyright year to 2024 in NOTICE file headers
This closes #8385.

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-02-09 14:24:40 -07:00
Rajmund Takacs
ba2e24b68f NIFI-12745: Fix AvroReader silently dropping malformed records
This closes #8361.

Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2024-02-08 19:30:17 +01:00
Matt Burgess
f4a1004d30
NIFI-12731: Ensure state is updated in GetHBase whenever the session is committed
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8347.
2024-02-02 09:04:21 +04:00
Pierre Villard
65c33d08aa
NIFI-12662-RC1 prepare for next development iteration 2024-01-25 16:18:10 +04:00
Pierre Villard
6ecc398d3f
NIFI-12662-RC1 prepare release nifi-1.25.0-RC1 2024-01-25 16:17:58 +04:00
dan-s1
89ba16a09a
NIFI-12639 Backported JSON Schema Registry for ValidateJson
This closes #8274

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-24 07:41:09 -06:00
Pierre Villard
c39bdda02f
NIFI-12599 Added READ_FILESYSTEM Permissions to Lookup Services
This closes #8236

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit f95dde16309b9a521bbadb4db639519410bc80e2)
2024-01-12 14:54:41 -06:00
EndzeitBegins
c2bd2a8454
NIFI-12089 Fix typo in additionalDetails of CSVReader
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8227.
2024-01-10 16:41:50 +04:00
exceptionfactory
f5c1351343
NIFI-12395 Upgraded Jackson JSON from 2.15.3 to 2.16.1
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8201.
2024-01-04 13:48:42 +04:00
exceptionfactory
2fcfca53e2
NIFI-12382 Corrected version references for support branch
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2024-01-03 22:40:13 -06:00
Matt Burgess
8a55ceb675
NIFI-12382 Added DatabaseTableSchemaRegistry Service
- Added nifi-db-schema-registry-service-nar

This closes #8042

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 99c843f25ae50ad93f43dc98d67247abb2bd85a1)
2024-01-03 22:20:00 -06:00
dan-s1
d54f2d00cb
NIFI-12404 Added documentation indicating this controller service does not resolve YAML aliases.
This closes #8070.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
2023-11-29 11:22:05 +01:00
dan-s1
6a0ab0caa7
NIFI-12416 Relocated the additionalDetails.html to the appropriate bundle in order for it to be seen when generating the documentation.
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8067.
2023-11-28 18:37:17 +01:00
Pierre Villard
7fedb49a9a
NIFI-12362-RC5 prepare for next development iteration 2023-11-23 11:03:53 +01:00
Pierre Villard
5241f43482
NIFI-12362-RC5 prepare release nifi-1.24.0-RC5 2023-11-23 11:03:47 +01:00
Matt Burgess
75341cc5fa
NIFI-12376: Fix logic error with bitwise operator in AvroReader
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8034.
2023-11-15 22:56:22 +01:00
exceptionfactory
8fda8f2ca5
NIFI-12370 Switched from close() to shutdown() for Java 8
- ExecutorService implements AutoCloseable in Java 21 but not on Java 17 and earlier

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-11-15 04:45:18 -06:00
exceptionfactory
28421e3df0
NIFI-12370 Fixed Distributed Map Cache Client Service Shutdown
- Moved EventLoopGroup from CacheClientChannelPoolFactory to DistributedCacheClient to enable closing the EventLoopGroup after closing the ChannelPool

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

This closes #8027.
2023-11-15 08:29:51 +01:00
exceptionfactory
75351b7067
NIFI-12266 Added Standard Shared NAR and BOM
- Added nifi-standard-shared-nar with common dependencies
- Added nifi-standard-shared-bom with provided scope for parent module references

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

This closes #8008.
2023-11-13 09:27:59 +01:00
exceptionfactory
57cf654a94
NIFI-12276 Addressed Dependency Check Findings
- Upgraded Janino Commons Compiler from 3.1.9 to 3.1.10
- Upgraded Azure SDK BOM from 1.2.16 to 1.2.17
- Upgraded GCP SDK BOM from 26.17.0 to 26.25.0
- Upgraded AWS SDK from 1.12.550 to 1.12.573
- Upgraded Hazelcast from 5.3.2 to 5.3.5
- Upgraded Jersey from 2.39.12 to 2.41
- Upgraded Camel Salesforce from 3.14.5 to 3.14.9
- Unified ZooKeeper versioning on 3.9.1
- Applied Groovy 2.4.21 to Hive 3 and Iceberg components
- Applied gRPC version 1.59.0 to Asana components
- Applied Jettison 1.5.4 to Atlas and Hive 3 components
- Managed JUnit 4 version to 4.13.2 for MockWebServer
- Excluded HBase libraries from Hive 3 following Iceberg approach
- Excluded Htrace from HBase components
- Upgraded OWASP Dependency Check from 8.4.0 to 8.4.2
- Removed non-applicable dependency check suppressions
- Added dependency check suppressions for non-applicable findings

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

This closes #7989.
2023-11-07 13:00:11 +01:00
exceptionfactory
f90eddb36f
NIFI-12287 Standardized skipping Source and Javadoc for NAR modules
- Added nar-packaging and war-packaging profiles to root Maven configuration
- Removed individual properties from NAR module configurations

Backported #7947 and removed properties for applicable modules.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
2023-10-31 15:02:20 -05:00
exceptionfactory
f37b77f64c
NIFI-12287 Standardized skipping Source and Javadoc for NAR modules
- Added nar-packaging and war-packaging profiles to root Maven configuration
- Removed individual properties from NAR module configurations

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

This closes #7947.

(cherry picked from commit 2366132e92951a8fc27097c777d3104a1c396f7b)
2023-10-31 14:35:54 -05:00
dan-s1
6ce63c0bfe
NIFI-11197 Added YamlTreeReader
- Adjusted JsonTreeReader implementation for sharing common Jackson components

This closes #7665

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 4b95129f962b0dfa2b1119f54d096c3a8464cfa5)
2023-10-23 15:29:30 -05:00
Chris Sampson
acddeb1cf4
NIFI-12153 Added Allow Comments and Max String Length to JSON Readers
This closes #7823

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 099ceec7ede8d0427f588bf71aec7b3e006a2a4b)
2023-10-09 11:04:53 -05:00
exceptionfactory
9bd7b91514
NIFI-12163 This closes #7835. Improved Syslog 5424 Line Handling
- Eliminated unused parseEvent method signatures from StrictSyslog5424Parser in favor of a single String line method
- Eliminated intermediate conversion from String to byte array and back to String for Syslog Parser

Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-10-03 19:46:23 -07:00
Peter Turcsanyi
39d65161ef
NIFI-12151 Fixed StandardPrivateKeyService fails due to missing BouncyCastleProvider
This closes #7817

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 8c5d85a28d48e190ca862fbc7e10f1a66a9e72e7)
2023-09-30 11:02:46 -05:00
Pierre Villard
96bbdfe97f
NIFI-12102 Fixed deprecation warnings when instantiating primitive types
This closes #7769

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit 5405a3b08b8a20c5f65102b684b525a9a4f7c01c)
2023-09-21 13:42:11 -05:00
Peter Turcsanyi
e07bb19233
NIFI-12075 Deprecated ComponentLog methods with Object[] and Throwable
- Updated component references to remove use of Object[] wrapping for log methods

This closes #7758

Signed-off-by: David Handermann <exceptionfactory@apache.org>
2023-09-19 13:23:07 -05:00
Joseph Witt
5baaa2185f
NIFI-12066 a series of minor version bumps for key dependencies 2023-09-15 13:21:41 -05:00
exceptionfactory
ab67daf891
NIFI-12034 This closes #7729. Upgraded Apache Commons Compress from 1.23.0 to 1.24.0
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-14 13:32:24 -07:00
exceptionfactory
4edf713bae
NIFI-12057 Refactored Groovy tests to Java in nifi-lookup-services
Signed-off-by: Joseph Witt <joewitt@apache.org>
2023-09-14 08:50:06 -07:00
Matt Burgess
af8128bb5c
NIFI-12010: Handle auto-commit and commit based on driver capabilities in SQL components
Signed-off-by: Arpad Boda <aboda@apache.org>

This closes #7663
2023-09-11 21:38:18 +02:00
Matt Burgess
1a9e972721 NIFI-11195: Fixed NiFi versions for backport 2023-08-29 15:43:06 -04:00
exceptionfactory
fec34036a5 NIFI-11195 Refactored Identity Mapping to nifi-security-identity
- Moved StringUtils from nifi-properties to nifi-property-utils
- Moved Peer Identity methods from CertificateUtils to specific Site-to-Site classes

Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6977.
2023-08-29 15:43:06 -04:00
Emilio Setiadarma
db83d362f8
NIFI-11519 Fixed DBCPConnectionPool Sensitive Dynamic Properties
- Added handling for property names marked as sensitive but not having the SENSITIVE prefix for backward compatibility

This closes #7646

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit af365414e9393b521ea314028d7a49d07f005c9b)
2023-08-28 12:38:15 -05:00
Nandor Soma Abonyi
85ec0d9163
NIFI-11912 Added Proxy support to StandardOauth2AccessTokenProvider
This closes #7609

Signed-off-by: David Handermann <exceptionfactory@apache.org>
(cherry picked from commit e9b62f7b835569e2ee29e00aa897a3fb2ccf2688)
2023-08-23 16:25:57 -05:00
exceptionfactory
1fdca9128b NIFI-11920 Improved JDBC and JNDI JMS Connection URL Validation
Signed-off-by: Matt Burgess <mattyb149@apache.org>
2023-08-09 13:00:11 -04:00