apache / dubbo-spring-boot-project

Spring Boot Project for Apache Dubbo
https://dubbo.apache.org
Apache License 2.0
5.41k stars 1.88k forks source link

直连无法进行版本控制 #602

Closed hqxy closed 5 years ago

hqxy commented 5 years ago

环境 dubbo-spring-boot-starter 版本:2.7.3 操作系统:win10 java: 8 问题描述: 当不设置注册中心,直接指定url调用时,会报找不到远程调用的错误,客户端版本号始终为0.0.0 debug了一下dubbo的代码,发现在org.apache.dubbo.rpc.cluster.support.ClusterUtils#mergeUrl方法将version给remove org.apache.dubbo.rpc.cluster.support.ClusterUtils#mergeUrl 87行

mercyblitz commented 5 years ago

It's a known issue, it will be fixed in 2.7.4