Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 9, 2025

Bumps the maven group with 9 updates in the /crmeb directory:

Package From To
junit:junit 4.12 4.13.1
com.baomidou:mybatis-plus 3.3.1 3.5.10
cn.hutool:hutool-all 4.5.7 5.8.21
org.apache.httpcomponents:httpclient 4.5.6 4.5.13
org.apache.poi:poi 3.17 4.1.1
org.apache.poi:poi-ooxml 3.17 5.4.0
commons-fileupload:commons-fileupload 1.3.3 1.6.0
commons-io:commons-io 2.4 2.14.0
com.thoughtworks.xstream:xstream 1.4.18 1.4.21

Bumps the maven group with 9 updates in the /crmeb/crmeb-common directory:

Package From To
junit:junit 4.12 4.13.1
com.baomidou:mybatis-plus 3.3.1 3.5.10
cn.hutool:hutool-all 4.5.7 5.8.21
org.apache.httpcomponents:httpclient 4.5.6 4.5.13
org.apache.poi:poi 3.17 4.1.1
org.apache.poi:poi-ooxml 3.17 5.4.0
commons-fileupload:commons-fileupload 1.3.3 1.6.0
commons-io:commons-io 2.4 2.14.0
com.thoughtworks.xstream:xstream 1.4.18 1.4.21

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates com.baomidou:mybatis-plus from 3.3.1 to 3.5.10

Release notes

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

v3.5.10

  • fix: 修复字段有TableField注解但未指定value值下全局columnFormat未生效问题
  • fix: 修复enjoy模板生成kotlin代码报错
  • fix: 修复enjoy模板生成字符串代码报错
  • fix: 修复springdoc生成注解未转义双引号
  • fix: 修复数据变动插件更新无主键报错
  • fix: 修复多表解析processJoins解析表出现越界
  • feat: TableName注解新增properties属性
  • feat: 支持@​InterceptorIgnore注解在default方法上
  • feat: 适配jsqlparser5.1版本(5.0兼容版本请使用mybatis-plus-jsqlparser-5.0)
  • feat: 提供InterceptorIgnoreHelper.execute模板执行方法处理插件跳过策略(防止手动使用handle方法出现未清理线程资源造成的错误)
  • feat: 代码生成器全局package配置属性支持自定义模板信息获取
  • feat: 代码生成器新增表索引信息获取
  • feat: 代码生成器提供Mapper.Builder.generateMapperMethodHandler处理器基于索引生成索引方法
  • feat: 代码生成器Entity支持自定义Class注解和字段注解生成
  • feat: 代码生成器Entity支持lombok模式指定生成类注解
  • feat: 代码生成器Entity支持ToString(Entity.Builder.toString(boolean))方法控制生成 (默认生成,lombok模式下将会生成@ToString,低版本下lombok不生成,属于不兼容改动)
  • feat: 代码生成器Entity支持字段文档注释(Entity.Builder.fieldUseJavaDoc(boolean))控制生成 (默认生成,低版本下,使用swagger或springdoc不会生成字段文档注释,属于不兼容改动)
  • feat: 重写动态语句生成(生成执行SQL将不再包含\n换行符)
  • feat: 安全加密处理器密钥获取支持环境变量与系统属性传入
  • feat: 升级mybatis至3.5.19
  • feat: 升级springboot至3.4.1
  • feat: 升级kotlin至2.1.0
  • 实用性低,检查语法不完善,计划移除IllegalSQLInnerInterceptor插件
  • 功能缺陷较多,计划移除DataChangeRecorderInnerInterceptor插件

v3.5.9

  • opt: 优化代码生成器支持可视化配置生成能力
  • opt: 解耦扩展包不再强制依赖 spring 开发框架
  • opt: 拆分jsqlparser支持模块,提供mybatis-plus-jsqlparser(支持最新jsqlparser)与mybatis-plus-jsqlparser-4.9模块, 默认不携带,升级后需要自行引入.
  • feat: 重构 service 模块抽象为 CrudRepository 不再建议使用 IService 避免业务层数据混乱
  • feat: 新增 solon 启动插件支持
  • feat: 升级SpringBoot3.3.4
  • feat: 升级velocity2.4

v3.5.8

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds

... (truncated)

Changelog

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

[v3.5.10] 2025.01.12

  • fix: 修复字段有TableField注解但未指定value值下全局columnFormat未生效问题
  • fix: 修复enjoy模板生成kotlin代码报错
  • fix: 修复enjoy模板生成字符串代码报错
  • fix: 修复springdoc生成注解未转义双引号
  • fix: 修复数据变动插件更新无主键报错
  • fix: 修复多表解析processJoins解析表出现越界
  • feat: TableName注解新增properties属性
  • feat: 支持@​InterceptorIgnore注解在default方法上
  • feat: 适配jsqlparser5.1版本(5.0兼容版本请使用mybatis-plus-jsqlparser-5.0)
  • feat: 提供InterceptorIgnoreHelper.execute模板执行方法处理插件跳过策略(防止手动使用handle方法出现未清理线程资源造成的错误)
  • feat: 代码生成器全局package配置属性支持自定义模板信息获取
  • feat: 代码生成器新增表索引信息获取
  • feat: 代码生成器提供Mapper.Builder.generateMapperMethodHandler处理器基于索引生成索引方法
  • feat: 代码生成器Entity支持自定义Class注解和字段注解生成
  • feat: 代码生成器Entity支持lombok模式指定生成类注解
  • feat: 代码生成器Entity支持ToString(Entity.Builder.toString(boolean))方法控制生成 (默认生成,lombok模式下将会生成@​ToString,低版本下lombok不生成,属于不兼容改动)
  • feat: 代码生成器Entity支持字段文档注释(Entity.Builder.fieldUseJavaDoc(boolean))控制生成 (默认生成,低版本下,使用swagger或springdoc不会生成字段文档注释,属于不兼容改动)
  • feat: 重写动态语句生成(生成执行SQL将不再包含\n换行符)
  • feat: 安全加密处理器密钥获取支持环境变量与系统属性传入
  • feat: 升级mybatis至3.5.19
  • feat: 升级springboot至3.4.1
  • feat: 升级kotlin至2.1.0
  • 实用性低,检查语法不完善,计划移除IllegalSQLInnerInterceptor插件
  • 功能缺陷较多,计划移除DataChangeRecorderInnerInterceptor插件

[v3.5.9] 2024.10.23

  • opt: 优化代码生成器支持可视化配置生成能力
  • opt: 解耦扩展包不再强制依赖 spring 开发框架
  • opt: 拆分jsqlparser支持模块,提供mybatis-plus-jsqlparser(支持最新jsqlparser)与mybatis-plus-jsqlparser-4.9模块, 默认不携带,升级后需要自行引入.
  • feat: 重构 service 模块抽象为 CrudRepository 不再建议使用 IService 避免业务层数据混乱
  • feat: 新增 solon 启动插件支持
  • feat: 升级SpringBoot3.3.4
  • feat: 升级velocity2.4

[v3.5.8] 2024.09.18

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds

... (truncated)

Commits
  • bb2e18c 发布3.5.10
  • 841b24e 改进安全加密处理器密钥获取.
  • f18028c 计划移除DataChangeRecorderInnerInterceptor与IllegalSQLInnerInterceptor插件.
  • cef0bf6 新增版本更新日志.
  • d36160b 调整Mapper方法生成(默认单索引生成).
  • e8c84ed 代码调整.
  • 7ffc2e5 修复数据变动插件更新无主键报错.
  • 1946656 支持字段文档注释控制是否生成(默认生成文档注释).
  • 52d35a5 支持toString方法控制(默认lombok开启ToString生成).
  • c8aa180 支持表注解自定义处理.
  • Additional commits viewable in compare view

Updates cn.hutool:hutool-all from 4.5.7 to 5.8.21

Release notes

Sourced from cn.hutool:hutool-all's releases.

5.8.21(2023-07-29)

🐣新特性

  • 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee)
  • 【poi 】 ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。
  • 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符(pr#3171@Github)
  • 【core 】 DateUtil.parse适配6位毫秒格式(issue#I7H34N@Gitee)
  • 【core 】 RandomUtil增加可选是否包含边界的重载(issue#3182@Github)
  • 【core 】 StrUtil增加truncateByByteLength方法(pr#3176@Github)
  • 【core 】 身份证工具类isValidCard18、isValidCard15入参null直接返回null(pr#1034@Gitee)
  • 【http 】 使用multiparty方式支持body参数(issue#3158@Github)
  • 【core 】 ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb(issue#3018@Github)
  • 【db 】 Query.of(entity)构建时传入fields(issue#I7M5JU@Gitee)
  • 【db 】 clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver(issue#3224@Github)
  • 【core 】 UrlResource增加size方法(issue#3226@Github)

🐞Bug修复

  • 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)
  • 【core 】 修复序列化和反序列化Class问题(issue#I7FQ29@Gitee)
  • 【setting】 修复utf8-bom的setting文件读取问题(issue#I7G34E@Gitee)
  • 【core 】 修复PathUtil.getMimeType可能造成的异常(issue#3179@Github)
  • 【core 】 修复Pair序列化转换无效问题(issue#I7GPGX@Github)
  • 【core 】 修复TypeUtil.getTypeArgument对实现接口获取不全面问题(issue#I7CRIW@Gitee)
  • 【core 】 修复BeanUtil.isCommonFieldsEqual判空导致的问题
  • 【extra 】 修复CompressUtil.createArchiver 将文件压缩为tgz时文件名规则无效问题(issue#I7LLL7@Gitee)
  • 【core 】 修复脱敏银行卡号长度bug(pr#3210@Github)
  • 【jwt 】 修复JWTSignerUtil中ES256签名不符合规范问题(issue#3205@Github)
  • 【core 】 修复UserInfo获取country问题(issue#I7MCKW@Gitee)
  • 【extra 】 修复MVEL加载错误问题(issue#3214@Github)
  • 【json 】 修复JSONBeanParser在遇到List时没有被正确递归问题(issue#I7M2GZ@Gitee)
  • 【core 】 修复VersionComparator对1.0.3及1.0.2a比较有误的问题(pr#1043@Gitee)
  • 【core 】 修复IOS系统下,chrome 浏览器的解析规则有误(pr#1044@Gitee)
  • 【extra 】 修复多线程下Sftp中Channel关闭的问题(issue#I7OHIB@Gitee)
  • 【extra 】 修复CVE-2023-24163漏洞(issue#I6AJWJ@Gitee)

5.8.20(2023-06-16)

🐣新特性

  • 【core 】 UrlQuery增加setStrict方法,区分是否严格模式(issue#I78PB1@Gitee)
  • 【poi 】 添加系列方法writeCol,以支持按列输出(pr#1003@Gitee)
  • 【core 】 CollUtil新增anyMatch和allMatch方法(pr#1008@Gitee)
  • 【core 】 CsvWriter如果开启了append=true,默认自动开启endingLineBreak=true(pr#1010@Gitee)

🐞Bug修复

  • 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题(issue#I795IN@Gitee)
  • 【core 】 修复umberUtil.parseNumber对+解析问题(issue#I79VS7@Gitee)
  • 【core 】 修复IdcardUtil.getGenderByIdCard存在潜在的异常(pr#1007@Gitee)
  • 【core 】 修复Table#contains空指针问题(issue#3135@Gitee)
  • 【core 】 修复FileUtil.checkSlip方法缺陷(issue#3140@Github)
  • 【extra 】 修复Sftp中exists方法父目录不存在时报错(issue#I7CSQ9@Gitee)

... (truncated)

Changelog

Sourced from cn.hutool:hutool-all's changelog.

5.8.21(2023-07-29)

🐣新特性

  • 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee)
  • 【poi 】 ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。
  • 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符(pr#3171@Github)
  • 【core 】 DateUtil.parse适配6位毫秒格式(issue#I7H34N@Gitee)
  • 【core 】 RandomUtil增加可选是否包含边界的重载(issue#3182@Github)
  • 【core 】 StrUtil增加truncateByByteLength方法(pr#3176@Github)
  • 【core 】 身份证工具类isValidCard18、isValidCard15入参null直接返回null(pr#1034@Gitee)
  • 【http 】 使用multiparty方式支持body参数(issue#3158@Github)
  • 【core 】 ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb(issue#3018@Github)
  • 【db 】 Query.of(entity)构建时传入fields(issue#I7M5JU@Gitee)
  • 【db 】 clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver(issue#3224@Github)
  • 【core 】 UrlResource增加size方法(issue#3226@Github)

🐞Bug修复

  • 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)
  • 【core 】 修复序列化和反序列化Class问题(issue#I7FQ29@Gitee)
  • 【setting】 修复utf8-bom的setting文件读取问题(issue#I7G34E@Gitee)
  • 【core 】 修复PathUtil.getMimeType可能造成的异常(issue#3179@Github)
  • 【core 】 修复Pair序列化转换无效问题(issue#I7GPGX@Github)
  • 【core 】 修复TypeUtil.getTypeArgument对实现接口获取不全面问题(issue#I7CRIW@Gitee)
  • 【core 】 修复BeanUtil.isCommonFieldsEqual判空导致的问题
  • 【extra 】 修复CompressUtil.createArchiver 将文件压缩为tgz时文件名规则无效问题(issue#I7LLL7@Gitee)
  • 【core 】 修复脱敏银行卡号长度bug(pr#3210@Github)
  • 【jwt 】 修复JWTSignerUtil中ES256签名不符合规范问题(issue#3205@Github)
  • 【core 】 修复UserInfo获取country问题(issue#I7MCKW@Gitee)
  • 【extra 】 修复MVEL加载错误问题(issue#3214@Github)
  • 【json 】 修复JSONBeanParser在遇到List时没有被正确递归问题(issue#I7M2GZ@Gitee)
  • 【core 】 修复VersionComparator对1.0.3及1.0.2a比较有误的问题(pr#1043@Gitee)
  • 【core 】 修复IOS系统下,chrome 浏览器的解析规则有误(pr#1044@Gitee)
  • 【extra 】 修复多线程下Sftp中Channel关闭的问题(issue#I7OHIB@Gitee)
  • 【extra 】 修复CVE-2023-24163漏洞(issue#I6AJWJ@Gitee)

5.8.20(2023-06-16)

🐣新特性

  • 【core 】 UrlQuery增加setStrict方法,区分是否严格模式(issue#I78PB1@Gitee)
  • 【poi 】 添加系列方法writeCol,以支持按列输出(pr#1003@Gitee)
  • 【core 】 CollUtil新增anyMatch和allMatch方法(pr#1008@Gitee)
  • 【core 】 CsvWriter如果开启了append=true,默认自动开启endingLineBreak=true(pr#1010@Gitee)

🐞Bug修复

  • 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题(issue#I795IN@Gitee)
  • 【core 】 修复umberUtil.parseNumber对+解析问题(issue#I79VS7@Gitee)
  • 【core 】 修复IdcardUtil.getGenderByIdCard存在潜在的异常(pr#1007@Gitee)
  • 【core 】 修复Table#contains空指针问题(issue#3135@Gitee)
  • 【core 】 修复FileUtil.checkSlip方法缺陷(issue#3140@Github)

... (truncated)

Commits

Updates org.apache.httpcomponents:httpclient from 4.5.6 to 4.5.13

Updates org.apache.poi:poi from 3.17 to 4.1.1

Updates org.apache.poi:poi-ooxml from 3.17 to 5.4.0

Updates commons-fileupload:commons-fileupload from 1.3.3 to 1.6.0

Updates commons-io:commons-io from 2.4 to 2.14.0

Updates com.thoughtworks.xstream:xstream from 1.4.18 to 1.4.21

Commits

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates com.baomidou:mybatis-plus from 3.3.1 to 3.5.10

Release notes

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

v3.5.10

  • fix: 修复字段有TableField注解但未指定value值下全局columnFormat未生效问题
  • fix: 修复enjoy模板生成kotlin代码报错
  • fix: 修复enjoy模板生成字符串代码报错
  • fix: 修复springdoc生成注解未转义双引号
  • fix: 修复数据变动插件更新无主键报错
  • fix: 修复多表解析processJoins解析表出现越界
  • feat: TableName注解新增properties属性
  • feat: 支持@​InterceptorIgnore注解在default方法上
  • feat: 适配jsqlparser5.1版本(5.0兼容版本请使用mybatis-plus-jsqlparser-5.0)
  • feat: 提供InterceptorIgnoreHelper.execute模板执行方法处理插件跳过策略(防止手动使用handle方法出现未清理线程资源造成的错误)
  • feat: 代码生成器全局package配置属性支持自定义模板信息获取
  • feat: 代码生成器新增表索引信息获取
  • feat: 代码生成器提供Mapper.Builder.generateMapperMethodHandler处理器基于索引生成索引方法
  • feat: 代码生成器Entity支持自定义Class注解和字段注解生成
  • feat: 代码生成器Entity支持lombok模式指定生成类注解
  • feat: 代码生成器Entity支持ToString(Entity.Builder.toString(boolean))方法控制生成 (默认生成,lombok模式下将会生成@ToString,低版本下lombok不生成,属于不兼容改动)
  • feat: 代码生成器Entity支持字段文档注释(Entity.Builder.fieldUseJavaDoc(boolean))控制生成 (默认生成,低版本下,使用swagger或springdoc不会生成字段文档注释,属于不兼容改动)
  • feat: 重写动态语句生成(生成执行SQL将不再包含\n换行符)
  • feat: 安全加密处理器密钥获取支持环境变量与系统属性传入
  • feat: 升级mybatis至3.5.19
  • feat: 升级springboot至3.4.1
  • feat: 升级kotlin至2.1.0
  • 实用性低,检查语法不完善,计划移除IllegalSQLInnerInterceptor插件
  • 功能缺陷较多,计划移除DataChangeRecorderInnerInterceptor插件

v3.5.9

  • opt: 优化代码生成器支持可视化配置生成能力
  • opt: 解耦扩展包不再强制依赖 spring 开发框架
  • opt: 拆分jsqlparser支持模块,提供mybatis-plus-jsqlparser(支持最新jsqlparser)与mybatis-plus-jsqlparser-4.9模块, 默认不携带,升级后需要自行引入.
  • feat: 重构 service 模块抽象为 CrudRepository 不再建议使用 IService 避免业务层数据混乱
  • feat: 新增 solon 启动插件支持
  • feat: 升级SpringBoot3.3.4
  • feat: 升级velocity2.4

v3.5.8

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds

... (truncated)

Changelog

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

[v3.5.10] 2025.01.12

  • fix: 修复字段有TableField注解但未指定value值下全局columnFormat未生效问题
  • fix: 修复enjoy模板生成kotlin代码报错
  • fix: 修复enjoy模板生成字符串代码报错
  • fix: 修复springdoc生成注解未转义双引号
  • fix: 修复数据变动插件更新无主键报错
  • fix: 修复多表解析processJoins解析表出现越界
  • feat: TableName注解新增properties属性
  • feat: 支持@​InterceptorIgnore注解在default方法上
  • feat: 适配jsqlparser5.1版本(5.0兼容版本请使用mybatis-plus-jsqlparser-5.0)
  • feat: 提供InterceptorIgnoreHelper.execute模板执行方法处理插件跳过策略(防止手动使用handle方法出现未清理线程资源造成的错误)
  • feat: 代码生成器全局package配置属性支持自定义模板信息获取
  • feat: 代码生成器新增表索引信息获取
  • feat: 代码生成器提供Mapper.Builder.generateMapperMethodHandler处理器基于索引生成索引方法
  • feat: 代码生成器Entity支持自定义Class注解和字段注解生成
  • feat: 代码生成器Entity支持lombok模式指定生成类注解
  • feat: 代码生成器Entity支持ToString(Entity.Builder.toString(boolean))方法控制生成 (默认生成,lombok模式下将会生成@​ToString,低版本下lombok不生成,属于不兼容改动)
  • feat: 代码生成器Entity支持字段文档注释(Entity.Builder.fieldUseJavaDoc(boolean))控制生成 (默认生成,低版本下,使用swagger或springdoc不会生成字段文档注释,属于不兼容改动)
  • feat: 重写动态语句生成(生成执行SQL将不再包含\n换行符)
  • feat: 安全加密处理器密钥获取支持环境变量与系统属性传入
  • feat: 升级mybatis至3.5.19
  • feat: 升级springboot至3.4.1
  • feat: 升级kotlin至2.1.0
  • 实用性低,检查语法不完善,计划移除IllegalSQLInnerInterceptor插件
  • 功能缺陷较多,计划移除DataChangeRecorderInnerInterceptor插件

[v3.5.9] 2024.10.23

  • opt: 优化代码生成器支持可视化配置生成能力
  • opt: 解耦扩展包不再强制依赖 spring 开发框架
  • opt: 拆分jsqlparser支持模块,提供mybatis-plus-jsqlparser(支持最新jsqlparser)与mybatis-plus-jsqlparser-4.9模块, 默认不携带,升级后需要自行引入.
  • feat: 重构 service 模块抽象为 CrudRepository 不再建议使用 IService 避免业务层数据混乱
  • feat: 新增 solon 启动插件支持
  • feat: 升级SpringBoot3.3.4
  • feat: 升级velocity2.4

[v3.5.8] 2024.09.18

  • fix: 解决optimizeJoinOfCountSql反序列化不支持问题
  • fix: 解决Db工具类批量操作使用rewriteBatchedStatements=true返回值不准确
  • fix: 修复逻辑删除填充与乐观锁冲突
  • fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
  • fix: 升级jsqlParser5.0 解决 for update 语句错误
  • fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
  • fix: 修复removeMapper缓存清理不完全
  • fix: 修复SqlServerQuery查询表注释乱码
  • opt: 完善函数注入校验逻辑
  • opt: Page属性访问调整为private,重写toString方法
  • opt: 主键生成策略(uuid)不支持的类型打印警告日志
  • opt: MybatisPlusException转化为PersistenceException子类
  • feat: 增加deleteByIds空集合处理
  • feat: 重命名selectBatchIds方法为selectByIds

... (truncated)

Commits
  • bb2e18c 发布3.5.10
  • 841b24e 改进安全加密处理器密钥获取.
  • f18028c 计划移除DataChangeRecorderInnerInterceptor与IllegalSQLInnerInterceptor插件.
  • cef0bf6 新增版本更新日志.
  • d36160b 调整Mapper方法生成(默认单索引生成).
  • e8c84ed 代码调整.
  • 7ffc2e5 修复数据变动插件更新无主键报错.
  • 1946656 支持字段文档注释控制是否生成(默认生成文档注释).
  • 52d35a5 支持toString方法控制(默认lombok开启ToString生成).
  • c8aa180 支持表注解自定义处理.
  • Additional commits viewable in compare view

Updates cn.hutool:hutool-all from 4.5.7 to 5.8.21

Release notes

Sourced from cn.hutool:hutool-all's releases.

5.8.21(2023-07-29)

🐣新特性

  • 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee)
  • 【poi 】 ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。
  • 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符(pr#3171@Github)
  • 【core 】 DateUtil.parse适配6位毫秒格式(issue#I7H34N@Gitee)
  • 【core 】 RandomUtil增加可选是否包含边界的重载(issue#3182@Github)
  • 【core 】 StrUtil增加truncateByByteLength方法(pr#3176@Github)
  • 【core 】 身份证工具类isValidCard18、isValidCard15入参null直接返回null(pr#1034@Gitee)
  • 【http 】 使用multiparty方式支持body参数(issue#3158@Github)
  • 【core 】 ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb(issue#3018@Github)
  • 【db 】 Query.of(entity)构建时传入fields(issue#I7M5JU@Gitee)
  • 【db 】 clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver(issue#3224@Github)
  • 【core 】 UrlResource增加size方法(issue#3226@Github)

🐞Bug修复

  • 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)
  • 【core 】 修复序列化和反序列化Class问题(issue#I7FQ29@Gitee)
  • 【setting】 修复utf8-bom的setting文件读取问题(issue#I7G34E@Gitee)
  • 【core 】 修复PathUtil.getMimeType可能造成的异常(issue#3179@Github)
  • 【core 】 修复Pair序列化转换无效问题(issue#I7GPGX@Github)
  • 【core 】 修复TypeUtil.getTypeArgument对实现接口获取不全面问题(issue#I7CRIW@Gitee)
  • 【core 】 修复BeanUtil.isCommonFieldsEqual判空导致的问题
  • 【extra 】 修复CompressUtil.createArchiver 将文件压缩为tgz时文件名规则无效问题(issue#I7LLL7@Gitee)
  • 【core 】 修复脱敏银行卡号长度bug(pr#3210@Github)
  • 【jwt 】 修复JWTSignerUtil中ES256签名不符合规范问题(issue#3205@Github)
  • 【core 】 修复UserInfo获取country问题(issue#I7MCKW@Gitee)
  • 【extra 】 修复MVEL加载错误问题(issue#3214@Github)
  • 【json 】 修复JSONBeanParser在遇到List时没有被正确递归问题(issue#I7M2GZ@Gitee)
  • 【core 】 修复VersionComparator对1.0.3及1.0.2a比较有误的问题(pr#1043@Gitee)
  • 【core 】 修复IOS系统下,chrome 浏览器的解析规则有误(pr#1044@Gitee)
  • 【extra 】 修复多线程下Sftp中Channel关闭的问题(issue#I7OHIB@Gitee)
  • 【extra 】 修复CVE-2023-24163漏洞(issue#I6AJWJ@Gitee)

5.8.20(2023-06-16)

🐣新特性

  • 【core 】 UrlQuery增加setStrict方法,区分是否严格模式(issue#I78PB1@Gitee)
  • 【poi 】 添加系列方法writeCol,以支持按列输出(pr#1003@Gitee)
  • 【core 】 CollUtil新增anyMatch和allMatch方法(pr#1008@Gitee)
  • 【core 】 CsvWriter如果开启了append=true,默认自动开启endingLineBreak=true(pr#1010@Gitee)

🐞Bug修复

  • 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题(issue#I795IN@Gitee)
  • 【core 】 修复umberUtil.parseNumber对+解析问题(issue#I79VS7@Gitee)
  • 【core 】 修复IdcardUtil.getGenderByIdCard存在潜在的异常(pr#1007@Gitee)
  • 【core 】 修复Table#contains空指针问题(issue#3135@Gitee)
  • 【core 】 修复FileUtil.checkSlip方法缺陷(issue#3140@Github)
  • 【extra 】 修复Sftp中exists方法父目录不存在时报错(issue#I7CSQ9@Gitee)

... (truncated)

Changelog

Sourced from cn.hutool:hutool-all's changelog.

5.8.21(2023-07-29)

🐣新特性

  • 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee)
  • 【poi 】 ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。
  • 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符(pr#3171@Github)
  • 【core 】 DateUtil.parse适配6位毫秒格式(issue#I7H34N@Gitee)
  • 【core 】 RandomUtil增加可选是否包含边界的重载(issue#3182@Github)
  • 【core 】 StrUtil增加truncateByByteLength方法(pr#3176@Github)
  • 【core 】 身份证工具类isValidCard18、isValidCard15入参null直接返回null(pr#1034@Gitee)
  • 【http 】 使用multiparty方式支持body参数(issue#3158@Github)
  • 【core 】 ZipReader增加setMaxSizeDiff方法,自定义或关闭ZipBomb(issue#3018@Github)
  • 【db 】 Query.of(entity)构建时传入fields(issue#I7M5JU@Gitee)
  • 【db 】 clickhouse驱动名称变更为com.clickhouse.jdbc.ClickHouseDriver(issue#3224@Github)
  • 【core 】 UrlResource增加size方法(issue#3226@Github)

🐞Bug修复

  • 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题(issue#3162@Github)
  • 【core 】 修复序列化和反序列化Class问题(issue#I7FQ29@Gitee)
  • 【setting】 修复utf8-bom的setting文件读取问题(issue#I7G34E@Gitee)
  • 【core 】 修复PathUtil.getMimeType可能造成的异常(issue#3179@Github)
  • 【core 】 修复Pair序列化转换无效问题(issue#I7GPGX@Github)
  • 【core 】 修复TypeUtil.getTypeArgument对实现接口获取不全面问题(issue#I7CRIW@Gitee)
  • 【core 】 修复BeanUtil.isCommonFieldsEqual判空导致的问题
  • 【extra 】 修复CompressUtil.createArchiver 将文件压缩为tgz时文件名规则无效问题(issue#I7LLL7@Gitee)
  • 【core 】 修复脱敏银行卡号长度bug(pr#3210@Github)
  • 【jwt 】 修复JWTSignerUtil中ES256签名不符合规范问题(issue#3205@Github)
  • 【core 】 修复UserInfo获取country问题(issue#I7MCKW@Gitee)
  • 【extra 】 修复MVEL加载错误问题(issue#3214@Github)
  • 【json 】 修复JSONBeanParser在遇到List时没有被正确递归问题(issue#I7M2GZ@Gitee)
  • 【core 】 修复VersionComparator对1.0.3及1.0.2a比较有误的问题(pr#1043@Gitee)
  • 【core 】 修复IOS系统下,chrome 浏览器的解析规则有误(pr#1044@Gitee)
  • 【extra 】 修复多线程下Sftp中Channel关闭的问题(issue#I7OHIB@Gitee)
  • 【extra 】 修复CVE-2023-24163漏洞(issue#I6AJWJ@Gitee)

5.8.20(2023-06-16)

🐣新特性

  • 【core 】 UrlQuery增加setStrict方法,区分是否严格模式(issue#I78PB1@Gitee)
  • 【poi 】 添加系列方法writeCol,以支持按列输出(pr#1003@Gitee)
  • 【core 】 CollUtil新增anyMatch和allMatch方法(pr#1008@Gitee)
  • 【core 】 CsvWriter如果开启了append=true,默认自动开启endingLineBreak=true(pr#1010@Gitee)

🐞Bug修复

  • 【core 】 修复TreeUtil.getParentsName()获取到的路径集合中存在值为null的路径名称问题(issue#I795IN@Gitee)
  • 【core 】 修复umberUtil.parseNumber对+解析问题(issue#I79VS7@Gitee)
  • 【core 】 修复IdcardUtil.getGenderByIdCard存在潜在的异常(pr#1007@Gitee)
  • 【core 】 修复Table#contains空指针问题(issue#3135@Gitee)
  • 【core 】 修复FileUtil.checkSlip方法缺陷(issue#3140@Github)

... (truncated)

Commits

Updates org.apache.httpcomponents:httpclient from 4.5.6 to 4.5.13

Updates org.apache.poi:poi from 3.17 to 4.1.1

Updates org.apache.poi:poi-ooxml from 3.17 to 5.4.0

Updates commons-fileupload:commons-fileupload from 1.3.3 to 1.6.0

Updates commons-io:commons-io from 2.4 to 2.14.0

Updates com.thoughtworks.xstream:xstream from 1.4.18 to 1.4.21

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 9 updates in the /crmeb directory:

| Package | From | To |
| --- | --- | --- |
| [junit:junit](https://github.com/junit-team/junit4) | `4.12` | `4.13.1` |
| [com.baomidou:mybatis-plus](https://github.com/baomidou/mybatis-plus) | `3.3.1` | `3.5.10` |
| [cn.hutool:hutool-all](https://github.com/looly/hutool) | `4.5.7` | `5.8.21` |
| org.apache.httpcomponents:httpclient | `4.5.6` | `4.5.13` |
| org.apache.poi:poi | `3.17` | `4.1.1` |
| org.apache.poi:poi-ooxml | `3.17` | `5.4.0` |
| commons-fileupload:commons-fileupload | `1.3.3` | `1.6.0` |
| commons-io:commons-io | `2.4` | `2.14.0` |
| [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) | `1.4.18` | `1.4.21` |

Bumps the maven group with 9 updates in the /crmeb/crmeb-common directory:

| Package | From | To |
| --- | --- | --- |
| [junit:junit](https://github.com/junit-team/junit4) | `4.12` | `4.13.1` |
| [com.baomidou:mybatis-plus](https://github.com/baomidou/mybatis-plus) | `3.3.1` | `3.5.10` |
| [cn.hutool:hutool-all](https://github.com/looly/hutool) | `4.5.7` | `5.8.21` |
| org.apache.httpcomponents:httpclient | `4.5.6` | `4.5.13` |
| org.apache.poi:poi | `3.17` | `4.1.1` |
| org.apache.poi:poi-ooxml | `3.17` | `5.4.0` |
| commons-fileupload:commons-fileupload | `1.3.3` | `1.6.0` |
| commons-io:commons-io | `2.4` | `2.14.0` |
| [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) | `1.4.18` | `1.4.21` |



Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `com.baomidou:mybatis-plus` from 3.3.1 to 3.5.10
- [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.3.1...v3.5.10)

Updates `cn.hutool:hutool-all` from 4.5.7 to 5.8.21
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/chinabugotech/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@4.5.7...5.8.21)

Updates `org.apache.httpcomponents:httpclient` from 4.5.6 to 4.5.13

Updates `org.apache.poi:poi` from 3.17 to 4.1.1

Updates `org.apache.poi:poi-ooxml` from 3.17 to 5.4.0

Updates `commons-fileupload:commons-fileupload` from 1.3.3 to 1.6.0

Updates `commons-io:commons-io` from 2.4 to 2.14.0

Updates `com.thoughtworks.xstream:xstream` from 1.4.18 to 1.4.21
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `com.baomidou:mybatis-plus` from 3.3.1 to 3.5.10
- [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.3.1...v3.5.10)

Updates `cn.hutool:hutool-all` from 4.5.7 to 5.8.21
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/chinabugotech/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](chinabugotech/hutool@4.5.7...5.8.21)

Updates `org.apache.httpcomponents:httpclient` from 4.5.6 to 4.5.13

Updates `org.apache.poi:poi` from 3.17 to 4.1.1

Updates `org.apache.poi:poi-ooxml` from 3.17 to 5.4.0

Updates `commons-fileupload:commons-fileupload` from 1.3.3 to 1.6.0

Updates `commons-io:commons-io` from 2.4 to 2.14.0

Updates `com.thoughtworks.xstream:xstream` from 1.4.18 to 1.4.21
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.baomidou:mybatis-plus
  dependency-version: 3.5.10
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: cn.hutool:hutool-all
  dependency-version: 5.8.21
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-version: 4.5.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.poi:poi
  dependency-version: 4.1.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.poi:poi-ooxml
  dependency-version: 5.4.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-fileupload:commons-fileupload
  dependency-version: 1.6.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-version: 2.14.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-version: 1.4.21
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.baomidou:mybatis-plus
  dependency-version: 3.5.10
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: cn.hutool:hutool-all
  dependency-version: 5.8.21
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-version: 4.5.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.poi:poi
  dependency-version: 4.1.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.poi:poi-ooxml
  dependency-version: 5.4.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-fileupload:commons-fileupload
  dependency-version: 1.6.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-version: 2.14.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-version: 1.4.21
  dependency-type: direct:production
  dependency-group: maven
...

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 Jul 9, 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