This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-2.1.4.2-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-2.1.4.2-1-tag was deleted! ***
was 9a3ee4ffe6 NIFI-10001: Fixed bugs that caused some components to not
have their scheduled state updated. (#6049)
This change permanently discards the following revisions:
discard 9a3ee4ffe6 NIFI-10001: Fixed bugs that caused some components to not
have their scheduled state updated. (#6049)
discard 58b2ea1e42 NIFI-10001: When enabling a collection of Controller
Services, change… (#6042)
discard 58525e345c NIFI-10031 Downgraded Jakarta Mail from 2.0.1 to 1.6.7
(#6052)
discard aa05af1a64 NIFI-10026 This closes #6043. Added jakarta.activation
runtime dependency to bootstrap
discard cfc73285ee NIFI-10020 This closes #6039. Corrected
ClassNotFoundException in EmailNotificationService
discard 5c972884c0 NIFI-10023: Ensure that any files that are archived upon
startup properly increment the archival count in the content repo
discard 273445829e NIFI-9944 Configured maven-dependency-plugin for JavaScript
test JAR
discard 221917aab2 NIFI-9944: Fixed issue with using modules in
InvokeScriptedProcessor
discard dc53396de7 NIFI-10036: Corrected Elasticsearch Client Service to
prefix paths for all requests
discard d26331df15 NIFI-9993: Fixed bug in initialization in which the Content
Repo did not properly increment the counter for how many files exist in the
archive directories. This was causing the counter to become negative in some
cases, which caused processors to incorrectly pause, waiting for content
archive cleanup to occur when, in fact, there were no files archived
discard 43bf2c1f35 NIFI-9988 Corrected Property Decryption for Authorizers and
Providers
discard 6c57cdb935 NIFI-9980 Corrected conflicting GCP dependencies
discard 273b016c82 NIFI-9978: - Updating the condition under which we show the
Download Flow menu items.
discard e1c24a130d NIFI-9956: Fix QuerySalesforceObject schema parsing with
nested field strategy
discard 6c07bd859a NIFI-9888 Fix Azure header datetime format
discard 7be3e77103 NIFI-9954 This closes #5993. Upgraded Spring Framework from
5.3.18 to 5.3.19
discard 39b0e4082c Revert "CFM-2558 Add UT code coverage reporting to
Sonarqube for CFM-2.1.4.0"
discard 6d54c3a7eb CFM-2682 NIFI-9955 Upgraded ZooKeeper 3.4.14 to 3.5.9 in
Kite bundle
discard 4d41c38808 NIFI-9955 Upgraded ZooKeeper 3.4.14 to 3.5.9
discard eb55920d7a CFM-2682 NIFI-9952 Adjusted Kite bundle to centrally
managed jackson dependencies
discard 28c2bda4d6 NIFI-9901 Removed provided scope from nifi-xml-processing
registry-ranger
discard 857e7e8e97 NIFI-9952 Upgraded Jackson BOM to 2.13.2.20220328
discard ec6deed8a6 NIFI-9950 Identify MariaDB database type and use MySQL
migration scripts
discard 557be896c3 NIFI-9949 This closes #5988. Corrected intermittent
failures in TestPutSFTP
discard 7e0b42d484 NIFI-9943 Added Transform Provider to nifi-xml-processing
discard f9bd80ccfd NIFI-9941 - fix handling of ReportingTask stop request
discard fcc0eab385 NIFI-9883 Updated Ranger assembly exclude property
protection modules
discard 0efa3571d4 NIFI-9942 Removed load test from TestPutUDP
discard 03cdca8988 fixed error message reporting (#5979)
discard 78d80b5878 NIFI-9861: Removed BlockListClassLoader in favor of
AllowListClassLoader
discard c96df2aa91 NIFI-9826 Moved build locale settings from Maven to GitHub
Workflow
discard 08400b5c90 NIFI-9720 Added QuerySalesforceObject Processor
discard 8bb7e5921e NIFI-9776 Adding the possibility to export flow definition
with referenced services (#5859)
discard 05b9a993f7 NIFI-9917 fix the tooltip of "delivery guarantee/best
effort" to a more accurate one
discard 3327d81506 NIFI-9939 Upgraded SSHJ from 0.32.0 to 0.33.0
discard c633def0ed NIFI-9925 Adjust PutUDP and SNMP tests to run without
preferring IPv4
discard ee36bbe0d4 NIFI-9883 Refactor Property Protection using Isolated
ClassLoader (#5972)
discard 3e16e1a8f9 NIFI-9933 Upgraded Apache Ant to 1.10.12
discard 13eec9fd85 NIFI-9934 Remove unused Groovy dependency management from
nifi-graph-test-clients
discard 19c0a8c52f NIFI-9935 Upgraded Zip4j from 2.9.1 to 2.10.0
discard 92c3134077 NIFI-9928 Removed nifi-security-utils from
nifi-prometheus-reporting-task
discard a435fd1db3 NIFI-9899 Corrected MongoDBLookupService attribute handling
discard b6ccd5045c NIFI-9862 Updated JsonTreeReader to read Records from
Nested Field
discard f57c910742 NIFI-9924 Corrected text encoding in PutEmail filenames and
TestFTP
discard 7962a86402 NIFI-9897 This closes #5949. Refactored GRPC SSL
Configuration
discard 142237f9e4 NIFI-9923 Corrected SimpleProcessLogger handling of
Throwable causes
discard c564053b5a NIFI-9901 Added nifi-xml-processing to nifi-commons
discard 73c57f3a6e NIFI-9903: This closes #5955. When using the 'success'
relationship only for LookupRecord, lookup all records until a match is found,
in order to determine the resultant schema. Refactored code to eliminate
AbstractRouteRecord, because LookupRecord is the last processor that extended
from it. Refactored code to use an inner interface to clean up code.
discard 8a33bc5df5 NIFI-9893 - Ensure orderly cluster node removal on node
delete via UI (#5946)
discard 735127afa6 Bump moment (#5951)
discard caead6b61b Bump moment (#5952)
discard 807bab881a NIFI-9884 - JacksonCSVRecordReader ignores specified
encoding
discard db14ac666c NIFI-9875 In
StandardProcessGroupSynchronizer.updateConnectionDestinations handle special
case when output port is moved to a child process group while kept connected.
(#5931)
discard 253fa3355f CFM-2483 Update notice file
discard 8fce6c1ace CFM-2558 Add UT code coverage reporting to Sonarqube for
CFM-2.1.4.0
discard 4e0e7b499d NIFI-9887 Set minimum Java build version to 1.8.0-251
discard 23e9dbe052 NIFI-9832: Fix disappearing XML element content when the
element has attribute (#5896)
discard aa10cfcbb8 NIFI-9871 Correct Component Stack Trace Logging (#5945)
discard 4d245a1bf3 NIFI-9911: Fixed checking HDFS URI in ListHDFS' Directory
property
discard 3c5aeb8362 NIFI-9874: Consider Flow Difference Type of
PARAMETER_CONTEXT_CHANGED an environmental change
discard 3ba8b1b0ad NIFI-9910: This closes #5956. Call toString() on the
provided key in CSVRecordLookupService instead of attempting to cast to a String
discard 98feec5fc4 NIFI-9902 - Improve handling of charsets when performing
string/byte conversions
discard 9c997dcd8d NIFI-9898: Used CloseableHttpClient and replaced deprecated
class/method usages in ProxyAwareTransportFactory in GCP module
discard 53b37c9c58 NIFI-9885: This closes #5938. When creating ContainerState,
ensure that we pass the correct value for the archiveEnabled flag.
discard c8975a0d3b NIFI-9896: Fixed bug with overwriting Script Body value in
InvokeScriptedProcessor
discard 847d0d09f3 NIFI-9886 Upgrade MongoDB driver to version 4.5.0
discard 9e5cad1851 NIFI-8677 Added endpoint suffix for Azure EventHub
Processors
discard 9572704d26 NIFI-9881 Refactored the JSON services to use Jackson 2
discard 1e9746efe1 NIFI-9882 Updated HtmlDocumentationWriter to avoid writing
null characters
discard 652fd64b6f NIFI-7253 Upgraded Jackson to 2.13.2 using jackson-bom
discard ac3f28cd57 NIFI-9873 Upgraded Kotlin to 1.6.20
discard fb9e2eb93c NIFI-9870 Upgraded Jetty from 9.4.45 to 9.4.46
discard 42a7de4ee7 NIFI-9831: XML schema inference fix for XML elements with
attributes
discard bcafeb44bb NIFI-9872 Upgraded azure-sdk-bom to 1.2.0 for Sensitive
Properties
discard 69533c7e44 NIFI-9869 Upgraded Apache POI from 5.0.0 to 5.2.2
discard 19533f1695 NIFI-9860 Upgraded JRuby from 9.2.6.0 to 9.3.4.0
discard 91d2e35ed4 NIFI-9846 Implement pagination listing for Azure List
processors
discard d0671aca8f NIFI-9850 Add support for multiple expressions to
GrokReader (#5918)
discard 492b1c18ec NIFI-9858 Refactored nifi-system-test-suite using generated
certificates
discard dc1a938119 NIFI-9853: Refactored StandardProcessGroupSynchronizer to
make use of… (#5919)
discard 5db9d42f83 NIFI-9859 Upgraded Apache Curator from 5.2.0 to 5.2.1
discard 2b85d89333 NIFI-9854: Include slf4j-api as runtime scope for
nifi-stateless-system-test-suite; When constructing the classes to block for
the stateless ClassLoader, allow through any classes that come from Java Home's
lib/ directory
discard 509edbf363 NIFI-9852 Upgraded Spring Framework from 5.3.16 to 5.3.18
discard bc1530c0be NIFI-9845 Fix NiFi Registry database ITs
discard aa286d283e NIFI-9847: Switched LifecycleState to use a WeakHashMap to
track Acti… (#5917)
discard e2800dcab4 NIFI-7254 Upgraded geoip2 from 2.12.0 to 2.16.1
discard ac9103cbf3 NIFI-9824 - Address WARN log message in ProcessorAuditor on
action RunOnce
discard f76b5a5be8 NIFI-9820 Reduced Kudu Client Worker Count default setting
discard fd079348bc NIFI-9816 Added lang attribute to html tag for WCAG 2.1
Accessibility
discard 0e490b2645 NIFI-9844 Refactored Encryptor tests using JUnit 5
discard 0597425c8e NIFI-9787: Increasing visibility of selected slickgrid row
with 1px b… (#5857)
discard e9fb8c7af8 NIFI-9836: fix database selection during nifi registry
startup (#5907)
discard 0888fe6302 NIFI-9702 ListSFTP will set mime.type when Record Writer
configured
discard fc7c18d532 NIFI-9839: Fixed bug in which Process Group would return
true for isEmpty even if it has a Controller Service (#5910)
discard 004eb60378 NIFI-9842 Refactored nifi-commons using JUnit 5
discard b95ff7d578 NIFI-9838: Added Client Certificate attributes to
ListenTCPRecord FlowFiles
discard dfa69eb656 NIFI-9841 Improved Encryptor test reliability
discard 83f0d7ee51 NIFI-9701 - Corrected No Tracking strategy to create one
flow file when using a Record Writer
discard 1776c705e5 NIFI-9773 Refactored nifi-system-tests using JUnit 5
discard 2fb41bbf43 NIFI-9834: When calling ByteArrayContentRepository.read()
on a null Content Claim, return an empty ByteArrayInputStream instead of
throwing NullPointerException
discard 2e2e3f8452 NIFI-9835: Fixed threading bug in which
NioAsyncLoadBalanceClient calls LoadBalanceSession.isComplete() followed by
LoadBalanceSession.isCanceled() but it's possible for the complete flag to
change before the canceled flag (they are not updated atomically). So changed
to use a single LoadBalanceSessionState enum that represents the state. Also
made the private StandardProcessSession.commit(boolean) method synchronized.
When a processor is terminated (as is the case in [...]
discard 8a8d0f8e22 NIFI-7262 Added debug logging for the generated query in
PutCassandraRecord. (#5898)
discard 896c892040 NIFI-9827: Upgrading AWS Java SDK to 1.12.182 to pick up
new AWS Regions
discard 0a3f462495 NIFI-8124 Added Cookie Strategy property to InvokeHTTP
discard 1459d35607 NIFI-1468 Added tests to handle invalid cipher streams
missing Salt/IV
discard 570c68730c NIFI-9793 Added wait for Controller Service run status in
tests
discard 6a32d1097a CFM-2663 Use CDP version of atlas.version
discard ffb1ac882d CFM-2663 Exclude banned slf4j-log4j12 transitive
dependencies
discard 7dd60568fd CFM-2663 Exclude banned log4j:log4 transitive dependencies
discard af50d6174f CFM-2663 Use CDP version of hive3.version
discard 69b7799c0f CFM-2663 Use "regular" hive-exec dependency
discard ee531f108c CFM-2663 Use hadoop-ozone dependencies
discard 00b35500c6 CFM-2663 Add NARs shipped in CFM to nifi-assembly
discard e2fd5cff41 CFM-2663 Add Kite module back
discard daf177bf0b CFM-2663 Use CDP version of hwx.registry.version and
SchemaRegistryClient class
discard 93d456f6fe CFM-2663 BUG-117604 Applying CFM branding for NiFi Registry
discard 7eb142827c CFM-2663 CFM-489 Updating branding to utilize new logo.
discard f75736bb21 CFM-2663 BUG-117603 Applying CFM branding for NiFi