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 have searched the issues of this repository and believe that this is not a duplicate.
I have checked the FAQ of this repository and believe that this is not a duplicate.
Environment
Dubbo version: 2.5.10
Operating System version: windows7
Java version: jdk1.8
when is use dubbo-2.5.10 startup my application ,show me the log is
[DUBBO] Using select timeout of 500, dubbo version: 2.0.1, current host: 192.168.1.18
About the issue of using the dubbo-2.5.10 boot log output version is 2.0.1
but if i use dubbo of 2.6.x ,it is no problem;
and when i see the MANIFEST.MF of 2.5.10 and 2.6.2,i found them:
2.0.1 and 2.0.2(will be present in 2.6.3 and 2.7.x) is the dubbo protocol version, it's useless for users, just for dubbo developers for compatibility.
This problem is only exists in 2.5.9 and 2.5.10. I suggest you upgrade to 2.6.2 or 2.6.3(coming soon).
Environment
when is use dubbo-2.5.10 startup my application ,show me the log is
About the issue of using the dubbo-2.5.10 boot log output version is 2.0.1
but if i use dubbo of 2.6.x ,it is no problem;
and when i see the MANIFEST.MF of 2.5.10 and 2.6.2,i found them:
dubbo-2.5.10 MANIFEST.MF file
but when i see the dubbo-2.6.2 MANIFEST.MF file
and the source code of
com.alibaba.dubbo.common.logger.support.FailsafeLogger
source code of com.alibaba.dubbo.common.Version
why the dubbo-2.5.x boot log output 2.0.1 ,can fix it?
The text was updated successfully, but these errors were encountered: