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.5 #3247

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 1, 2025

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

Release notes

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

Solon v3.0.5

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

具体更新

  • 新增 solon-data-rx-sqlutils 插件(基于 r2dbc 构建)
    • 可配合 solon-web-rx 或者 solon-cloud-gateway 使用
  • 添加 solon ClassUtil.scanClasses 方法
  • 添加 solon 非单例类使用生命周期时 warn 日志提醒
  • 添加 solon-cloud-gateway ExContext:toContext 方法,可用于支持经典接口接入(比如,sa-token 签权)
  • 添加 solon ContextHolder 替代 ContextUtil ,后者标为弃用
  • 添加 solon Context::isHeadersSent 方法,用于响应式转经典式后识别数据发送情况
  • 添加 solon SolonApp::isMain 方法,用于在单元测试时识别是否可同步到 System 属性集
  • 优化 solon ClassUtils.newInstance 异常类名显示
  • 优化 solon InjectGather:isMethod 条件(仅方法,之前构造也算),让@Bean方法的检测先于组件的构造器
  • 优化 solon-mvc Action 返回为 void,不作渲染处理
  • 优化 solon-data DsUtils 构建时支持 "@​type" 属性申明(统一未来的配置类型申明风格)
  • 优化 solon-data DataSources 的配置获取时机
  • 优化 solon-data-sqlutils SqlUtilsFactory 接口设计
  • 优化 solon-scheduling Async 异常提示
  • 优化 solon-scheduling Retry 拦截优先级到最里层
  • 优化 solon-scheduling-simple 调用异常提示
  • 修复 solon-mvc 以实体接收时 UploadedFile[] 字段不能注入的问题
  • 修复 solon-boot-smarthttp 会把默认时区设为 GMT 的问题
  • snakc3 升为 3.2.122
  • redisx 升为 1.6.9
  • socketd 升为 2.5.14
  • folkmq 升为 1.7.10
  • redisson 升为 3.39.0
  • smarthttp 升为 2.5
  • mybatis-flex 升为 1.10.3
  • sqltoy 升为 5.6.34.jre8
  • slf4j 升为 2.0.16
  • log4j 升为 2.24.3
  • jansi 升为 2.4.1
  • fury 升为 0.9.0

Solon v3.0.4.1

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

具体更新

  • 添加 solon Router:matchMainAndStatus 接口,并将 attr 处理移到外部
  • 添加 solon Props:addAll 方法
  • 添加 solon-security-validation 值类型支持检测,通过检测异常替代之前的类型校验失败
  • 优化 solon ServerEndpoint 注解支持属性模板

... (truncated)

Commits

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

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

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

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

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.5.

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

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

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

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

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

---
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 1, 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