Skip to content

dubbo-2.5.10

Compare
Choose a tag to compare
@chickenlj chickenlj released this 14 Mar 00:56
· 9 commits to 2.5.x since this release

BugFixes

  • TimeUnit convert error in FutureAdapter, #1303.
  • Provider side failed to invoke service when deployed in docker, #1289.
  • Hessian serialization problem with types: short and byte, #1232.
  • Remove isdestrory() check in registry, make sure unregister works when shutdown, #1313
  • Reference annotation support annotate on annotation type

问题修复

  • FutureAdapter中的TimeUnit 转换失败问题, #1303.
  • docker部署中,服务端调用服务失败的问题, #1289.
  • Hessian序列化short 和 byte 类型时失败, #1232.
  • 移除注册中心的 isdestrory() 检查, 保证关闭时的取消注册生效, #1313
  • 引用注解支持注解类型