Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps mybatis-plus-boot-starter from 3.4.3.2 to 3.5.1.

Changelog

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

[v3.5.1] 2022.01.25

  • 新增 impala 数据库支~~持
  • 缓存动态获取数据库类型~~
  • 新增可控分配 id 方法 fixed github pull/4231
  • 延迟枚举扫描注册
  • 乐观锁插件支持根据wrapper填充 github pull/3664
  • H2KeyGenerator 语法修改
  • SimpleQuery 优化及Bug修改
  • fixed gitee issues/I4P9EN
  • SybaseDialect 关键词替换优化

[v3.5.0] 2022.01.01

  • 升级 mybatis 3.5.9
  • 升级 jsqlparser 4.3
  • 新增移除 Mapper 相关缓存,支持 GroovyClassLoader 动态注入 Mapper
  • 添加动态表名的钩子函数 baomidou/mybatis-plus#3965
  • 注入类 DefaultSqlInjector 优化调整
  • 反射类 ReflectionKit 优化 field -> field 改为 Function.identity()
  • baseMapper 新增方法 exist 方法
  • 解决 sysbase 小写 from 导致 index 取不到正确的索引值问题
  • 新增通过 entityClass 获取 Mapper 方法 BaseMapper<Entity> mapper = SqlHelper.getMapper(Entity.class);
  • 注入方法 byId 注入优化
  • 多租户 right join bug https://gitee.com/baomidou/mybatis-plus/issues/I4FP6E baomidou/mybatis-plus#4035
  • 自定义注入方法名优化 baomidou/mybatis-plus#4159
  • 新增 sap hana 内存数据库
  • 新增 SimpleQuery 工具栏查询
  • SQL 注入验证工具类 代码修改写法
  • 整理字符串常量的使用
  • upgrade license-gradle-plugin version
  • 自定义注入方法名优化 (不兼容)
  • 重载columnsToString方法允许子类调整
  • 修复 et 判断逻辑 fixed gitee issues/I4L4XV
  • 逻辑删除 byId 支持转换为实体删除填充

[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

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2022
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #112 (d85f890) into master (040e06f) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #112   +/-   ##
=========================================
  Coverage     13.44%   13.44%           
  Complexity       64       64           
=========================================
  Files            79       79           
  Lines          1138     1138           
  Branches         74       74           
=========================================
  Hits            153      153           
  Misses          977      977           
  Partials          8        8           
Flag Coverage Δ
unittests 13.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e2127d...d85f890. Read the comment docs.

Bumps [mybatis-plus-boot-starter](https://github.com/baomidou/mybatis-plus) from 3.4.3.2 to 3.5.1.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.baomidou-mybatis-plus-boot-starter-3.5.1 branch from ba26053 to d85f890 Compare April 8, 2022 06:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 31, 2022

Superseded by #132.

@dependabot dependabot bot closed this May 31, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.baomidou-mybatis-plus-boot-starter-3.5.1 branch May 31, 2022 19:11
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.

1 participant