This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a change to tag HDF-3.5.2.9-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git


*** WARNING: tag HDF-3.5.2.9-1-tag was deleted! ***

     was d582628a30 NIFI-8054: Updated ReflectionUtils to use a WeakHashMap for 
the mapping of annotations to methods with that annotation. This way, the 
ReflectionUtils class will not hold a reference to Classes that are no longer 
referenced elsewhere. (#4694)

This change permanently discards the following revisions:

 discard d582628a30 NIFI-8054: Updated ReflectionUtils to use a WeakHashMap for 
the mapping of annotations to methods with that annotation. This way, the 
ReflectionUtils class will not hold a reference to Classes that are no longer 
referenced elsewhere. (#4694)
 discard b1c6642eba NIFI-8017 NPEx at org.apache.nifi.provenance.index.lucene. 
IndexDirectoryManager:486
 discard c8a77abb34 NIFI-8020 Make sure TailFile doesn't leave FileChannel open 
when handling NUL characters
 discard 009afa9f83 NIFI-7996 Conversion with ConvertRecord to avro results in 
invalid date
 discard 7bbc05637b NIFI-7972 Add a boolean property by which the user can tell 
the processor to yield (and try again later) whenever it encounters a NUL 
character.
 discard 9f26d4abf4 NIFI-6820 If Processor adjusts a counter but does not 
interact with any FlowFiles, the counter isn't updated
 discard 1555ba5388 NIFI-7993 - Upgraded Jetty dependency and fixed a minor 
issue with Jetty security filter tests.
 discard 329f58d2a8 Revert "NIFI-7452: Support adls_gen2_directory in Atlas 
reporting task"
 discard 9c7d636d14 NIFI-7999: Do not call 
NioAsyncLoadBalanceClient.nodeDisconnected() if node was already in a 
disconnected state. Doing so was resulting in that method being called 
constantly on startup, and with the synchronization in place that can result in 
a huge performance hit on startup. Also updated RemoteQueuePartition to move a 
small predicate into its own method. This was done because the predicate was 
previously defined within a synchronized method, which meant that invokin [...]
 discard dedaa8a09f NIFI-7994: Fixed ReplaceText concurrency issue
 discard 4d5a501b59 NIFI-7992: Periodically check disk usage for content repo 
to see if backpressure should be applied. Log progress in background task. 
Improve performance of background cleanup task by not using an ArrayList 
Iterator and constantly calling remove but instead wait until the end of our 
cleanup loop and then removed from the list all elements that should be removed 
in a single update
 discard 76313c026b NIFI-7954 Wrapping HBase_*_ClientService calls in 
getUgi().doAs() (#4629)
 discard 4973cc1722 NIFI-7968 Ensure the status login user is set in 
UserGroupInformation after creating a UGI from a Subject
 discard 06a58efae4 NIFI-7959 Handling node disconnection in MonitorActivity 
processor - Make reporting in clustered scope to dependent of expected cluster 
state in order to prevent unexpected flow file emission
 discard 317f27b188 NIFI-7976: Infer ints in JSON when all values fit in 
integer type NIFI-7976: Fixed unit test
 discard bc55abae07 NIFI-7452: Support adls_gen2_directory in Atlas reporting 
task
 discard 3d23cb3e28 NIFI-7914 Bumped H2 dependency to 1.4.199. Bumped icu4j 
dependency to 60.2. Replaced jackson-mapper-asl dependency with 
jackson-databind. Fixed an error comparing key identities in TestKeyService. 
Replaced jackson-mapper-asl ObjectMapper with jackson-databind ObjectMapper in 
LivySessionController.
 discard 5070e0ba58 INTERNAL COMMIT - Fix cherry pick issue
 discard eed61721a4 NIFI-7956: This closes #4626. Added option of rolling back 
session on error instead of routing to failure for PutKudu
 discard 2ae31f5864 NIFI-7953: Updated 
ConsumeKafka_2_0/ConsumeKafkaRecord_2_0/ConsumeKafka_2_6/ConsumeKafkaRecord_2_6 
to allow separating records by key
 discard 33898bc845 NIFI-7952: Allow RecordPath to be used for specifying the 
Insertion Operation and the data to be inserted into Kudu
 discard fd81509581 NIFI-7584 Added OIDC logout mechanism. Added method to 
validate the OIDC Access Token for the revoke endpoint. Created a new callback 
URI of oidc/logoutCallback to handle certain OIDC logout cases. Changed method 
to exchange the Authorization Code for a Login Authentication Token. Added a 
new method to exchange the AuthN Code for an Access Token. Changed method to 
convert OIDC Token to a Login AuthN Token instead of a NiFi JWT. Created new 
OidcServiceGroovyTest class.
 discard 9219c34bf2 NIFI-7925 removed flow.xml.gz which made its way into the 
commit - but full build doesnt need nor can we have
 discard 66fd0af36c NIFI-7920: When node that is connected to cluster is asked 
to reconnect, ensure that it relinquishes role of Cluster Coordinator and 
Primary Node
 discard 7b28ad5daf NIFI-7923 Catch Throwable instead of Exception in 
NarAutoLoaderTask so that thread won't die (#4623)
 discard 36dfbcb01d NIFI-7637: Ensure all array elements are compatible in 
DataTypeUtils.isArrayTypeCompatible() (#4612)
 discard 369a5c5324 NIFI-7984 Use UGI doAs in DeleteHDFS (#4622)
 discard fdefe9d76a NIFI-7929 Resolving conflicts after rebasing on top of 
NIFI-7719
 discard c638b3468a NIFI-7929: connectionTimeout and readTimeout options are 
not exposed in the CLI
 discard 02f782ac1e NIFI-7944: When checking if a Component can reference a 
Controller Service, NiFi would sometimes fail to find that Controller Service 
because it was looking based on the wrong Process Group. Fixed that. (#4619)
 discard 640b2ee5fe CFM-1551: Fix build issue - remove not existing module
 discard 45c49ce965 NIFI-7941 Add NiFi Registry mode options and examples to 
Encrypt-Conf… (#4616)
 discard c9ea76cfce NIFI-7943 - Add application properties to GetAzureEventHub
 discard f07e2e935f NIFI-7825: Support native library loading via absolute path
 discard ff4986bf90 NIFI-7854 - Add proxy username/password support to SQS 
processors
 discard 84c15442e6 NIFI-7719 Initial refactoring to NiFiClient in CLI to 
support additional authentication mechanisms
 discard aa1c895df7 NIFI-7942 Fixing ordering issue when counter based metrics 
are added by component
 discard ac9b1de3f6 NIFI-7549 Adding Hazelcast based DistributedMapCacheClient 
support
 discard 409534d424 NIFI-7925: ValidateRecord reports false positive for avro 
arrays with null elements
 discard 6ea6a7f64d NIFI-7933 - Set proper property descriptor for CSV Escape
 discard 4c46333911 NIFI-7916 refactor CountText to ignore whitespace words 
when counting
 discard 09589e0738 NIFI-7909: Change DataTypeUtils.toInteger() to use 
Math.toIntExact()
 discard 5410f3b084 NIFI-7534 Consume MQTT Processor. Support Expression 
Language for Topic Filter property
 discard 44782da30b NIFI-7815: Enhance the logging in MergeContent processor
 discard b9064518b5 NIFI-7871 Correct errors for UUID3, UUID5 and hash 
functions in EL Guide Added links to UUID function in docs.
 discard 2ad6af5bcd NIFI-7892 Created a Logout page to inform users of a 
complete logout when OIDC is configured. (#4579)
 discard ef28f13b12 NIFI-7777 Removed support for Expression Language from 
Password property Added unit test for no password configured on Zip files
 discard c9310d9f8b NIFI-7777 Added optional Password property to UnpackContent 
for decrypting Zip archives
 discard 702670bf54 NIFI-7796: Add Prometheus counters for total bytes 
sent/received (#4522)
 discard 5e13c761e5 NIFI-4897 Add documentation to user guide for terminating a 
processor NIFI-4897 fixed typos in new section
 discard f8eb8337f1 NIFI-7874: Fixed bug that results in buffering all S3 
elements in heap before emitting any of them. Added Batch Size property to 
ListS3
 discard 2d5981a3b8 NIFI-7685: Add UTF8 support for FetchFTP
 discard 85e54e5f53 NIFI-7859: Support for capturing execution duration of 
query run as attributes in SelectHiveQL processors
 discard bab8459949 NIFI-7867: Add break statement to prevent diagnostics from 
running env afterward
 discard f2eeed2be5 NIFI-2580 Added a little explanation note about a common 
issue new users face with jsonpath.
 discard 62fe613f1d NIFI-7830: Support large files in PutAzureDataLakeStorage
 discard 571a5471e2 NIFI-7827 - PutS3Object - configuration of the multipart 
temp dir (#4541)
 discard 3a90c6711d NIFI-7817 - Fix ParquetReader instantiation error (#4538)
 discard 65b5d380e8 NIFI-7503: PutSQL - only call commit() and rollback() if 
autocommit is disabled
 discard 92326b75fa NIFI-7843 Recursive avro schemas fail to write with 
RecordWriter
 discard 6377d2e888 NIFI-7852: Small correction in additional details of 
LookupRecord
 discard 8b68357eee NIFI-7565 Add support for DATE to Kudu NAR bundle - update 
Kudu dependencies to Kudu 1.13.0 - add support for passing java.sql.Date for 
Kudu DATE columns - add tests for passing java.sql.Date to DATE columns
 discard 1782f8761a NIFI-4303 Add routingKey to ConsumeAMQP processor
 discard 68802728b4 NIFI-5829 Create Lookup Controller Services for 
RecordSetWriter and RecordReader
 discard 971aab6ba0 NIFI-7624: ListenFTP processor
 discard f92a6818fe NIFI-7429 Adding status history for system level metrics
 discard a9d4c64cd7 NIFI-7557: uses a canonical representation of strings when 
recovering data from FlowFile Repository in order to avoid using huge amounts 
of heap when not necessary - Fixed some problems with unit/integration tests
 discard b103ed038b NIFI-7745: Add SampleRecord processor
 discard a32da05a58 RELENG-11725 Bumping node version to fix centos7-ppc build
 discard bc4dae5ff4 Revert "NIFI-7372 Added test for ZooKeeperStateServer"
 discard eb8de4321f Revert "NIFI-6578 - Upgraded zookeeper framework version. 
Some code changes required. This change also required a change to the embedded 
zookeeper. - Updating tests to account for the new node /zookeeper/config 
Upgraded Zookeeper and Curator versions for zookeeper migrator in toolkit. 
Updated tests to allow for new znode /zookeeper/config - Added documentation 
changes to reflect changes to the zookeeper.properties file going foward."
 discard fa12ad7b05 [INTERNAL COMMIT] - Explicitly including 
commons-configuration2 in the ranger credbuilder lib until Ranger resolves issue
 discard 5d9d190a65 CFM-1187 Fix build issues caused by Hive dependencies
 discard 335e365c52 Revert "NIFI-6687: - Updating exclusions and overrides 
accordingly for Ranger 2.0."
 discard 46cfefe08e Revert "NIFI-6687: - Using correct NiFi Ranger Service name 
in unit tests."
 discard 7ae57fa0dd Revert "NIFI-6843: - Bumping ranger version to 2.0.0."
 discard ec7111e3c7 Revert "NIFI-7798 Upgrade to apache ranger 2.1.0 client"
 discard 6f3f29f62a CFM-583 Downgrading Atlas version 2.0.0 to 1.1.0.3.1.4.0-315
 discard de8d64604d CFM-687 Fix centos7-ppc build issue
 discard 515ffe8f21 CFM-1187 BUG-117601: - Apply branding.
 discard 8d60af38a7 CFM-1187 Restoring dropped nars
 discard 1ac360b88e CFM-753 Fix nifi integration tests
 discard 16dcd0eb9b CFM-1187 Hive dependencies
 discard 7adcf99741 [CFM-985] exclude dependency and specify version explicit

Reply via email to