Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump mybatis-flex.version from 1.11.4 to 1.11.5 in /sz-dependencies#312

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/maven/sz-dependencies/dev/mybatis-flex.version-1.11.5
Open

Bump mybatis-flex.version from 1.11.4 to 1.11.5 in /sz-dependencies#312
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/maven/sz-dependencies/dev/mybatis-flex.version-1.11.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps mybatis-flex.version from 1.11.4 to 1.11.5.
Updates com.mybatis-flex:mybatis-flex-spring-boot3-starter from 1.11.4 to 1.11.5

Release notes

Sourced from com.mybatis-flex:mybatis-flex-spring-boot3-starter's releases.

v1.11.5

  • 新增:新增 mybatis-flex-spring-boot4-starter 模块,支持 Spring Boot 4
  • 新增:Query 模块新增 OrderType 获取方法,感谢 @​ruansheng8
  • 新增:Core 模块新增 getQueryColumn 方法,感谢 @​ruansheng8
  • 优化:统一 Core 模块的代码风格(-m core),感谢 @​ruansheng8
  • 优化:删除语句中单主键条件的 SQL 拼接逻辑优化,感谢 @​AXBest
  • 修复:带子查询场景下,分页优化误删 JOIN 的问题,感谢 @​cybzzz
  • 修复:Base Entity 包路径替换逻辑不正确的问题,感谢 @​LucasC
  • 修复:mybatis-flex-test/mybatis-flex-seata-test 模块中 ${project.version} 缺少右大括号导致的 Maven 依赖错误
  • 调整:mybatis-flex-solon-plugin 中,当配置了 mapperLocations 但未注册 Mapper 时,日志级别由异常调整为 warn,感谢 @​noear
  • 构建:新增 mybatis-spring 依赖,并添加 mvn17.sh 构建脚本
  • 构建:升级 Spring Boot 4 至 v4.0.0
  • 构建:移除未使用的 spring-boot4 版本属性
  • 构建:回滚 maven-gpg-plugin 的相关配置
  • 构建:在 mybatis-flex-dependencies 模块中引入 mybatis-flex-spring-boot4-starter
Changelog

Sourced from com.mybatis-flex:mybatis-flex-spring-boot3-starter's changelog.

v1.11.5 20251224

  • 新增:新增 mybatis-flex-spring-boot4-starter 模块,支持 Spring Boot 4
  • 新增:Query 模块新增 OrderType 获取方法,感谢 @​ruansheng8
  • 新增:Core 模块新增 getQueryColumn 方法,感谢 @​ruansheng8
  • 优化:统一 Core 模块的代码风格(-m core),感谢 @​ruansheng8
  • 优化:删除语句中单主键条件的 SQL 拼接逻辑优化,感谢 @​AXBest
  • 修复:带子查询场景下,分页优化误删 JOIN 的问题,感谢 @​cybzzz
  • 修复:Base Entity 包路径替换逻辑不正确的问题,感谢 @​LucasC
  • 修复:mybatis-flex-test/mybatis-flex-seata-test 模块中 ${project.version} 缺少右大括号导致的 Maven 依赖错误
  • 调整:mybatis-flex-solon-plugin 中,当配置了 mapperLocations 但未注册 Mapper 时,日志级别由异常调整为 warn,感谢 @​noear
  • 构建:新增 mybatis-spring 依赖,并添加 mvn17.sh 构建脚本
  • 构建:升级 Spring Boot 4 至 v4.0.0
  • 构建:移除未使用的 spring-boot4 版本属性
  • 构建:回滚 maven-gpg-plugin 的相关配置
  • 构建:在 mybatis-flex-dependencies 模块中引入 mybatis-flex-spring-boot4-starter
Commits
  • 4d9f78b build: v1.11.5 release (^.^)YYa!!
  • b08a8cc build: v1.11.5 release (^.^)YYa!!
  • 64b1a9b build: v1.11.5 release (^.^)YYa!!
  • f04cb8b Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
  • 6919e8b docs: update docs
  • af5cd9c chore(build): add mybatis-spring dependency and mvn17.sh script
  • 7cc4a99 chore(deps): remove unused spring-boot4 version property
  • b64a5a9 !562 update mybatis-flex-test/mybatis-flex-seata-test/pom.xml.
  • 291b481 update mybatis-flex-test/mybatis-flex-seata-test/pom.xml.
  • d555a8e !561 mybatis-flex-solon-plugin:当有 mapperLocations 配置又没有相关注册时,改为 warn 日志(之前为异常)
  • Additional commits viewable in compare view

Updates com.mybatis-flex:mybatis-flex-processor from 1.11.4 to 1.11.5

Release notes

Sourced from com.mybatis-flex:mybatis-flex-processor's releases.

v1.11.5

  • 新增:新增 mybatis-flex-spring-boot4-starter 模块,支持 Spring Boot 4
  • 新增:Query 模块新增 OrderType 获取方法,感谢 @​ruansheng8
  • 新增:Core 模块新增 getQueryColumn 方法,感谢 @​ruansheng8
  • 优化:统一 Core 模块的代码风格(-m core),感谢 @​ruansheng8
  • 优化:删除语句中单主键条件的 SQL 拼接逻辑优化,感谢 @​AXBest
  • 修复:带子查询场景下,分页优化误删 JOIN 的问题,感谢 @​cybzzz
  • 修复:Base Entity 包路径替换逻辑不正确的问题,感谢 @​LucasC
  • 修复:mybatis-flex-test/mybatis-flex-seata-test 模块中 ${project.version} 缺少右大括号导致的 Maven 依赖错误
  • 调整:mybatis-flex-solon-plugin 中,当配置了 mapperLocations 但未注册 Mapper 时,日志级别由异常调整为 warn,感谢 @​noear
  • 构建:新增 mybatis-spring 依赖,并添加 mvn17.sh 构建脚本
  • 构建:升级 Spring Boot 4 至 v4.0.0
  • 构建:移除未使用的 spring-boot4 版本属性
  • 构建:回滚 maven-gpg-plugin 的相关配置
  • 构建:在 mybatis-flex-dependencies 模块中引入 mybatis-flex-spring-boot4-starter
Changelog

Sourced from com.mybatis-flex:mybatis-flex-processor's changelog.

v1.11.5 20251224

  • 新增:新增 mybatis-flex-spring-boot4-starter 模块,支持 Spring Boot 4
  • 新增:Query 模块新增 OrderType 获取方法,感谢 @​ruansheng8
  • 新增:Core 模块新增 getQueryColumn 方法,感谢 @​ruansheng8
  • 优化:统一 Core 模块的代码风格(-m core),感谢 @​ruansheng8
  • 优化:删除语句中单主键条件的 SQL 拼接逻辑优化,感谢 @​AXBest
  • 修复:带子查询场景下,分页优化误删 JOIN 的问题,感谢 @​cybzzz
  • 修复:Base Entity 包路径替换逻辑不正确的问题,感谢 @​LucasC
  • 修复:mybatis-flex-test/mybatis-flex-seata-test 模块中 ${project.version} 缺少右大括号导致的 Maven 依赖错误
  • 调整:mybatis-flex-solon-plugin 中,当配置了 mapperLocations 但未注册 Mapper 时,日志级别由异常调整为 warn,感谢 @​noear
  • 构建:新增 mybatis-spring 依赖,并添加 mvn17.sh 构建脚本
  • 构建:升级 Spring Boot 4 至 v4.0.0
  • 构建:移除未使用的 spring-boot4 版本属性
  • 构建:回滚 maven-gpg-plugin 的相关配置
  • 构建:在 mybatis-flex-dependencies 模块中引入 mybatis-flex-spring-boot4-starter
Commits
  • 4d9f78b build: v1.11.5 release (^.^)YYa!!
  • b08a8cc build: v1.11.5 release (^.^)YYa!!
  • 64b1a9b build: v1.11.5 release (^.^)YYa!!
  • f04cb8b Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
  • 6919e8b docs: update docs
  • af5cd9c chore(build): add mybatis-spring dependency and mvn17.sh script
  • 7cc4a99 chore(deps): remove unused spring-boot4 version property
  • b64a5a9 !562 update mybatis-flex-test/mybatis-flex-seata-test/pom.xml.
  • 291b481 update mybatis-flex-test/mybatis-flex-seata-test/pom.xml.
  • d555a8e !561 mybatis-flex-solon-plugin:当有 mapperLocations 配置又没有相关注册时,改为 warn 日志(之前为异常)
  • Additional commits viewable in compare view

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 `mybatis-flex.version` from 1.11.4 to 1.11.5.

Updates `com.mybatis-flex:mybatis-flex-spring-boot3-starter` from 1.11.4 to 1.11.5
- [Release notes](https://github.com/mybatis-flex/mybatis-flex/releases)
- [Changelog](https://github.com/mybatis-flex/mybatis-flex/blob/main/changes.md)
- [Commits](mybatis-flex/mybatis-flex@v1.11.4...v1.11.5)

Updates `com.mybatis-flex:mybatis-flex-processor` from 1.11.4 to 1.11.5
- [Release notes](https://github.com/mybatis-flex/mybatis-flex/releases)
- [Changelog](https://github.com/mybatis-flex/mybatis-flex/blob/main/changes.md)
- [Commits](mybatis-flex/mybatis-flex@v1.11.4...v1.11.5)

---
updated-dependencies:
- dependency-name: com.mybatis-flex:mybatis-flex-spring-boot3-starter
  dependency-version: 1.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.mybatis-flex:mybatis-flex-processor
  dependency-version: 1.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Dec 29, 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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants