You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "carryxyh (GitHub)" <gi...@apache.org> on 2018/11/21 03:15:22 UTC

[GitHub] [incubator-dubbo] carryxyh commented on issue #2799: Router compareTo 方法实现引发异常

Personally think it is indeed a problem.
Here you can find the [incompatibility list](https://www.oracle.com/technetwork/java/javase/compatibility-417013.html#incompatibilities) of JDK6 and 7, which contains the sorting problem of Collections.
In the 1.7 version, the problem you describe will be thrown, and will not be thrown in 1.6. We need to optimize this problem, allowing the same priority to be specified.

@63914578 
Can you submit a pr to fix this problem?

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/2799 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org