github apache/dubbo dubbo-2.5.6

latest releases: 3.2.12, dubbo-3.3.0-beta.2, dubbo-3.2.11...
6 years ago

Fixed issues

  1. Fixed PojoUtils problems: Enum Type, private fileds.
  2. RejectException can not be sent to the consumer side when provider threadpool is exhausted.
  3. Avoid the unnecessary response transfer when the payload is overload.
  4. Slf4jLogger can reflect the actual line number.
  5. Concurrency cause unexpected multi-port binding when using delay export
  6. Mock never work when there's no provider.
  7. Some optimization:OverrideListener、Stop unnecessary heartbeat on provider、Main bootstrap process, etc..
  8. Some bugfixs:dynamic configuration can not be deleted、telnet invoke support json arguments、monitor statistics problem, etc..

see Milestone-2.5.6 for details

New features

  1. Support for Netty4 manual
  2. Auto stack dump when thread pool exhausted. manual
  3. Jdk 1.8 new date-time types support for hessian2 serialization.

问题修复

  1. 修复 PojoUtils 问题: 枚举类型,私有成员.
  2. 在服务端线程池耗尽时,RejectException 无法被传到客户端.
  3. 在符合满载时,避免不必要的应答传输.
  4. Slf4jLogger 能够反映出真实的行号.
  5. 延迟暴露时,并发问题导致意外的多端口绑定
  6. 没有服务端时Mock不生效的问题.
  7. 一些优化:OverrideListener、停止服务端不必要的心跳、主启动流程, 等等
  8. 一些问题修复:动态配置无法删除,telent调用支持json参数、监控统计问题,等等

详情请见 2.5.6里程碑

新特性支持

  1. 支持Netty4 手册
  2. 线程池满时的自动转储. 手册
  3. hessian2序列化支持Jdk 1.8 中新的 date-time 类型.

Don't miss a new dubbo release

NewReleases is sending notifications on new releases.