Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump solon.version from 3.0.1 to 3.0.6 #3279

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2025

Bumps solon.version from 3.0.1 to 3.0.6.
Updates org.noear:solon-parent from 3.0.1 to 3.0.6

Release notes

Sourced from org.noear:solon-parent's releases.

Solon v3.0.6

兼容说明(从 v2 升级的同学,需详看)

具体更新

  • 新增 solon-flow 插件
  • 添加 solon ScanUtil 对本地文件目录的扫描支持
  • 调整 solon-proxy ProxyUtil 增强工具实用性
  • 调整 solon Props:loadAdd(name) 改为 Props:loadAdd(uri),支持表达式
  • 调整 solon solon.config.loadsolon.config.addProps:loadAdd(uri) 统一规范格式与处理逻辑(同时支持内部与外部)
  • 优化 solon 注入失败时的日志定位(支持类级定位)
  • 优化 IoUtil.transferTo 添加 out.flush 自动处理
  • 优化 solon bean 集合注入处理
  • 优化 solon-data ConnectionWrapper 添加 getNetworkTimeout 异常过滤(有些驱动不支持此接口)
  • 优化 solon-mvc Action 返回为 void 的情况,当二次加工后仍为 null 时,不作渲染处理
  • 优化 solon-cloud-gateway 路由排序,增加路径深度优先处理
  • 优化 solon-cloud-gateway Path 断言,增加多路径支持
  • 优化 mybatis-solon-plugin 用 MybatisSessionTemplate 替换 MybatisMapperInterceptor
  • 优化 mybatis-solon-plugin SolonManagedTransaction getTimeout 添加异常过滤(有些驱动不支持此接口)
  • 修复 solon 启动时使用接口排除插件无效的问题
  • snack3 升为 3.2.124
  • fastjson2 升为 2.0.54
  • snakeyaml 升为 2.3
  • mybatis 升为 3.5.17
  • mybatis-plus 升为 3.5.9
  • mybatis-flex 升为 1.10.5
  • sqltoy 升为 5.6.37.jre8
  • guava 升为 33.4.0-jre
  • hutool 升为 5.8.35
  • smarthttp 升为 2.5.1,修复 ws idle 超时问题
  • freemarker 升为 2.3.34
  • thymeleaf 升为 3.1.3.RELEASE
  • beetl 升为 3.19.0.RELEASE
  • logback 升为 1.3.15
  • junit5 升为 5.11.4
  • solonx 升为 1.1.3

Solon v3.0.5

兼容说明(从 v2 升级的同学,需详看)

具体更新

  • 新增 solon-data-rx-sqlutils 插件(基于 r2dbc 构建)
    • 可配合 solon-web-rx 或者 solon-cloud-gateway 使用
  • 添加 solon ClassUtil.scanClasses 方法
  • 添加 solon 非单例类使用生命周期时 warn 日志提醒

... (truncated)

Commits

Updates org.noear:solon-logging-simple from 3.0.1 to 3.0.6

Updates org.noear:solon-test from 3.0.1 to 3.0.6

Updates org.noear:solon-maven-plugin from 3.0.1 to 3.0.6

Updates org.noear:solon-serialization from 3.0.1 to 3.0.6

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 <dependency name> 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)

Bumps `solon.version` from 3.0.1 to 3.0.6.

Updates `org.noear:solon-parent` from 3.0.1 to 3.0.6
- [Release notes](https://github.com/noear/solon/releases)
- [Commits](opensolon/solon@v3.0.1...v3.0.6)

Updates `org.noear:solon-logging-simple` from 3.0.1 to 3.0.6

Updates `org.noear:solon-test` from 3.0.1 to 3.0.6

Updates `org.noear:solon-maven-plugin` from 3.0.1 to 3.0.6

Updates `org.noear:solon-serialization` from 3.0.1 to 3.0.6

---
updated-dependencies:
- dependency-name: org.noear:solon-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.noear:solon-logging-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.noear:solon-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.noear:solon-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.noear:solon-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants