exceptionfactory
7019e182b5
NIFI-10835 Improved performance of TestControlRate
...
- Added LongSupplier for TimedBuffer and ControlRate classes to support overriding System.currentTimeMillis()
This closes #6671
Signed-off-by: Paul Grey <greyp@apache.org>
2022-11-22 13:14:04 -05:00
Curtis Ruck
54108689b6
NIFI-10842 Added HTTP Protocols to StandardOauth2AccessTokenProvider
...
This closes #6686
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 08:26:32 -06:00
sopan98
2d70bfb380
NIFI-10744 Changed HashSet to LinkedHashSet in SegmentContent for deterministic handling
...
This closes #6700
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-22 08:07:58 -06:00
exceptionfactory
4725ca36ba
NIFI-10849 Changed Maven compile to test-compile in GitHub ci-workflow
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6691 .
2022-11-22 13:23:55 +01:00
exceptionfactory
6b188636ff
NIFI-10188 Added jaxws-api for ConsumeEWS on Java 11
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6697
2022-11-21 18:30:33 -05:00
dan-s1
844f311c52
NIFI-9107 Converted remaining nifi-enrich-bundle tests from JUnit 4 to 5
...
This closes #6698
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-21 16:54:58 -06:00
dan-s1
f3d2dfaf5c
NIFI-9165 Converted remaining nifi-standard-bundle tests from JUnit 4 to JUnit 5
...
This closes #6696
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-21 16:53:14 -06:00
Paul Grey
620b7365c2
NIFI-10851 Corrected removal of Controller Service references on property updates
...
- Convert unit test to JUnit 5
This closes #6695
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-21 16:45:54 -06:00
Mark Payne
2126dbbe29
NIFI-10660: When converting Avro GenericRecord to a java Map, check GenericRecord's schema to see if field exists before calling Record.get().
...
NIFI-10660: Added unit tests; fixed bug to ensure that we use the desired field name when checking if it exists in schema
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6688
2022-11-21 15:09:31 -05:00
Mike Thomsen
e172a3f224
NIFI-10840 Added a build profile to enable Neo4J 5 support
...
This closes #6684
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-21 14:07:27 -06:00
Mark Bean
66be1cf0b2
NIFI-10852 Allow commons-compress to use large OS groupid values
...
This closes #6694
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-21 14:05:26 -06:00
Chris Sampson
d23e50168f
NIFI-10776 Added NONE and PKI AuthorizationSchemes for ElasticSearchClientService
...
This closes #6662
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-21 13:52:18 -06:00
aksharau
a861bab34d
NIFI-9920 Fetching all bulletins of a process group on update process group ( #6335 )
2022-11-21 11:24:47 -05:00
Mark Bathori
594e93d97e
NIFI-10812: Remove duplicate record template creation from Iceberg record converter
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6659
2022-11-20 17:26:49 -05:00
Bence Simon
4fe65f1b81
NIFI-10828 Adding new REST API endpoint for exposing versioned flow details
...
NIFI-10828 Fixing documentation
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6674
2022-11-20 17:05:50 -05:00
Lehel Boér
81b36e69ae
NIFI-10389 Added mime.type to GetShopify and GetHubSpot
...
This closes #6682
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-18 10:42:43 -06:00
mr1716
c63a668ac5
NIFI-10808 Upgraded Guava from 31.0.1 to 31.1
...
This closes #6683
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-18 10:18:13 -06:00
Robert Kalmar
89426d167b
NIFI-10370 Create PutSnowflake processor using Snowpipe ingest
...
This closes #6584 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-18 16:19:03 +01:00
Pierre Villard
2698282615
NIFI-10804 - Update okhttp-digest to 2.7
...
This closes #6681
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-18 08:35:12 -05:00
Pierre Villard
f717025380
NIFI-10807 - Update gson to 2.10
...
This closes #6680
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-18 08:34:17 -05:00
Pierre Villard
87f02d26d9
NIFI-10809 - Update greenmail to 1.6.11
...
This closes #6679
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-18 08:33:34 -05:00
Pierre Villard
7374f9d2b2
NIFI-10810 - Update HTTPAsyncClient to 4.1.5
...
This closes #6678
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-18 08:32:52 -05:00
Pierre Villard
85a95550bb
NIFI-10806 - update snmp4j dependencies
...
This closes #6677
Signed-off-by: Mike Thomsen <mthomsen@apache.org>
2022-11-18 08:32:06 -05:00
Kevin Doran
78f206a811
NIFI-10820 Change Docker base image to eclipse-temurin
...
NIFI-9656 Change Docker images to use Java 11
This closes #6673
Signed-off-by: Chris Sampson <chris.sampson82@gmail.com>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-18 10:50:37 +00:00
Matthew Burgess
214bd2f00c
NIFI-7862: Add UpdateDatabaseTable processor for auto table structure updates
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #5523 .
2022-11-17 14:38:52 -05:00
krisztina-zsihovszki
dfdd86cff7
NIFI-10793 Comment is not populated when process group is created via API
...
This closes #6653 .
Signed-off-by: Tamas Palfy <tpalfy@apache.org>
2022-11-17 16:04:46 +01:00
Arpad Boda
7a449dbcee
NIFI-10833 - Fix grammar error in ListenHTTP log msg
2022-11-16 19:40:20 -05:00
sedadgn
009d641576
NIFI-10787 - Cannot commit flows to nifi registry after updating our nifi release to 1.18.0
...
NifiRegistryFlowRegistryClient defines the PropertyDescriptor PROPERTY_URL name as small case "url". The map bases on the name property of the PropertyDescriptor object. Here searching with uppercase value of "URL" causes the map lookup to fail and cause a NPE later on. Therefore, it is changed as "url"
NIFI-10787 - Added constant for property descriptor "url" in NiFiRegistryFlowMapper to make it more clear.
NIFI-10787 - Added change to unit test.
NIFI-10787 - Updated unit test to validate that NiFi registry url is being set and retrieved.
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6655 .
2022-11-16 19:07:15 -05:00
Mark Payne
d7f2eb7c26
NIFI-10818: Fixed bug in which oldest bin in MergeContent was not being evicted in order to make room for a new bin when using a correlation attribute. Added additional tests for JoinEnrichment to ensure that the changes had no adverse effects on that processor. Found a bug when running that test in MockProcessSession so also addressed the bug (ConcurrentModificationException).
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6668
2022-11-16 16:49:29 -05:00
greyp9
30facedc43
NIFI-9822 - ConsumeKafkaRecord allows writing out Kafka record key ( #6131 )
...
* NIFI-9822 - ConsumeKafkaRecord allows writing out Kafka record key
* publisher wrapper record; property naming and display order; doc updates
2022-11-16 16:07:43 -05:00
exceptionfactory
9e3987d04e
NIFI-10826 Separated Maven Compile and Verify in ci-workflow
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6666
2022-11-16 12:56:33 -05:00
exceptionfactory
bd89d66539
NIFI-7392 Corrected TestValidationJson for Windows build
2022-11-16 11:29:12 -06:00
mr1716
83ff168ac1
NIFI-10763 Upgraded mysql-binlog-connector-java from 0.26.1 to 0.27.5
...
This closes #6667
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-16 10:19:19 -06:00
r65535
a702a8c215
NIFI-7392 Added ValidateJson to Standard Processors
...
This closes #6337
Co-authored-by: dan-s1 <dsteig1@gmail.com>
Co-authored-by: r65535 <ryan77056@gchq.gov.uk>
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-16 10:02:17 -06:00
exceptionfactory
0135191106
NIFI-10821 Upgraded Netty from 4.1.84 to 4.1.85
...
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>
This closes #6665 .
2022-11-16 10:55:13 +01:00
Nathan Gough
1b8cd8349b
NIFI-10703 - Updated VersionedDataflow to support MaxEventDrivenThreadCount
...
NIFI-10703 - Also setting the maxEventDrivenThreadCount on the controller when using a versioned flow.
NIFI-10703 - Corrected to use getMaxEventDrivenThreadCount(), set a default value for event driven thread count in VersionedDataflow
NIFI-10703 - Updated log message for setMaxThreadCount in FlowController.java
NIFI-10703 - Updated default value for maxEventDrivenThreadCount
NIFI-10703 - Set private for DEFAULT_MAX_EVENT_DRIVEN_THREAD_COUNT
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6638
2022-11-15 21:08:48 -05:00
Ferenc Kis
709110da35
NIFI-10701 Update MiNiFi docker base images to eclipse-temurin
...
This closes 6587.
Signed-off-by: Kevin Doran <kdoran@apache.org>
2022-11-15 20:08:41 -05:00
Matthew Burgess
f2774c4924
NIFI-9814: Add range sampling to SampleRecord
...
- Incorporated review comments
This closes #5878
Signed-off-by: Paul Grey <greyp@apache.org>
2022-11-15 18:49:51 -05:00
Nandor Soma Abonyi
241d619138
NIFI-10775 Improve support for DescribedValue in PropertyDescriptor.Builder
...
This closes #6650 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-15 22:17:21 +01:00
Mark Payne
bda624823b
NIFI-10817: Moved the calls in StandardProcessSession to 'resetState()' and 'acknowledgeRecords()' from the outer commit(boolean) to the inner commit(Checkpoint, boolean). By moving the call here, the logic of StandardProcessSession is unaffected. But the StatelessProcessSession that inherits from it now has the benefit of having the state cleaned up when calling super.commit(Checkpoint, boolean).
...
Signed-off-by: Matthew Burgess <mattyb149@apache.org>
This closes #6663
2022-11-15 15:47:32 -05:00
Malthe Borch
a71556f115
NIFI-10491 Added Conflict Resolution Strategy to PutAzureBlobStorage_v12
...
This closes #6443
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-15 14:40:23 -06:00
mr1716
491f21bf90
NIFI-10727 Upgraded grpc libraries from 1.48.0 to 1.50.2
...
This closes #6660
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-15 14:24:17 -06:00
Paul Grey
25b6e2c9cd
NIFI-10815 Fixed initial internal yield duration when processor created
...
This closes #6664
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-15 14:14:50 -06:00
Tamas Palfy
56af75f5bd
NIFI-10722 - Add handling of TBCD-STRING in nifi-asn1-services
...
This closes #6611
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-15 14:12:22 -06:00
Mark Bathori
4083e07447
NIFI-10801: Fix hive metastore based tests in Iceberg processors
...
This closes #6656 .
Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>
2022-11-15 20:12:37 +01:00
Mark Bean
2bfefc3e5b
NIFI-10243: allow ControlRate to throttle on combination of data rate or flowfile rate
...
NIFI-10243: fix typos
NIFI-10243: re-ordered property in ControlRate
NIFI-10243: minor updates to make code cleaner based on PR comments
Signed-off-by: Nathan Gough <thenatog@gmail.com>
This closes #6506 .
2022-11-14 23:04:55 -05:00
Shawn Weeks
e8774979de
NIFI-10751 Add Username to User and Group CRUD ( #6614 )
2022-11-14 13:49:07 -05:00
Emilio Setiadarma
d06c19180a
NIFI-9697: Implemented AzureKeyVaultSecretsParameterProvider and AzureKeyVaultCredentialsService; Implemented unit tests as well as the documentation for the Parameter Provider
...
Signed-off-by: Joe Gresock <jgresock@gmail.com>
This closes #6545 .
2022-11-14 13:25:47 -05:00
Nathan Gough
23e8a19417
NIFI-10705 - Primary keys were not being included in ConvertJSONToSQL UPDATE queries when 'User statement.type Attribute' was used.
...
This closes #6652
Signed-off-by: David Handermann <exceptionfactory@apache.org>
2022-11-14 09:23:10 -06:00
Bryan Bende
7de74ad3f0
NIFI-10802 Apply bundle updates before properties in component synchronizer ( #6654 )
...
This closes #6654
2022-11-14 09:09:44 -05:00