zrlw opened a new pull request, #64: URL: https://github.com/apache/dubbo-integration-cases/pull/64
the dubbo version should be updated to 3.3.4, otherwise the result of dubbo ```Build and Test Scheduled On 3.3``` might be failed since the latest dubbo (3.3.4) is incompatible with the older dubbo components introduced by dubbo 3.2 or 3.1, e.g. org.apache.dubbo/dubbo-serialization-hessian2, see detail at https://github.com/apache/dubbo/actions/runs/15263954530/job/42926652437 ``` org.apache.dubbo.remoting.RemotingException: Failed to send response: Response [id=1550737646597619068, version=2.0.2, status=20, event=false, error=null, result=AppResponse [value=metadata{app='serialization-test-3',revision='571587cf79bee058488f291db1348ee2',size=1,services=[org.apache.dubbo.samples.prefer.serialization.api.DemoService:3.0.0:dubbo]}, exception=null]], cause: java.lang.NoSuchMethodError: 'boolean org.apache.dubbo.common.serialize.hessian2.Hessian2SerializerFactory.isEnableUnsafeSerializer()' java.lang.NoSuchMethodError: 'boolean org.apache.dubbo.common.serialize.hessian2.Hessian2SerializerFactory.isEnableUnsafeSerializer()' at org.apache.dubbo.common.serialize.hessian2.Hessian2SerializerFactory.getDefaultSerializer(Hessian2SerializerFactory.java:63) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org