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

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


*** WARNING: tag HDF-2.1.4.0-tag was deleted! ***

     was 4eef58a0ec update version number

This change permanently discards the following revisions:

 discard 4eef58a0ec update version number
 discard 18cd2ca7e8 [BUG-82081] fix CS table UI JS errors
 discard d2d09e59d6 NIFI-3788 Switched Amazon HTTP client instantiation from 
using null HostnameVerifier (which defaulted to Strict, which cannot handle 
wildcard certificate hostnames) to DefaultHostnameVerifier, which is fine.
 discard f1a7d642ab NIFI-3907 Added response headers.
 discard aae526b16a update version number
 discard f998fee5ab [NIFI-3906] Introduce additional validation when handling 
user-supplied input to ensure appropriate values and output encoding within 
SlickGrid tables
 discard 5dfb0b564e NIFI-3800: - Cleaning up the headers when replicating 
requests.
 discard 47027f177b Merge pull request #8 from brosander/hive-maint
 discard 834d47d5b6 NIFI-3755 - Restoring Hive exception handling behavior
 discard e2a5dd9c57 NIFI-3744 - PutHiveStreaming cleanup null fixes
 discard 134ce7d936 NIFI-3664: - Updating the unmarshalling to consider the 
current date when parsing the time.
 discard 9223ba6b3a NIFI-3574 - PutHiveStreaming UGI fixes
 discard 25a94cf6cf NIFI-2940: - Fixing broken integration test following 
changes introduced in NIFI-2940.
 discard ec1a1b3866 NIFI-2940: - Allowing access to configuration actions 
through the Controller when the underlying component has been removed.
 discard 6d34a463ee NIFI-2695: - Providing more granular and meaningful 
authorization error messages.
 discard 30d24fddc6 fix checkstyle errors
 discard b8e0aa8506 update version number
 discard 06329b23e6 NIFI-3509 Fixed ID duplication Fixed the possibility of 
duplicated MSB part of the component during template creation. This closes #1651
 discard 873ab41748 NIFI-3585: Add DatabaseAdapter impl for MS SQL 2008
 discard 46b89a17e9 NIFI-3189: ConsumeKafka 0.9 and 0.10 with downstream 
backpressure
 discard 70fa0e0665 NIFI-3530 - Ensuring configuration and ugi information is 
passed down to Hive in PutHiveStreaming
 discard 37931880a7 NIFI-3481 - Add DB Adapter for MS SQL 2012+
 discard d0bb61624a NIFI-3455 Large row count paging
 discard 12666bc8a0 NIFI-3426: Add dynamic property support to 
DBCPConnectionPool
 discard be82daa9ff NIFI-3495 fixed the index issue with TextLineDemarcator
 discard 733f80c86e NIFI-3493 Corrected reference in Admin Guide to http not 
https for nifi.web.https.network.interface property
 discard 2d728cdcaa NIFI-3179 Added support for default UTF-8 char encoding 
removed deprected usage of BAOS and BAIS
 discard cce8524411 NIFI-3278 addressed PR comments
 discard c4b3b3b753 NIFI-3278 Fixed ArrayIndexOutOfBoundsException in 
TextLineDemarcator
 discard 73b3f53ddc NIFI-3300 Implemented usage of ZooKeeper chroot capability 
in the connect string
 discard 232a5cac18 NIFI-3158 Added cleanup of resources and refactored 
exception handling
 discard adf9cc6f92 NIFI-3447 - PutSplunk - force connection close
 discard 9035336312 NIFI-3153 Updating AWS SDK Version
 discard 3b51d57955 NIFI-3178 Corrected missing Operate Palette button images 
in User Admin Guide
 discard 502f6d53c1 NIFI-3355 Allows NiFi to bind to specific network 
interfaces, with separate interface lists for HTTP and HTTPS.
 discard 8e48e45764 NIFI-3389 - Using long string type for attribute name and 
value in FlowFileSchema
 discard 1492649607 NIFI-3055 StandardRecordWriter Can Throw 
UTFDataFormatException * Updated StandardRecordWriter, even though it is now 
deprecated to consider the encoding behavior of 
java.io.DataOutputStream.writeUTF() and truncate string values such that the 
UTF representation will not be longer than that DataOutputStream's 64K UTF 
format limit. * Updated the new SchemaRecordWriter class to similarly truncate 
long Strings that will be written as UTF. * Add tests to confirm handling of 
[...]
 discard f20ed4847b Refactored user identity parsing and proxied entity chain 
formatting. Added unit tests.
 discard 3c10866bfa NIFI-3186: Fixed NPE that was overlooked
 discard ecfc99d24e Using .text() instead of .append() for the GC stats name.
 discard 0bd61e6e07 [NIFI-3154] display ellipsis when text is sufficiently long 
in connection details and connection configuration dialogs. This closes #1305
 discard 82e68df728 NIFI-3173: When a template is created with multiple 
components in different groups all referencing the same controller service, 
ensure that controller service is added to the template at a high enough level 
that all components needing hte service can access it.
 discard a6ee928451 NIFI-3194: Fixed error handling in PutElasticsearchHttp
 discard 92a859d08b update HDF version # in about dialog
 discard 7735238a8e NIFI-3150 Added logic to wait for the zk client to connect 
to the configured server
 discard 0f9a00cf07 NIFI-3133: - Ensuring that Remote Group Ports are always 
authorized according to their Remote Process Group.
 discard 30660920f4 NIFI-3152: Ensure that we always close the IndexWriter when 
appropriate in SimpleIndexManager, even if an IOException is thrown when trying 
to commit the IndexWriter
 discard 1226a9bb7e NIFI-3145 Adding logic to handle lowercase hex values
 discard bc62ff7209 NIFI-3071: Deprecated InputStreams & OutputStream sin 
org.apache.nifi.stream.io package in favor of using their Java counterparts
 discard bbdde3bb67 NIFI-3145 Rewriting double validation in NumberParsing
 discard 5d76c46f7f NIFI-3143 User Guide corrections needed for screenshots and 
text
 discard cf20895a46 NIFI-2325: - Adding support for LDAPS.
 discard d53155e883 NIFI-3140: Restored optional type handling in 
FetchElasticsearchHttp
 discard 13a7b9bd81 NIFI-3026: Support multiple remote target URLs
 discard bb30a0cf55 NIFI-3135: - Authorizing restricted components on snippet 
usage. - Updating REST API docs accordingly. - Adding some integration tests to 
exercise the additional restricted component checks.
 discard 7160deb508 NIFI-3141: Fixed TailFile ArrayIndexOutOfBounds.
 discard 5e6bf6ccd5 NIFI-3095: Add EL support to Elasticsearch 2.x (and HTTP) 
processors
 discard 279bd3af81 NIFI-3137 Add documentation for User Policies window
 discard c0fe8bc590 BUG-69846 Setting Kafka 0.8 to the HDP version and fixing 
EmbeddedKafka
 discard 4324e5806d NIFI-2017 Fixing failing test 
PermissionBasedStatusMergerSpec.groovy introduced in previous commit
 discard bd452fc63f NIFI-2017: Fixed typo in nf-port.js that was referencing 
the wrong variable name to determine whether or not a port is transmitting 
Fixed merging logic for root group status. Only consider a port transmitting 
when there is an active request, not when there is a 'queued' request This 
closes #1279
 discard ee80019906 NIFI-3130: - Loading the temporary instance from the 
correct type of component.
 discard 036037c04e NIFI-3129: When adding controller services to a snippet, 
ensure that we don't add the service multiple times, even when it's referenced 
by child process groups. This closes #1284
 discard 5d32a6a0f7 NIFI-3117: - Checking referenced services when performing 
an action with a snippet that requires it. - Updating the SnippetManager to 
automatically expire unused snippets. - Making the checking of referenced 
services consistent across component removal. - Adding checking of referenced 
services for all nested components in a snippet. - Updating the REST API docs 
to clarify when a referenced service is authorized. - Conditionally authorizing 
transitive service references.
 discard 890fef7356 NIFI-2828: Fixed issue with transitive Hadoop dependencies 
in Hive NAR
 discard 7778b691bc Add Hortonworks branding and HDF Version info
 discard 9ad655c5db NIFI-2975: Only start expiring FlowFiles after FlowFile 
Repository has been restored

Reply via email to