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

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 60fe794906 NIFI-12450 This closes #8103. Added Deprecation Warning for 
Bootstrap Notifications
60fe794906 is described below

commit 60fe7949067764f27ae898a7335aed569f64097c
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Dec 1 20:31:18 2023 -0600

    NIFI-12450 This closes #8103. Added Deprecation Warning for Bootstrap 
Notifications
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java 
b/nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java
index 586b6fc53a..ee5c193f04 100644
--- a/nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java
+++ b/nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java
@@ -419,6 +419,7 @@ public class RunNiFi {
             defaultLogger.info("Registered no Notification Services for 
Notification Type {}", type);
             return;
         }
+        deprecationLogger.warn("Bootstrap Notification Services are deprecated 
[{}]", serviceIds);
 
         int registered = 0;
         for (final String id : serviceIds.split(",")) {

Reply via email to