You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2023/03/29 18:46:00 UTC

[nifi] tag HDF-3.5.1.49-1-tag deleted (was 21d6342080)

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

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


*** WARNING: tag HDF-3.5.1.49-1-tag was deleted! ***

     was 21d6342080 HOTFIX-4074 NIFI-7516: Catch and log SingularMatrixExceptions in OrdinaryLeastSquares model (#4323)

This change permanently discards the following revisions:

 discard 21d6342080 HOTFIX-4074 NIFI-7516: Catch and log SingularMatrixExceptions in OrdinaryLeastSquares model (#4323)
 discard f1ce7aebd3 HOTFIX-4074 NIFI-8054: Updated ReflectionUtils to use a WeakHashMap for the mapping of annotations to methods with that annotation. This way, the ReflectionUtils class will not hold a reference to Classes that are no longer referenced elsewhere. (#4694)
 discard 7af5fcea15 HOTFIX-4074 NIFI-7994: Fixed ReplaceText concurrency issue
 discard 409770a7cd HOTFIX-4074 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 4b6e1012c2 NIFI-7321 - Allow NiFi admins to configure whether Jetty will send the Jetty server version in responses. Fixed a checkstyle error. Added property to nifi.properties. Changed property to a variable that is set with the pom.xml. Added setting the version variable to another HTTPConfiguration to fix the version being sent in docs context. Fixed typo error.