Fixed issues
- Fixed PojoUtils problems: Enum Type, private fileds.
- RejectException can not be sent to the consumer side when provider threadpool is exhausted.
- Avoid the unnecessary response transfer when the payload is overload.
- Slf4jLogger can reflect the actual line number.
- Concurrency cause unexpected multi-port binding when using delay export
- Mock never work when there's no provider.
- Some optimization:OverrideListener、Stop unnecessary heartbeat on provider、Main bootstrap process, etc..
- 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
- Support for Netty4 manual
- Auto stack dump when thread pool exhausted. manual
- Jdk 1.8 new date-time types support for hessian2 serialization.
问题修复
- 修复 PojoUtils 问题: 枚举类型,私有成员.
- 在服务端线程池耗尽时,RejectException 无法被传到客户端.
- 在符合满载时,避免不必要的应答传输.
- Slf4jLogger 能够反映出真实的行号.
- 延迟暴露时,并发问题导致意外的多端口绑定
- 没有服务端时Mock不生效的问题.
- 一些优化:OverrideListener、停止服务端不必要的心跳、主启动流程, 等等
- 一些问题修复:动态配置无法删除,telent调用支持json参数、监控统计问题,等等
详情请见 2.5.6里程碑