You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/08/03 12:33:46 UTC

[camel] 16/22: Deprecat classic startup logging level

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

davsclaus pushed a commit to branch CAMEL-16757b
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 00fe78a045e25f9ce4294b4be901115bddad8d87
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 3 09:03:11 2021 +0200

    Deprecat classic startup logging level
---
 core/camel-api/src/main/java/org/apache/camel/StartupSummaryLevel.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/camel-api/src/main/java/org/apache/camel/StartupSummaryLevel.java b/core/camel-api/src/main/java/org/apache/camel/StartupSummaryLevel.java
index d025d67..9e21bca 100644
--- a/core/camel-api/src/main/java/org/apache/camel/StartupSummaryLevel.java
+++ b/core/camel-api/src/main/java/org/apache/camel/StartupSummaryLevel.java
@@ -24,7 +24,9 @@ import javax.xml.bind.annotation.XmlEnum;
 @XmlEnum
 public enum StartupSummaryLevel {
 
+    @Deprecated
     Classic,
+
     Verbose,
     Default,
     Brief,