Skip to content

Solon 1.4.12

Compare
Choose a tag to compare
@noear noear released this 08 Jun 03:17
· 8035 commits to master since this release
  • 1.添加 opentracing-solon-plugin 插件
  • 2.重构 nami 拦截系统
  • 3.重构 NamiHandler 的初始化时机,改为调用时初始化(原:构建时初始化,可能一些依赖Bean未完成构建)
  • 4.重构 Nami Filter;改为链式过滤;并添加 Invocation,做为配套
  • 5.拆分 Nami.Builder 为独立的 NamiBuilder
  • 6.取消 Decoder, Encoder, Channel 对 Filter 的继承,改为添加 pretreatment 接口
  • 7.移动 Result 到 nami 包下
  • 8.添加 solon filter 序号位支持
  • 9.添加 Utils 新能力