From dccd7414eaabdada35f44f6a32b90bb8c1e64a12 Mon Sep 17 00:00:00 2001
From: liaozan <378024053@qq.com>
Date: Wed, 17 May 2023 17:56:36 +0800
Subject: [PATCH] Update BizId to support any type
---
pom.xml | 4 ++--
.../META-INF/spring-configuration-metadata.json | 10 ++++++++++
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 05b4118..9cf04f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.7.11
+ 2.7.12
com.schbrain.framework
@@ -793,4 +793,4 @@
-
\ No newline at end of file
+
diff --git a/starters/dubbo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json b/starters/dubbo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
index 346110a..3e8f9bd 100644
--- a/starters/dubbo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
+++ b/starters/dubbo-spring-boot-starter/src/main/resources/META-INF/spring-configuration-metadata.json
@@ -239,6 +239,11 @@
"type": "java.lang.String",
"sourceType": "org.apache.dubbo.config.ApplicationConfig"
},
+ {
+ "name": "dubbo.application.qos-anonymous-allow-commands",
+ "type": "java.lang.String",
+ "sourceType": "org.apache.dubbo.config.ApplicationConfig"
+ },
{
"name": "dubbo.application.qos-enable",
"type": "java.lang.Boolean",
@@ -2035,6 +2040,11 @@
"type": "org.apache.dubbo.rpc.model.ScopeModel",
"sourceType": "org.apache.dubbo.config.TracingConfig"
},
+ {
+ "name": "dubbo.tracing.tracing-exporter",
+ "type": "org.apache.dubbo.config.nested.ExporterConfig",
+ "sourceType": "org.apache.dubbo.config.TracingConfig"
+ },
{
"name": "dubbo.config-center.highest-priority",
"type": "java.lang.Boolean",
--
GitLab