You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sure that all the content I provide is in English.
Search before asking
I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
dubbo java 3.3.0, jdk 17, linux
Steps to reproduce this issue
i package a spring boot jar, named: dubbo-samples-spring-boot-provider-2.0.jar
and pom.xml of this jar (location: META-INF\maven\org.apache.dubbo\dubbo-samples-spring-boot-provider\pom.xml)
as follows:
i opend the flag: dubbo.metadata-report.report-metadata: true
and when i start this jar, command like this:
java -jar dubbo-samples-spring-boot-provider-2.0.jar
it will report metadata to nacos, and nacos metadata like this:
the param revision of serviceKey: test1/org.apache.dubbo.springboot.demo.DemoService:1.0:dubbo, is 1.1, why not 2.0 ?
What you expected to happen
the revision param of interface, will it be better get from ${project.verion} of pom.xml ?
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Yes I am willing to submit a pull request on my own!
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
dubbo java 3.3.0, jdk 17, linux
Steps to reproduce this issue
i package a spring boot jar, named: dubbo-samples-spring-boot-provider-2.0.jar
and pom.xml of this jar (location: META-INF\maven\org.apache.dubbo\dubbo-samples-spring-boot-provider\pom.xml)
as follows:
i opend the flag: dubbo.metadata-report.report-metadata: true
and when i start this jar, command like this:
java -jar dubbo-samples-spring-boot-provider-2.0.jar
it will report metadata to nacos, and nacos metadata like this:
the param revision of serviceKey: test1/org.apache.dubbo.springboot.demo.DemoService:1.0:dubbo, is 1.1, why not 2.0 ?
What you expected to happen
the revision param of interface, will it be better get from ${project.verion} of pom.xml ?
Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: