This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.1.0.9-6-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.1.0.9-6-tag was deleted! ***
was 77b36377e3 HOTFIX-3584 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
This change permanently discards the following revisions:
discard 77b36377e3 HOTFIX-3584 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 3dc7466dc5 HOTFIX-3327 NIFI-7683: Fixed bug that resulted in a byte[]
being allocated and held onto by a member variable that was unprotected. This
caused the byte array to be modified by two different threads concurrently,
which can potentially cause corruption of FlowFile's data
discard 3ed5a2b258 CFM-1042 Bump NifiRegistry and Ranger version
discard 44ecea7626 Merge pull request #19 from hortonworks/CFM-931
discard 58586d321c NIFI-7259 Adding DeleteDataLakeStorage Processor to provide
native support for Azure Data lake Gen 2 Storage.
discard 349b0f6a19 NIFI-7103 Adding PutDataLakeStorage Processor to provide
native support for Azure Data Lake Storage Gen 2 Storage.
discard e715dbb1bf NIFI-7300 Allowing narrow numeric types to fit againt
schema check with wider type; Allowing doubles with value within float
precision to be considered as valid floats (NIFI-7302)
discard d078c072d0 NIFI-7292 Preventing file listing from fail because of
insufficient privileges
discard c6df1bef76 NIFI-7346: Ensure that the Provenance Repository doesn't
delete the Active Event File
discard f3d48ffb77 NIFI-7339: Fixed bug that caused Write Ahead Provenance
Repository not to rollover event files after specified time. Code cleanup.
Updated some default properties.
discard 7b211713cd NIFI-7345: Fixed Hive database and table names case
insensitivity in Atlas reporting task
discard c82d26c239 NIFI-7314 HandleHttpRequest stops Jetty in OnUnscheduled
instead of OnStopped. Also reject pending request and clean their queue when
shutting down.
discard 963536dc45 Revert "NIFI-7153 Adds ContentLengthFilter to enforce
configurable maximum length on incoming HTTP requests. Adds DoSFilter to
enforce configurable maximum on incoming HTTP requests per second. Redirected
log messages for ContentLengthFilter to nifi-app.log in logback.xml."
discard 40779bd70f Revert "FIX jetty version bump to fix unit tests" + fix
failing unit test
discard a9af763bd8 Merge pull request #18 from briansolo1985/CFM-1.1.0.0
discard 4a4295ed2b FIX jetty version bump to fix unit tests
discard 71ef8b3413 FIX bump versions to 1.11.4 in POMs
discard 488d25f702 FIX version mismatch fix in POMs
discard 410a8744dd NIFI-7294 Address deprecation issues in solrj and httpclient
discard 396aebafce NIFI-7269 - Upgrade solrj version to 7 in
nifi-solr-processors
discard 35f913f039 NIFI-7030 Add Kerberos principal and password properties to
Solr processors Updating validation logic to be consistent with other
password-based kerberos processors, removing getPassword from
KerberosPasswordUser as it was only used from testing
discard cf18448897 NIFI-7286 ListenTCPRecord cleanup changed from @OnStopped
to @OnUnscheduled
discard dceb0e9fcc NIFI-7223 Resolved merge conflicts from additional test
case for null key password.
discard 927c7e307e NIFI-7223 - Added another test for when keyPasswd is not
present.
discard 65262c285e NIFI-7223 [WIP] Resolved compilation issues in unit test on
OpenJDK 11 by removing Sun security class references. Added
OkHttpReplicationClient#isTLSConfigured() method. Added unit test. NIFI-7223
Fixed remaining unit tests for TLS regression. Renamed tests for clarity.
discard 429688f121 NIFI-7223 - Fixed a minor issue where the
OkHttpReplicationClient class loaded blank properties as empty string instead
of an expected null value. Added a isNotBlank check. Added unit tests for
replication client and HTTPNotificationService. NIFI-7223 - Renamed some
variables and methods. NIFI-7223 - Removed unused dependency. Corrected
security properties in administration-guide.
discard bff4fef575 NIFI-7221 Support v2 and v3 protocol version for
Hortonworks Schema Registry - Update
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/serialization/SchemaRegistryRecordSetWriter.java
- Addressing review feedback
discard 6bc1c00b74 NIFI-7221 Initial work
discard 35e280462e NIFI-7153 Adds ContentLengthFilter to enforce configurable
maximum length on incoming HTTP requests. Adds DoSFilter to enforce
configurable maximum on incoming HTTP requests per second. Redirected log
messages for ContentLengthFilter to nifi-app.log in logback.xml.
discard 887b9727ec [INTERNAL COMMIT] - Explicitly including
commons-configuration2 in the ranger credbuilder lib until Ranger resolves issue
discard 9f8d035531 CFM-873 Fix CFM-1.1.0.0 build
discard c8a4c87af2 NIFI-7267 - Upgrade spring-data-redis in Redis bundle
(#4150)
discard f7906a312e NIFI-7258 - fix overflow in PutAzureEventHub when not
configured correctly
discard 2d55f8d90c NIFI-7208: Restore default timezone in JdbcCommon
discard a90699f921 NIFI-7249: Force String keys in maps in
DataTypeUtils.inferDataType()
discard 5cf59184db NIFI-7229 - Upgrade jackson-databind direct dependencies
discard 6cf258b869 NIFI-7248: Atlas reporting task handles PutHive3Streaming
discard ae97798fd3 NIFI-7241: When updating Process Group to match
VersionedProcessGroup, remove any connections before recursing into child
groups. This ensures that if a Port exists in child group A and is connected to
a port in child group B, if the VersionedProcessGroup indicates to remove the
port, that connection will be removed before attempting to remove the port.
Updating and adding connections must still be done last, after all components
have been added. But missing connection [...]
discard b7891efe0a NIFI-7242: When a Parameter is changed, any property
referencing that parameter should have its #onPropertyModified method called.
Also renamed Accumulo tests to integration tests because they start embedded
servers and connect to them, which caused failures in my environment. Also
fixed a bug in TestLengthDelimitedJournal because it was resulting in failures
when building locally as well.
discard 2edd6fb0b8 NIFI-6873: Added support for replacing a process group -
decoupled flow update request behavior from VersionsResource into new abstract
FlowUpdateResource - added replace process group functionality in
ProcessGroupResource - parameterized FlowUpdateResource and created entity
hierarchies to allow for maximum code sharing across different update types -
refactored flow update methods to make use of commonality across different
update types whenever possible - fixed [...]
discard e5af892d8f Revert "NIFI-7242: When a Parameter is changed, any
property referencing that parameter should have its #onPropertyModified method
called. Also renamed Accumulo tests to integration tests because they start
embedded servers and connect to them, which caused failures in my environment.
Also fixed a bug in TestLengthDelimitedJournal because it was resulting in
failures when building locally as well."
discard 64c13c998c NIFI-7242: When a Parameter is changed, any property
referencing that parameter should have its #onPropertyModified method called.
Also renamed Accumulo tests to integration tests because they start embedded
servers and connect to them, which caused failures in my environment. Also
fixed a bug in TestLengthDelimitedJournal because it was resulting in failures
when building locally as well.
discard d494382472 Fixed bug in JsonRowRecordReader when reading a 'raw'
record with a schema that indicates that a field should be a Map. Also updated
unit test to explicitly define schema, since schema inference will never return
a Map but rather a Record
discard 9ae20e0fb0 unit test reproducing the issue
discard 1e2126cef5 NIFI-7245: JMS processors yield when connection factory
initialisation failed
discard 4ac8d66c22 NIFI-7050 ConsumeJMS is not yielded in case of exception
discard 8a6a28a850 NIFI-4970 - Add a property to deal with empty GZIP HTTP
response
discard 9d54d1de2b NIFI-7200: Revert "NIFI-6530 - HTTP SiteToSite server
returns 201 in case no data is available"
discard 89566df92c NIFI-7201 - Update build to latest apache-maven-parent and
split Github Actions builds to include OSX and distribute localization
discard c3af1406f3 NIFI-7183 - This closes #4073. Improve ReplaceText when
removing FF's content
discard 491afda879 NIFI-7164 Upgrade shyiko/mysql-binlog-connector-java
dependency
discard e9bcf059a8 NIFI-7205 NIFI-7206
discard 6045e28bd2 NIFI-6856 - Make client ID a non-required field for the
MQTTConsume and MQTTProduce processors. Generates a random ID if not set.
discard 3ceed52706 NIFI-5644 Fixed typo in getWrappedQuery method of
AbstractDatabaseFetchProcessor class
discard 7ab3a28b9d NIFI-7218 Fixed typo in Overview docs. (#4107)
discard 9ed9286dd3 NIFI-7121 Updated comment to state a 'static' salt is used
in the constructor. (#4098)
discard 1babf1a6bc NIFI-4970 - EOF Exception in InvokeHttp when body's
response is empty with gzip
discard 07fa733552 NIFI-7208: Fixed PutSQL/JdbcCommon handling of timestamps
(nanoseconds, e.g.)
discard 27d2e97ffe NIFI-7227 Fixed typo in Global Access Policy table (#4112)
discard 4c914abb1b NIFI-7055: Removed unit test that is now covered by
ListValidator
discard e7039d805c NIFI-7007: Add update functionality to the
PutCassandraRecord processor.
discard 625ea30520 NIFI-7055 handle empty split evaluations, which contain
only ,
discard 47a2e37d1a NIFI-7191 Conditionally disable docker integration tests
discard b693a6f236 NIFI-7231: move controller service validation out of
synchronized block for enabling
discard 8e5f91a3b9 NIFI-7195 - Catch MongoException to route flow files to
failure
discard bb95fb516f Fiz writeBatch to avoid cycle in provenance graph
discard 852a25301c NIFI-7210 - added PG path in bulletins for S2S Bulletin RT
discard 821702c282 CFM-767 Use vendor specific Hive libraries - update to
correct CDP Hive version
discard 7a9ad6602f NIFI-7226: Add Connection Factory configuration properties
to PublishJMS and ConsumeJMS processors
discard b449e32079 Fixed unit test failed with NIFI-7232
discard c893ce7f6f NIFI-7232 if users do not supply a remote path PutSFTP with
conflict resolution will fail with an NPE
discard 6d57067af2 NIFI-7222 Cleaned up API for FTP/SFTP remote file retrieval
and ensure we close remote file resources for SFTP pulls in particular
discard 2118dbd3c9 NIFI-7224 Protecting against possible NPE in
ImportFlowVersion command in CLI
discard 20081019d0 NIFI-7197 - In-place replacement in LookupRecord processor
discard 6f8d9a0c36 CFM-767 Use vendor specific Hive libraries - update to
latest HDP Hive version
discard 4e3ad24f86 CFM-489: - Updating branding to utilize new logo.
discard a9d6dcacec NIFI-7152 Added custom ExceptionMappers to handle invalid
Remote Process Group port value - (#4085)
discard 8e8b3fb5f9 CFM-767 Use vendor specific Hive libraries
discard 43e683b210 NIFI-7178 - Handle the case when schema is not available
discard 85122184b7 NIFI-6064 MockComponentLog misplaces reported exceptions
discard df1c00122d NIFI-6551: Improve PutKudu timestamp handling
discard a1e8018588 NIFI-6867: Validate PutKudu operation type property
discard 8da0fc3b9a NIFI-6927 Consolidate SSL context and trust managers for
OkHttp on JDK9. Fixes name conflicts.
discard 2c1e975fe6 NIFI-7049 : SFTP processors shouldn't silently try to
access known hosts file of the user
discard d315e062c4 NIFI-7109 Unit tests should be able to determine if item
validator was called - Create a mock Validator to track count of calls to
validate(). We cannot use Mockito for this, because it can't mock all the
StandardValidators
discard 12b9aaed91 NIFI-7135 - Fix Java 11 build with
com.puppycrawl.tools:checkstyle:jar:8.29 dependency
discard 410a13188b NIFI-7142: Automatically handle schema drift in the PutKudu
processor
discard 6c8bc29943 NIFI-7165 Fixed TLS Toolkit Guide flags with default
validity days.
discard 6523ba925a NIFI-7114: Update time-sensitive tests in
TestLuceneEventIndex
discard 4a7b6a4a9f NIFI-7114: Fix file leaks in StandardCommsSession and S2S
Reporting components
discard de8e41758c NIFI-7175 Fixed core attributes formatting in Developer
Guide. (#4066)
discard 637d55d772 NIFI-7175 README.md
discard f8a712479d NIFI-7175 removed appveyor and travis builds which have
become unreliable. Added Github Actions based CI build for pull requests and
pushes. Removed unit tests which make unreadable or unaccesible dirs. Includes
windows build as well as ubuntu. we can do localization based builds later as
this is all proven stable.
discard 8ebcb66d94 NIFI-7143: Upgrade GCP dependency
discard dad3d7c2d8 NIFI-7136 Added autocomplete="off" to login password input
(#4055)
discard 8764af54f6 NIFI-4792: Add support for querying array fields in
QueryRecord
discard 770e2c79a3 NIFI-7067 Allow a user and group with the same
name/identity to exist
discard 5c1afde403 NIFI-7095: ResetSetRecordSet: handle java.sql.Array Types
in normalizeValue method
discard 53cfa94b7a NIFI-7106 - Add parent name and parent path in
SiteToSiteStatusReportingTask
discard 95e3b84685 NIFI-7132: fix handling of UUIDs in PutCassandraQL
discard 50a4b10877 CFM-398: - Restoring dropped nars.
discard cb2d2f065f CFM-299: - Restoring dropped nars.
discard 6ba9a53879 NIFI-7117: When SocketLoadBalancedFlowFileQueue creates its
array of Queue Partitions in the constructor, it added the local partition as
the first element in that list. This list should be ordered the same across all
nodes in the cluster. By making the local partition the first in the array,
each node had a different ordering of these partitions. As a result, Partition
by Attribute strategy would constantly rebalance flowfiles that it received to
other node, and Singl [...]
discard c504f8707d NIFI-7082 Updated tls-toolkit default server and client
certificates validity days to 825 days. (#4046)
discard 35e64a6d30 NIFI-6491 Improve installation instructions in Admin Guide
and Getting Starting Guide Clarified homebrew install instructions.
discard de634960e1 NIFI-7075 Add missing FlowFile core attributes to Developer
Guide (#4030)
discard 83229c6fd2 NIFI-7105 - fix NPE for counters in
SiteToSiteStatusReportingTask (#4038)
discard 8bf1fc41c1 NIFI-6968 Create Connection Model Allows Multiple Adds
discard e774039f97 NIFI-7108 - Upgrade com.puppycrawl.tools:checkstyle (#4041)
discard 1906ce7b4a NIFI-7053 Update Toolkit Guide with macOS 10.15
requirements for trus… (#4018)
discard 066723436e NIFI-6958: - Addressing issue causing errors preventing
version changes when there is a processor to enable or disable in a sub process
group.
discard bda0f637ea BUG-117603: - Applying branding.
discard 56231705dd Revert "CFM-583 Downgrading Atlas version 2.0.0 to
1.1.0.3.1.4.0-315"
discard 50caca01ef Revert "CFM-687 Fix centos7-ppc build issue"