dependabot[bot] opened a new pull request, #5001:
URL: https://github.com/apache/eventmesh/pull/5001

   Bumps [com.baomidou:mybatis-plus](https://github.com/baomidou/mybatis-plus) 
from 3.5.6 to 3.5.7.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/baomidou/mybatis-plus/releases";>com.baomidou:mybatis-plus's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.5.7</h2>
   <ul>
   <li>fix: 修复动态表名处理 update ignore 错误</li>
   <li>fix: 修复SQLServer2005分页处理空格错误</li>
   <li>fix: 修复多租户查询出现问题</li>
   <li>fix: 修正非通用泛型情况下序列化json减少强转</li>
   <li>fix: 修复代码生成器禁用模板失效</li>
   <li>fix: 修复分页count优化distinct搭配orderBy处理错误</li>
   <li>fix: 修复达梦数据库生成代码错误</li>
   <li>fix: 修复租户插件特殊exists语句会失效</li>
   <li>fix: 修复sqlite数据库ddl_history错误导致无法创建表</li>
   <li>fix: 修复DataChangeRecorderInnerInterceptor在Insert时配置忽略无效</li>
   <li>fix: 修复代码生成器处理不标准的JdbcType导致空指针错误</li>
   <li>feat: BaseMapper新增批量操作与InsertOrUpdate方法</li>
   <li>feat: BaseMapper新增批量操作方法返回值List<!-- raw HTML omitted --></li>
   <li>feat: BaseMapper方法逻辑删除默认支持填充</li>
   <li>feat: 调整Service层逻辑删除填充逻辑处理</li>
   <li>feat: 重构批量删除参数填充处理逻辑.</li>
   <li>feat: 自增自减处理BigDecimal</li>
   <li>feat: 新增雪花ID配置(支持手动分配workerId与datacenterId或指定网卡信息自动获取方式)</li>
   <li>feat: 重构ServiceImpl泛型参数提取</li>
   <li>feat: 修改AES密钥随机性生成</li>
   <li>feat: UpdateWrapper增加checkSqlInjection方法</li>
   <li>feat: 调整DDL脚本自动装配逻辑(当无实现时或无mybatis-plus-extension模块时不注入DDL运行bean)</li>
   <li>feat: 注入方法deleteBatchIds重命名deleteByIds</li>
   <li>feat: SpringBoot升级至2.7.18和3.2.6</li>
   <li>feat: 升级kotlin至1.9.24</li>
   <li>feat: 升级lombok至1.18.32</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md";>com.baomidou:mybatis-plus's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[v3.5.7] 2024.06.10</h2>
   <ul>
   <li>fix: 修复动态表名处理 update ignore 错误</li>
   <li>fix: 修复SQLServer2005分页处理空格错误</li>
   <li>fix: 修复多租户查询出现问题</li>
   <li>fix: 修正非通用泛型情况下序列化json减少强转</li>
   <li>fix: 修复代码生成器禁用模板失效</li>
   <li>fix: 修复分页count优化distinct搭配orderBy处理错误</li>
   <li>fix: 修复达梦数据库生成代码错误</li>
   <li>fix: 修复租户插件特殊exists语句会失效</li>
   <li>fix: 修复sqlite数据库ddl_history错误导致无法创建表</li>
   <li>fix: 修复DataChangeRecorderInnerInterceptor在Insert时配置忽略无效</li>
   <li>fix: 修复代码生成器处理不标准的JdbcType导致空指针错误</li>
   <li>feat: BaseMapper新增批量操作与InsertOrUpdate方法</li>
   <li>feat: BaseMapper新增批量操作方法返回值List<!-- raw HTML omitted --></li>
   <li>feat: BaseMapper方法逻辑删除默认支持填充</li>
   <li>feat: 调整Service层逻辑删除填充逻辑处理</li>
   <li>feat: 重构批量删除参数填充处理逻辑.</li>
   <li>feat: 自增自减处理BigDecimal</li>
   <li>feat: 新增雪花ID配置(支持手动分配workerId与datacenterId或指定网卡信息自动获取方式)</li>
   <li>feat: 重构ServiceImpl泛型参数提取</li>
   <li>feat: 修改AES密钥随机性生成</li>
   <li>feat: UpdateWrapper增加checkSqlInjection方法</li>
   <li>feat: 调整DDL脚本自动装配逻辑(当无实现时或无mybatis-plus-extension模块时不注入DDL运行bean)</li>
   <li>feat: 注入方法deleteBatchIds重命名deleteByIds</li>
   <li>feat: SpringBoot升级至2.7.18和3.2.6</li>
   <li>feat: 升级kotlin至1.9.24</li>
   <li>feat: 升级lombok至1.18.32</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/0707918a995629927bf116e19ab2dc0cb265c9e5";><code>0707918</code></a>
 发布3.5.7</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/566cad85226473d7e92e1f4b90c5e76289c3c897";><code>566cad8</code></a>
 注入方法deleteBatchIds重命名deleteByIds.</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/3d7faeef0c598e3ca47710f27d840edfa33d44ea";><code>3d7faee</code></a>
 新增生成器注释说明.</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/88a213c05645bae3ce6cb605c4c66059c19c64ac";><code>88a213c</code></a>
 补充方法注释</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/421e546094ae9876fccfec1ca69c36b7b7c2b850";><code>421e546</code></a>
 更新快照.</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/c379b6470eae5d0789dfcdee7cecaa2e01687b6d";><code>c379b64</code></a>
 修改新增方法名称.</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/95ae900334af6c8d67b300a17f4cd960cdad0ee6";><code>95ae900</code></a>
 重构批量删除.</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/486e3b84de2838366eeb284785eede4529f47652";><code>486e3b8</code></a>
 恢复错误修改的deleteBatchIds方法.</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/c1c31b723cfcf5d8a7665e8be1159835c046db3d";><code>c1c31b7</code></a>
 升级springboot3.2.6</li>
   <li><a 
href="https://github.com/baomidou/mybatis-plus/commit/694bc4d2237736acbfd8428783f7edf9528a17a6";><code>694bc4d</code></a>
 调整DDL自动注入.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/baomidou/mybatis-plus/compare/v3.5.6...v3.5.7";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.baomidou:mybatis-plus&package-manager=gradle&previous-version=3.5.6&new-version=3.5.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org
For additional commands, e-mail: dev-h...@eventmesh.apache.org

Reply via email to