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

build(deps): bump mybatis-plus from 3.5.5 to 3.5.6 #676

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Powered by Pull Request Badge

Bumps mybatis-plus from 3.5.5 to 3.5.6.
Updates com.baomidou:mybatis-plus from 3.5.5 to 3.5.6

Release notes

Sourced from com.baomidou:mybatis-plus's releases.

v3.5.6

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Changelog

Sourced from com.baomidou:mybatis-plus's changelog.

[v3.5.6] 2024.04.08

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Commits

Updates com.baomidou:mybatis-plus-annotation from 3.5.5 to 3.5.6

Release notes

Sourced from com.baomidou:mybatis-plus-annotation's releases.

v3.5.6

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Changelog

Sourced from com.baomidou:mybatis-plus-annotation's changelog.

[v3.5.6] 2024.04.08

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Commits

Updates com.baomidou:mybatis-plus-core from 3.5.5 to 3.5.6

Release notes

Sourced from com.baomidou:mybatis-plus-core's releases.

v3.5.6

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Changelog

Sourced from com.baomidou:mybatis-plus-core's changelog.

[v3.5.6] 2024.04.08

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Commits

Updates com.baomidou:mybatis-plus-extension from 3.5.5 to 3.5.6

Release notes

Sourced from com.baomidou:mybatis-plus-extension's releases.

v3.5.6

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Changelog

Sourced from com.baomidou:mybatis-plus-extension's changelog.

[v3.5.6] 2024.04.08

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Commits

Updates com.baomidou:mybatis-plus-boot-starter from 3.5.5 to 3.5.6

Release notes

Sourced from com.baomidou:mybatis-plus-boot-starter's releases.

v3.5.6

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Changelog

Sourced from com.baomidou:mybatis-plus-boot-starter's changelog.

[v3.5.6] 2024.04.08

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Commits

Updates com.baomidou:mybatis-plus-generator from 3.5.5 to 3.5.6

Release notes

Sourced from com.baomidou:mybatis-plus-generator's releases.

v3.5.6

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Changelog

Sourced from com.baomidou:mybatis-plus-generator's changelog.

[v3.5.6] 2024.04.08

  • fix: 修复通用Service多层代理引发的错误
  • fix: 修复Json类型处理器反序列化泛型丢失原始类型
  • fix: 修复填充器处理器基本类型数组出现强制错误
  • fix: 修复上版本移除掉Page方法保留至PageDto类之中
  • fix: 修复IllegalSQLInnerInterceptor未处理Parenthesis
  • fix: 修复IllegalSQLInnerInterceptor表名或字段名包裹导致无法获取索引信息和索引字段校验问题
  • fix: 修复KtUpdateChainWrapper调用setSql的时候params没有展开
  • fix: 修复useGeneratedShortKey配置失效
  • fix: 修复DataChangeRecorderInnerInterceptor一系列问题
  • feat: 去除sqlFirst与sqlComment转义(如有需要转义操作,请手动调用转义后传入)
  • feat: ServiceImpl修改为抽象类,防止错误直接实例化
  • feat: 重构代码生成器TemplateConfig配置,模板禁用与路径配置更改至对应具体实现之上
  • feat: 支持组合注解
  • feat: 新增 LambdaUpdateWrapper 字段自增 setIncrBy 自减 setDecrBy 方法
  • feat: 获取注入方法时传递org.apache.ibatis.session.Configuration
  • feat: 新增自增主键兼容配置开关(mybatis-plus.global-config.db-config.insert-ignore-auto-increment-column 默认false,开启INSERT语句无视主键字段生成)
  • feat: 新增参数填充器跳过方式(基于MappedStatement#id)
  • feat: 新增SQLite的DDL自动维护功
  • feat: 新增eqSql方法
  • feat: 新增SQL解析线程池
  • feat: 增加雪花ID生成器初始化日志打印(默认超过5秒打印警告日志)
  • feat: 升级mybatis至3.5.16
  • feat: 升级spring-cloud-commons
  • feat: 升级jsqlparser至4.9
  • test: Github增加CI
  • doc: 增加update(Wrapper)相关api无法自动填充注释
Commits

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-plus` from 3.5.5 to 3.5.6.

Updates `com.baomidou:mybatis-plus` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.5...v3.5.6)

Updates `com.baomidou:mybatis-plus-annotation` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.5...v3.5.6)

Updates `com.baomidou:mybatis-plus-core` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.5...v3.5.6)

Updates `com.baomidou:mybatis-plus-extension` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.5...v3.5.6)

Updates `com.baomidou:mybatis-plus-boot-starter` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.5...v3.5.6)

Updates `com.baomidou:mybatis-plus-generator` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.5.5...v3.5.6)

---
updated-dependencies:
- dependency-name: com.baomidou:mybatis-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.baomidou:mybatis-plus-annotation
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.baomidou:mybatis-plus-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.baomidou:mybatis-plus-extension
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.baomidou:mybatis-plus-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.baomidou:mybatis-plus-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies A dependency upgrade java Pull requests that update Java code patch Patch version labels Apr 8, 2024
@auto-assign auto-assign bot requested a review from henry-hub April 8, 2024 23:15
@ihub-bot ihub-bot bot added this to the 1.4.1 milestone Apr 8, 2024
Copy link

sonarcloud bot commented Apr 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@henry-hub henry-hub merged commit a86809d into main Apr 9, 2024
7 checks passed
@henry-hub henry-hub deleted the dependabot/gradle/mybatis-plus-3.5.6 branch April 9, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A dependency upgrade java Pull requests that update Java code patch Patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant