Albumen Kevin

Results 744 comments of Albumen Kevin

https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-nacos/dubbo-samples-nacos-configcenter 参考这个用例进行配置,只能通过 dubbo 可以读取的方式配置

https://dubbo.apache.org/zh/docs3-v2/java-sdk/reference-manual/config/principle/#33-%E5%A4%96%E9%83%A8%E5%8C%96%E9%85%8D%E7%BD%AE

通过这种方式i配置的不支持动态更新,如果需要动态更新的可以参考 https://dubbo.apache.org/zh/docs3-v2/java-sdk/advanced-features-and-usage/traffic/config-rule/

It is better to check that `ValidationException` is an instance of `ConstraintViolationException`. If true, build a custom message for newly created `RpcException`.

Could you please create a PR to fix this? Also patch to `JValidatorNew`

FastJson2 will support JDK17 natively, while hessian only support JDK11 and should open jdk module in JDK17 for compatible purpose. Also, Fastjson2 has a high performance gain compared to hessian....

I tried to adapt fastjson2 to Dubbo as the default serializer. All unit test cases pass. Integration tests fail due to package issues. Refer https://github.com/albumenj/dubbo/tree/0424_jdk_17

This might the issue of Spring Cloud Alibaba.

这个是使用了 fatjar 模式后出现的重复 class 情况,后面需要考虑忽略对 fatjar 的检测