We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,由于 Dubbo SPI AOP 的 wrapper 类使用 ConcurrentHashSet 来存储的,导致无法确定 wrapper 类的顺序,建议改为 TreeSet 或者 List 来存储
The text was updated successfully, but these errors were encountered:
这样做没有意义,因为 classloader 加载的顺序也是未知的。应当确保 wrapper class 本身的实现与顺序无关。
Sorry, something went wrong.
可否给出更详细说明一下?从 代码外层中加载 SPI 对应类名文件来看,是按行从上往下读取,单个加载。是有顺序行的。
No branches or pull requests
hi,由于 Dubbo SPI AOP 的 wrapper 类使用 ConcurrentHashSet 来存储的,导致无法确定 wrapper 类的顺序,建议改为 TreeSet 或者 List 来存储

Environment
The text was updated successfully, but these errors were encountered: