Skip to content

Solon 1.10.6

Compare
Choose a tag to compare
@noear noear released this 09 Oct 04:40
· 4524 commits to master since this release
  • 新增 easypoi-solon-plugin 插件
  • 新增 easypoi-web-plugin 插件
  • 新增 easypoi-wps-plugin 插件
  • 添加 solon-test 对 junit5 支持(使用时注意 junit5 与 juint4 注解的区别)
  • 添加 view 相关插件可单独实例化使用的支持
  • 修复 mybatis-plugin 配置 mappers 为 xml 时,不能通过 @Inject 注入 mapper 的问题
  • 修复 GenericUtil 不能获取多重继承的泛型类型
  • 优化 Action、Gateway、RouterHandler 内部异常处理逻辑;不再强调用 event 控制输出
  • 优化 Server 最终输出逻辑:(ctx.getHandled() || ctx.status() >= 200)
  • 优化 clz.newInstance() [jdk9 已弃用] 统一改为 Utils.newInstance(clz)
  • 升级 smartsocket 为 1.5.22
  • 升级 smarthttp 为 1.1.16
  • 升级 redisx 为 1.4.4
  • 升级 beetl 为 3.12.0
  • 升级 snack3 为 3.2.41
  • 升级 weed3 为 3.4.30