This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-2.2.6.3-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-2.2.6.3-1-tag was deleted! ***
was 30c2b0c8fc HOTFIX-5534: NIFI-11105: This closes #6895. When mapping
Parameter Context to VersionedParameterContext, don't bother mapping those that
have already been mapped, as it is redundant
This change permanently discards the following revisions:
discard 30c2b0c8fc HOTFIX-5534: NIFI-11105: This closes #6895. When mapping
Parameter Context to VersionedParameterContext, don't bother mapping those that
have already been mapped, as it is redundant
discard db6712805d NIFI-10660: When converting Avro GenericRecord to a java
Map, check GenericRecord's schema to see if field exists before calling
Record.get().
discard 8d52a4ec78 NIFI-10937, NIFI-10938, NIFI-10939: When restoring flow
from XML, properly parse XML for registry clients, looking for 'id' tag instead
of 'identifier' tag. Fixed typo in error message about Reporting Task for
Registry Clients. Updated StandardFlowComparator so that we compare sub-process
groups' contents only if the Flow Coordinates are different by more than their
version
discard db7335ec08 NIFI-10918: Fixed checkstyle violations
discard 5e65f16014 NIFI-10918: When fetching a flow from a Flow Registry, if
it references any 'internal versioned flows' instead of requiring that we have
a client configured for the appropriate URL, attempt to fetch the flow from
each client. We will start with the clients that do report that they can handle
the URL but will try others as well. As soon as we successfully fetch the flow,
we stop.
discard a4406a847a NIFI-10914 Adjusting input check for loading nested
versioned flows
discard c10701520b NIFI-10901 - PublishKafka headers not sent in ProducerRecord
discard cbf53fd1e5 NIFI-10874 Fixed issue with multiple levels of versioned
flows
discard 3feb751752 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"
discard 75043d1dcc 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).
discard 5caddeff31 NIFI-10814: Display description for selected flow (#6693)
discard 10873d460c PGM-1023: Add notice file
discard 34d3f17d06 CFM-2741: fix versions
discard 446f7bd77e NIFI-10389 Added mime.type to GetShopify and GetHubSpot
discard 41545b765e NIFI-10828 Adding new REST API endpoint for exposing
versioned flow details
discard 26aac991cf NIFI-10793 Comment is not populated when process group is
created via API
discard 3e4c40f3d0 NIFI-9822 - ConsumeKafkaRecord allows writing out Kafka
record key (#6131)
discard a99ff0c930 Merge pull request #93 from hortonworks/CFM-2713
discard c31edcc35f NIFI-10762: Ranger Authorizer accepts multiple Ranger Admin
Identity property values (#6625)
discard 890d5a027f CFM-2741: make iceberg downstream compatible
discard 9a9413e54b NIFI-10801: Fix hive metastore based tests in Iceberg
processors
discard 84071414c3 NIFI-10737 Corrected ListenBeats buffer handling
discard 3357d5c910 CFM-2713 Resource Fetcher over HTTPS with Basic
Authentication
discard 476b2c1ff8 CFM-2741: fix version after cherry picks
discard db35df3a7b NIFI-4798 allow empty value for UpdateAttribute property
discard 5759ecdaed NIFI-10130 AzureGraphUserGroupProvider handles group with
transitive members
discard f88fa9664a NIFI-10228: parse json flow using instanceIdentifier as the
UUID
discard 0efbb1ec4a NIFI-10287 ExecuteScript - Allow python scripts to use
external modules
discard d375fce435 NIFI-10629 Updated TestJsonEntitySerializer with sorted
properties
discard b7ab69d248 NIFI-10637 Simplified Locale validation in ParseCEF
discard 2d2b9f9117 NIFI-10642 Fix flaky test groupByStringMixedNumberOfRecords
discard f760eec364 NIFI-10675 Corrected SSL support in Neo4j V4 Cypher Service
discard 5a843202e1 NIFI-10743 Used LinkedHashMap in
TestHBase_1_1_2_ClientService.testScan
discard db0c2bbdf2 NIFI-10744 Used LinkedHashMap in TestScanHBase methods
discard 68315f0988 NIFI-10749 Corrected Windows NPM Cache for GitHub Workflow
discard 7415908b12 NIFI-10764 Fixed handling BIT STRING in nifi-asn1-services
discard 4b149c88c1 NIFI-10767: When an empty line is encountered with Syslog
Readers, just skip over the empty line instead of throwing an Exception
discard d989c03e7e NIFI-10768 Filter empty messages in ListenSyslog (#6624)
discard 1b56bf5ba2 NIFI-10771 Add SINGLE_BATCH_PER_NODE to allowable values
for flow file concurrency in ProcessGroupDTO
discard 293f07dbdb NIFI-10783 Switched to LinkedHashMap for CompareFuzzyHash
discard cd8fbcb1f0 NIFI-10788 Ensure proposed service config is applied when
component synchronizer adds a new service (#6640)
discard 26a1b0d0fa NIFI-10702 Clear server list on connection error in SMB
processors
discard 8a939631f7 CFM-2741: Add extra exclude entries for iceberg
discard 5e27c54a32 CFM-2714: fix local build startup error
discard 75cc195027 CFM-2741: exclude banned dependency
discard c8c6e20874 NIFI-10680 Corrected Bouncy Castle references in optional
profiles
discard 23133aa79d NIFI-10614 Upgraded Bouncy Castle from 1.70 to 1.71
discard fb49694b99 NIFI-10698: Add filtering options to summary table (#6610)
discard ded759c834 NIFI-10709 Showed log in link on logout complete page
discard 60338f50c7 NIFI-10317 Taking care of NullPointerException if AMQP
header value is null NIFI-10317 refactoring to remove repeated conversions to
string from char NIFI-10317 correctly handle null values: null vs "null"
NIFI-10317 adding test NIFI-10317 - Updated ConsumeAMQPTest to test for null
and empty header values. NIFI-10317 - Updated ConsumeAMQPTest to use hard coded
string values when testing. Made convertMapToString() private.
discard f3472e9d8c NIFI-9878 Added timeout handling for Cache Client
handshaking
discard 5fad1f3c20 NIFI-10303 route GetElasticsearch to failure if _id is
blank after attribute evaluation
discard 287e70b74e NIFI-10578 Fix minifi-c2 unsecure integrations tests
discard dc9437492f NIFI-10584: (#6478)
discard 450cc3ccb1 NIFI-10592 This closes #6486. fix flaky tests using wrong
map impl.
discard fc53143127 NIFI-10594 Render empty lines in Labels
discard a389ca2286 NIFI-10631 Changed HashMap to LinkedHashMap in
TestHBase_2_ClientService
discard 8ed4ae29f8 NIFI-10635: Fix handling of enums in PutDatabaseRecord
discard 57980c4968 NIFI-10641: Resolving typo on ParameterProvider warning
message
discard 09b3222c28 NIFI-10643: Paging secrets in
AwsSecretsManagerParameterProvider
discard b6c0b6fa97 NIFI-10647: Update README.md to reflect current
discard 812d91c2fa NIFI-10668 Persist proxy password in remote process group
(#6557)
discard cfbd8e7dcb NIFI-10674 Block evaluateELString from reading Parameters
(#6562)
discard ed56ed2e42 NIFI-10682: When determining effective property values,
ensure that we always use the up-to-date version of Property Descriptors (#6567)
discard 5fe9e90e03 NIFI-10687 set Elasticsearch document _id to null if ID
attribute evaluated to blank String for PutElasticsearchRecord or
PutElasticsearchJson; use @timestamp default value if @timestamp record path
evaluates to blank String in PutElasticsearchRecord
discard 52f5ff403a NIFI-10689 Fixed Parameter Provider Name encoding in
context dialog
discard ab9f4e574c NIFI-10700: - Only restart ports if their scheduledState is
Running. - Adding unit tests. - Fixing unit test to properly verify Port isn't
restarted.
discard 4802917f7b NIFI-10693 Remove proxy configuration properties from
PutBigQuery
discard 2dd61b980d NIFI-10673: When a component is added to a ProcessGroup, we
had a method called ensureUniqueVersionControlId but the method only took into
accounts in that Process Group. Updated methods to now consider components in
any Process Group that is part of the same Versioned Flow. Also added system
test to verify the problem and the fix. Added Toolkit clients and additional
methods as necessary in order to implement system tests
discard 0dbec77180 CFM-2964: Exclude problematic transitive dependency from
commons-configurations2
discard 73cb8629ec CFM-2964: Add commons-configurations2 to the proper place
to be included into nar
discard a09fc0a549 CFM-3033: Downstream lib works only with specific avro
version
discard 1d873af11a CFM-2964: Make sure jackson-jaxrs-base downrage working
properly and commons-configuration2 temporarly
discard c5e7b99867 CFM-2964 Decrease jackson-jaxrs-base version to 2.12.6 to
avoid serialization error - downstream specific code If you use
jackson-jaxrs-base greaten than 2.12.6, then atlacClient creation will fail if
more then one atlas host is used
discard e738067d27 NIFI-10644 Add Message Demarcator-style processing in
PublishMQTT
discard 81adafcf8f NIFI-10628: Added Default Schedule Time and Run Duration to
processors
discard 674ce5cbd7 NIFI-10650 Fix demarcator is appended to the end of the
FlowFile's content by ConsumeMQTT
discard a3b1ae7560 CFM-2741: fix build issue, exclude banned libraries
discard 19bbc18c27 NIFI-10567 Corrected Sensitive Dynamic Property handling
for flow.xml (#6524)
discard d716d416c3 NIFI-10648 Upgraded Apache Commons Text to 1.10.0
discard 03a30950b5 NIFI-10442: Create PutIceberg processor
discard 22d0819831 Revert "CFM-2663 Use hadoop-ozone dependencies"
discard 61379941a3 NIFI-10602: Fix GetHubSpot and GetShopify state handling on
NiFi restart
discard 8e513491a7 NIFI-10577 Fix Sensitive Checkbox rendering for Fetch
Parameters (#6473)
discard e73595a22d NIFI-10586 Prioritized ssh-rsa algorithm in SFTP Processors
discard bc6f631362 NIFI-10597 Change 'App Config File' property to external
resource in Box processors
discard 76bc3ace4e NIFI-10273 Supported file entries larger than 8.5GB for TAR
in MergeContent
discard 646de16f4b NIFI-10543 Support broker failover in MQTT processors
(#6447)
discard 7ce9f9f876 NIFI-10587 readd accidently removed exclude entry
discard d5945963c2 CFM-2986 Remove flume processors
discard 3777f55458 CFM-2713 Resource Fetcher over HTTPS with Basic
Authentication
discard 40de2ce40c CFM-2741 Fix nifi-kite versions
discard f42aa8a086 CFM-3008: exclude log4j-core dependencies come from
downstream services
discard 1f8fe2fc63 Temporarly disable nar loader to not block e2e tests
discard dc023ecefa CFM-2741: Fix build issue - downtstream dependencies
include banned dependencies - fix wrong addition
discard 3e1399c2e9 CFM-2741: Fix build issue - downtstream dependencies
include banned dependencies
discard fdba001159 CFM-2925: fix local build
discard 7b35febaf3 CFM-2713 Resource Fetcher over HTTPS with Basic
Authentication
discard bcca4f825c CFM-2925: Be compatible with hive downstream library
discard 9350412846 NIFI-9901 Removed provided scope from nifi-xml-processing
registry-ranger
discard 319022d9e1 CFM-2900: Update nifi-kite version to 1.17.0
discard c3f7765be8 CFM-2900: Exclude downstream dependencies for hive3
processors, which are banned
discard d4776ee33f CFM-2900: make nifi-hwx-schema-registry-bundle downstream
compatible
discard 9287693472 CFM-2900: Fix atlas downstream errors Extend interface with
new method + remove EmbeddedKafka as no longer support that way
discard ebb86ab502 CFM-2900: Fix build error, use com.google.cloud.bigdataoss
downstream versions There was a StackOverFlow error, because ozone-common
downstream lib transitive dependency had a collosion with
com.google.cloud.bigdataoss dependencies. As turned out,
com.google.cloud.bigdataoss has downstream versions as well, which are
compatible with other downstream libs, so we have to use that one
discard 84133ca661 CFM-2682 NIFI-9955 Upgraded ZooKeeper 3.4.14 to 3.5.9 in
Kite bundle
discard d3cec7a863 CFM-2682 NIFI-9952 Adjusted Kite bundle to centrally
managed jackson dependencies
discard 52cd571836 NIFI-9933 Upgraded Apache Ant to 1.10.12
discard cef40c2058 CFM-2483 Update notice file
discard e810295d45 CFM-2663 Use CDP version of atlas.version
discard d082ae5d87 CFM-2663 Exclude banned slf4j-log4j12 transitive
dependencies
discard 234fe3b9e2 CFM-2663 Exclude banned log4j:log4 transitive dependencies
discard e577c314ec CFM-2663 Use CDP version of hive3.version
discard 807cb25434 CFM-2663 Add NARs shipped in CFM to nifi-assembly
discard bb6e4a7604 CFM-2663 Add Kite module back
discard 8a9f863343 CFM-2663 BUG-117604 Applying CFM branding for NiFi Registry
discard 203860c2ce CFM-2663 CFM-489 Updating branding to utilize new logo.
discard 8d882f88e3 CFM-2663 BUG-117603 Applying CFM branding for NiFi