Albumen Kevin

Results 745 comments of Albumen Kevin

Try it with version 3.2.4, this should be fixed

> > Try it with version 3.2.4, this should be fixed > > i try with both 3.2.4 and 3.2.5-SNAPSHOT, the two versions do not work too. What is the...

StreamObserver is a special class and should not pass to Serialize checker

![image](https://github.com/apache/dubbo/assets/9292748/2c95a71a-428c-4312-bc79-961b1a2c24b3) Case failed

You can get the case in https://github.com/apache/dubbo-integration-cases/tree/main/99-integration/dubbo-samples-test-13580. Update the dubbo version in pom, and test it.

> 官网写着:Dubbo 3 最新特性版本,包含了如 Spring Boot 3、JDK 17、服务粒度的线程池隔离等。但是我看3.2.5里面spring boot 版本还是2.7.14,还没有升级到spring boot 3.x啊 因为 springboot 3 强要求 jdk17,为了更好地提高兼容性,所以默认示例用的还是 2 的 https://github.com/apache/dubbo-samples/tree/master/10-task/dubbo-samples-develop 这个示例是 3 的