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

exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 3a03caa149 NIFI-12969: Fixed a typo in the #isTempDestinationNecessary 
method, where we were comparing existingConnection.getProcessGroup() to 
newDestination.getProcessGroup(), instead of comparing 
existingConnection.getDestination().getProcessGroup() to 
newDestination.getProcessGroup(). I.e., we were comparing the Destination's PG 
to the Connection's PG instead of comparing Destination's PG to Destination's 
PG. This resulted in using a temporary funnel when we shouldn't. And as  [...]
     add 98c4061cfe NIFI-12996 Moved zstd-jni to standard-shared-nar

No new revisions were added by this update.

Summary of changes:
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml         | 8 ++++----
 .../java/org/apache/nifi/processors/standard/CompressContent.java | 3 +--
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                     | 5 -----
 .../nifi-standard-shared-bundle/nifi-standard-shared-bom/pom.xml  | 8 ++++++++
 .../nifi-standard-shared-bundle/nifi-standard-shared-nar/pom.xml  | 4 ++++
 pom.xml                                                           | 6 ++++++
 6 files changed, 23 insertions(+), 11 deletions(-)

Reply via email to