yulichang / mybatis-plus-join

支持连表查询的mybatis-plus,mybatis-plus风格的连表操作提供wrapper.leftJoin(),wrapper.rightJoin()等操作
https://mybatis-plus-join.github.io
Apache License 2.0
1.18k stars 128 forks source link

chore(deps): bump solon.varrsion from 2.8.0 to 2.9.3 #172

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps solon.varrsion from 2.8.0 to 2.9.3. Updates org.noear:solon from 2.8.0 to 2.9.3

Release notes

Sourced from org.noear:solon's releases.

Solon v2.9.3

  • 新增 solon-web-vertx 插件
  • 新增 solon 分类注入支持体系
  • 新增 solon 分类构建支持体系
  • 调整 solon Before,After Handler 体系标为弃用
  • 调整 solon Props:getBean 标为弃用
  • 调整 solon NvMap:getBean 标为弃用
  • 添加 solon Action 过滤器体系(替代 Before,After 体系)
  • 添加 Context::sessionReset 方法
  • 添加 solon Props:toBean 方法(替代 Props:getBean)
  • 添加 solon-scheduling CommandExecutorProxy 原型代理支持
  • 添加 solon-data DsUtils.observeDs 方法
  • 添加 solon-cloud CloudEventHandlerPlus 原型代理支持
  • 添加 solon-cloud CloudConfigHandler 原型代理支持
  • 添加 solon-cloud CloudEventHandler 原型代理支持
  • 添加 solon-cloud-gateway X_Forwarded_Host 和 https 转发支持
  • 添加 solon-cloud-gateway RewritePathFilterFactory
  • 添加 solon-cloud-gateway QueryPredicateFactory
  • 调整 solon Constants 内部类改为接口类型
  • 凋整 solon-cloud-gateway 路由处理体系,支持路由多协议头扩展
  • 调整 solon-scheduling scheduled 内部实现类(强调原型代理概念
  • 调整 solon ContextPathFilter index 改为 -990
  • 调整 solon-i18n I18nFilter index 改为 -980
  • 提醒 solon AppContext::beanAroundAdd 添加弃用打印日志
  • 提醒 solon 添加不支持单例的打印日志
  • 修复 solon BeanWrap::rawClz 处理 anonymousClass 失误的问题
  • wood 升为 1.3.4
  • redisson 升为 3.35.0
  • bean-searcher 升为 4.3.2

Solon v2.9.2

  • 新增 solon-config-plus
  • 添加 NOTICE
  • 添加 solon @​Bean::priority 属性(用于 onMissing 条件时的运行优先级)
  • 添加 solon-cloud 的分布式注解开关
  • 添加 solon Context::cookieValues(name) 方法
  • 添加 solon MultiMap 类,用于 Context 能力优化
  • 添加 solon-web-rx 对 ndjson 支持
  • 优化 solon-cloud-gateway body 修改支持
  • 修复 solon beanRegister 处理的兼容性(2.9.0 出现了一点不兼容)
  • 调整 快捷方式只保留:solon-lib 和 solon-web(原 solon-web 去掉 view,方便自选)
  • 移除 旧包 solon.test(改用 solon-test)
  • 移除 旧包 solon.web.flux(改用 solon-web-rx)
  • 移除 旧包 detector-solon-plugin(改用 solon-health-detector)
  • 移除 旧包 log4j2-solon-plugin(改用 solon-logging-log4j2)
  • 移除 旧包 logback-solon-plugin(改用 solon-logging-logback)
  • 移除 旧包 solon.extend.schedule
  • wood 升为 1.3.1
  • redisson 升为 3.34.1

... (truncated)

Commits
  • 4bc087b 2.9.3
  • 55da13c 2.9.3
  • 78953de I180Filter 改为 -980
  • 23d0594 ContextPathFilter 改为 -990
  • 5acc724 bean-searcher 升为 4.3.2
  • e9bf32d bean-searcher 升为 4.3.2
  • 504845b 调整 BeanInjector 的 VarHolder 参数名简写
  • de54d9e 调整 solon-data @Ds 的注入目标范围
  • 7b819ed 添加 solon-data DsUtils.observeDs 方法
  • 86b8994 添加 solon-data @Ds 注解(未来用于替代分散的 @Db
  • Additional commits viewable in compare view


Updates org.noear:mybatis-solon-plugin from 2.8.0 to 2.9.3

Updates org.noear:mybatis-plus-extension-solon-plugin from 2.8.0 to 2.9.3

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)