diff --git a/pom.xml b/pom.xml index 05b4118c8cd78840270accb9a96a8d246cb78155..9cf04f1ed2d6d41e5db25747045e7b65bd5e0a06 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 346110a74945e52b83de855c14f66db293f33c36..3e8f9bdb744c344962347ccf87d232a307710b71 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",