From a36a2869c31688dfda27265e9565a709cb58c759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=BB=E8=8A=B3?= Date: Wed, 21 Jun 2023 13:40:42 +0800 Subject: [PATCH] fix_SofaTracerConfigurationListener_order --- pom.xml | 2 +- .../sofa/boot/util/ApplicationListenerOrderConstants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 52f2c7049..80578b5ca 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ SOFABoot Build - 3.19.0 + 3.19.1-SNAPSHOT ${revision} 1.6.7 diff --git a/sofa-boot-project/sofa-boot/src/main/java/com/alipay/sofa/boot/util/ApplicationListenerOrderConstants.java b/sofa-boot-project/sofa-boot/src/main/java/com/alipay/sofa/boot/util/ApplicationListenerOrderConstants.java index f5bb0be5f..8c2ef1e64 100644 --- a/sofa-boot-project/sofa-boot/src/main/java/com/alipay/sofa/boot/util/ApplicationListenerOrderConstants.java +++ b/sofa-boot-project/sofa-boot/src/main/java/com/alipay/sofa/boot/util/ApplicationListenerOrderConstants.java @@ -43,7 +43,7 @@ public class ApplicationListenerOrderConstants { */ public static final int SOFA_CONFIG_SOURCE_SUPPORT_LISTENER_ORDER = LOG_ENVIRONMENT_PREPARING_LISTENER_ORDER + 3; - public static final int SOFA_TRACER_CONFIGURATION_LISTENER_ORDER = Ordered.HIGHEST_PRECEDENCE + 50; + public static final int SOFA_TRACER_CONFIGURATION_LISTENER_ORDER = Ordered.HIGHEST_PRECEDENCE + 30; static { Assert