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

chore(deps): bump mybatis-plus-boot-starter from 3.4.2 to 3.4.3.4 #98

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2021

Bumps mybatis-plus-boot-starter from 3.4.2 to 3.4.3.4.

Release notes

Sourced from mybatis-plus-boot-starter's releases.

v3.4.3

增加瀚高数据库支持 增加注解 Order By 支持默认排序 Wrapper exists notExists orderBy groupBy 支持参数绑定 Wrapper 支持 setParamAlias 其它优化 优化 KeyGenerator 支持多实现多数据源注入 增强 ServiceImpl 泛型推断,解决多继承与代理问题 新增 PageDto 用于微服务对象传输序列化 新增 Page 提供静态 of 构造方式 增加代理 MethodHandleProxies 对 lambda 调试支持 调整 ActiveRecord 日志对象初始化 调整 ActiveRecord 模式 Model 类开发 pkVal 方法外部可用 删除标记过时代码 优化枚举值获取方式 分页 count 安全处理 Sequence 方法支持重写支持 升级 Mybatis 3.5.7 修复自动配置 lazy-initialization 无属性提示 修复 mysql on duplicate key update 字段名判断为表名问题 修复 lambda 条件 npe 异常 重构 lambda 信息提取方法 获取 lambda 信息不在序列化 合并 gitee pulls/ 141 fixed github issues/3208 3016 fixed github issues/3482 数据权限处理器支持 union all 调整事务未启用打印提示信息 单元测试优化相关依赖升级

Changelog

Sourced from mybatis-plus-boot-starter's changelog.

[v3.4.3.4] 2021.09.22

  • order by wrapper 存在条件不排序问题处理
  • 解决引入 cloud InetUtils 类编译错误
  • 升级 sql 解析依赖 jsqlparser 版本 4.2
  • fix: 修复 JDK16 中增加模块化校验后,导致 lambda 序列化失败问题
  • fix: java 17 的支持 #I4A7I5
  • bug: fix left join 条件构造会多一个的问题
  • fix: 当逻辑删除字段默认值为null时,阻止全表更新插件失效
  • 分页 count(*) as total
  • 允许注入自定义事务工厂 TransactionFactory

[v3.4.3.3] 2021.09.05

  • 移除不在实用类 ISqlParserFilter AbstractJsqlParser 需要使用从旧版本复制
  • 移除全局配置workerId,datacenterId参数,推荐直接初始化identifierGenerator
  • count 方法 Integer 修改为 Long 涉及升级成本【注意】,对于涉及缺陷调整给您造成困扰表示抱歉
  • 修复主键 @​0rderby 注解 bug
  • 修复 String 主键删除失败
  • 主键类型增加 BigDecimal BigInteger 支持
  • 隔离 spring 框架强依赖,非 spring 框架用 mp 注入 GenericTypeUtils.setGenericTypeResolver

[v3.4.3.2] 2021.08.21

  • 增加 goldilocks 数据库 csiidb 数据库 的支持
  • 增加对南大通用GBase 8s数据库的支持(GBASEDBT),区别于原有定义(GBASE)
  • 优化 selectOne 查询方式,精简 SQL 注入
  • PropertyMapper.whenNotBlack to whenNotBlank
  • BaseMapper新增deleteById(T entity)方法
  • jsqlparser 版本 4.0 升级 4.1
  • TableInfo新增原生Reflector反射操作.
  • 解决 lambda 构造器在 JDK16 中无法运行的问题
  • wrapper clear 将sqlSegment重置为空串 缓存标志重置为true
  • 注入器调整无主键不注入ById方法
  • 自动构建 resultMap 处理主键获取真正的字段名
  • Wrapper optimized: 优化警告
  • Wrapper 新增 gtSql geSql ltSql leSql 方法
  • 新增对CUBRID数据库的支持
  • fix github pull/3557 乐观锁新增版本号 null 自定义异常,租户插入忽略逻辑允许自定义
  • fix github issues/2931 解决结果集大于 Integer 异常问题
  • fix github issues/3652 k8s 网络获取失败问题
  • fix gitee issues/I3Z2RG 优化 Order By SQL 注入识别率
  • fix gitee issues/3826 优化动态表名处理器
  • fix gitee issues/I3UQH5 修复注解@​OrderBy,使用limit 异常
  • fix github issues/3768 mysql 批量自增 bug
  • 修复自动构建resultMap时主键字段映射错误&OrderBySegmentList懒加载执行
  • 源代码升级相关测试依赖,构建环境 gradle 升级为 7.1 新增更多测试用例

... (truncated)

Commits

Dependabot compatibility score

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 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-boot-starter](https://github.com/baomidou/mybatis-plus) from 3.4.2 to 3.4.3.4.
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](https://github.com/baomidou/mybatis-plus/commits)

---
updated-dependencies:
- dependency-name: com.baomidou:mybatis-plus-boot-starter
  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 Sep 23, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2022

Superseded by #106.

@dependabot dependabot bot closed this Jan 3, 2022
@dependabot dependabot bot deleted the dependabot/maven/develop/com.baomidou-mybatis-plus-boot-starter-3.4.3.4 branch January 3, 2022 04:02
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