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

joewitt pushed a change to branch support/nifi-1.16
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 7a8e634587 Merge branch 'NIFI-10005-RC3' into support/nifi-1.16
     new 08ab757db9 NIFI-10113
     new 4712733066 NIFI-10049: When unscheduling reporting task, increment its 
concurrent task count until we've finished all shutdown logic and then 
decrement it, in much the same way that we do for processors
     new 3694c08f6f NIFI-10051: Clear Controller Services' state in a 
background thread instead of the web thread.
     new 650aca7bed NIFI-10059 Remove incorrect removal of controller service 
from cache (#6082)
     new 7308c620c3 NIFI-10056 Wrap table scan in a kerberos action in 
KuduLookupService so that expired TGTs are renewed automatically.
     new 358f121276 NIFI-10063: Wait for processor to become valid before 
attempting to start it
     new 950c4fec47 NIFI-10074 Fix potential UnsupportedOperationException in 
PutSmbFile.customValidate. (#6088)
     new b9230cf506 NIFI-10086 Upgraded Spring Framework from 5.3.19 to 5.3.20
     new 248626efcb NIFI-10088 Set SSH Transport Timeout using SFTP Data 
Timeout property
     new 8f7a598ccc NIFI-10093 Set timeout to 5 seconds on 
SocketProtocolListenerTest (#6101)
     new f2f1aa2554 NIFI-10098 Upgraded Apache Tika from 2.3.0 to 2.4.0
     new 5113640b27 NIFI-10096 Corrected nested inherited Parameter Context 
loading
     new fe0ed03d4d NIFI-9347: Changed timeout for tests from 5 seconds to 60. 
It appears that the timeout was previously 50-60 seconds per test and was 
reduced in NIFI-9141 to 5 seconds, but 5 seconds causes problems in some 
environments

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nifi-docker/dockerhub/DockerImage.txt              |  2 +-
 nifi-docker/dockerhub/Dockerfile                   |  2 +-
 .../cluster/protocol/jaxb/JaxbProtocolContext.java |  2 +-
 .../protocol/impl/SocketProtocolListenerTest.java  | 58 ++++++-----------
 .../service/StandardControllerServiceProvider.java |  1 -
 .../apache/nifi/groups/StandardProcessGroup.java   |  2 +-
 .../nifi/controller/flow/StandardFlowManager.java  |  3 +-
 .../scheduling/StandardProcessScheduler.java       | 11 +++-
 .../serialization/VersionedFlowSynchronizer.java   | 73 +++++++++++++++-------
 nifi-nar-bundles/nifi-framework-bundle/pom.xml     |  2 +-
 .../nifi/controller/kudu/KuduLookupService.java    | 12 ++++
 .../nifi-media-processors/pom.xml                  |  8 ++-
 .../index/lucene/TestLuceneEventIndex.java         |  2 +-
 .../org/apache/nifi/processors/smb/PutSmbFile.java |  2 +-
 .../standard/ssh/StandardSSHClientProvider.java    |  7 +++
 nifi-nar-bundles/nifi-standard-bundle/pom.xml      |  2 +-
 nifi-registry/pom.xml                              |  2 +-
 .../tests/system/rpg/RemoteProcessGroupIT.java     |  1 +
 pom.xml                                            |  4 +-
 19 files changed, 117 insertions(+), 79 deletions(-)

Reply via email to