我的编程学习之路,包括了design pattern,data structure,java8,java io,java concurrent,guava,spring,spring boot,spring cloud,js,vue
Bumps [hutool-all](https://github.com/looly/hutool) from 4.1.1 to 5.8.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/looly/hutool/releases">hutool-all's releases</a>.</em></p> <blockquote> <h1>5.8.12 (2023-02-09)</h1> <h3>🐣新特性</h3> <ul> <li>【http 】 HttpGlobalConfig.allowPatch()调用时忽略错误(issue#2832@Github)</li> <li>【core 】 重构根据file magic number判断文件类型(pr#2834@Github)</li> <li>【core 】 增加WGS84 坐标与墨卡托投影互转(pr#2811@Github)</li> <li>【extra 】 ServletUtil遵循rfc 3986优化(issue#I6ALAO@Gitee)</li> <li>【http 】 HttpUtil.decodeParams增加isFormUrlEncoded重载(pr#918@Gitee)</li> <li>【db 】 AbstractDb添加返回类型为PageResult的page重载方法(pr#916@Gitee)</li> <li>【core 】 DesensitizedUtil增加对IPv4和IPv6支持(issue#I6ABCS@Gitee)</li> <li>【core 】 针对CollUtil.subtract coll1 为只读集合的补偿(pr#2865@Github)</li> <li>【core 】 DateUtil.date方法统一修改规则,传入null返回null(pr#2877@Github)</li> <li>【core 】 DateUtil.parseUTC统一规范,舍弃3位毫秒数后的数字(pr#2889@Github)</li> </ul> <h3>🐞Bug修复</h3> <ul> <li>【core 】 修复HexUtil.isHexNumber()对"-"的判断问题(issue#2857@Github)</li> <li>【core 】 修复FileTypeUtil判断wav后缀的录音文件类型不能匹配问题(pr#2834@Github)</li> <li>【core 】 修复FileUtil的rename在newName与原文件夹名称一样时,文件夹会被删除问题(issue#2845@Github)</li> <li>【core 】 修复IoUtil.readBytes使用SocketInputStream读取不完整问题(issue#I6AT49@Gitee)</li> <li>【core 】 修复ClassScanner自定义classload无效问题(issue#I68TV2@Gitee)</li> <li>【core 】 【重要】删除XmlUtil.readObjectFromXml方法,避免漏洞(issue#2857@Github)</li> <li>【core 】 修复Ipv4Util.list()方法的bug(pr#929@Gitee)</li> <li>【poi 】 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题。(pr#919@Gitee)</li> </ul> <h1>5.8.11 (2022-12-27)</h1> <h3>🐣新特性</h3> <ul> <li>【core 】 CharUtil.isBlankChar增加\u180e(pr#2738@Github)</li> <li>【core 】 SyncFinisher线程同步结束器添加立即结束方法(pr#879@Gitee)</li> <li>【core 】 HtmlUtil中escape方法,增加不断开空格(nbsp)转译,防止xss攻击(pr#2755@Github)</li> <li>【extra 】 修正sftp.cd方法 方法注释和实际效果不符(issue#2758@Github)</li> <li>【core 】 修改PhoneUtil容易歧义的注释(issue#I63GWK@Gitee)</li> <li>【crypto】 KeyUtil中的读取KeyStore文件的方法增加全局Provider(issue#I6796G@Gitee)</li> <li>【extra 】 CompressUtil 新增 stripComponents 参数(pr#904@Gitee)</li> <li>【extra 】 ServletUtil和JakartaServletUtil新增获取所有响应头的方法(pr#2828@Github)</li> <li>【core 】 BooleanUtil增加toString重载(pr#2816@Github)</li> </ul> <h3>🐞Bug修复</h3> <ul> <li>【json 】 修复普通byte数组转JSONArray时的异常(pr#875@Gitee)</li> <li>【core 】 修复ArrayUtil.insert()不支持原始类型数组的问题(pr#874@Gitee)</li> <li>【core 】 修复HexUtil.isHexNumber()判断逻辑超出long的精度问题(issue#I62H7K@Gitee)</li> <li>【core 】 修复BiMap中未重写computeIfAbsent和putIfAbsent导致双向查找出问题(issue#I62X8O@Gitee)</li> <li>【json 】 修复JSON解析栈溢出部分问题(issue#2746@Github)</li> <li>【json 】 修复getMultistageReverseProxyIp未去除空格问题(issue#I64P9J@Gitee)</li> <li>【db 】 修复NamedSql中in没有判断大小写问题(issue#2792@Github)</li> <li>【core 】 修复ZIP bomb漏洞(issue#2797@Github)</li> <li>【core 】 修复JSONXMLSerializer将Json转为XML时,遇到嵌套需要递归情况时会丢失contentKeys问题(pr#903@Gitee)</li> <li>【db 】 修复使用mariadb通过jdbcurl创建SimpleDataSource报NullPointException(pr#900@Gitee)</li> <li>【core 】 修复UrlBuilder中参数中包括"://"判断错误问题(pr#898@Gitee)</li> <li>【core 】 修复IndexedComparator导致的数据错乱问题(ExcelWriter使用部分别名导致字段丢失)(issue#I66Z6B@Gitee)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md">hutool-all's changelog</a>.</em></p> <blockquote> <h1>5.8.12 (2023-02-09)</h1> <h3>🐣新特性</h3> <ul> <li>【http 】 HttpGlobalConfig.allowPatch()调用时忽略错误(issue#2832@Github)</li> <li>【core 】 重构根据file magic number判断文件类型(pr#2834@Github)</li> <li>【core 】 增加WGS84 坐标与墨卡托投影互转(pr#2811@Github)</li> <li>【extra 】 ServletUtil遵循rfc 3986优化(issue#I6ALAO@Gitee)</li> <li>【http 】 HttpUtil.decodeParams增加isFormUrlEncoded重载(pr#918@Gitee)</li> <li>【db 】 AbstractDb添加返回类型为PageResult的page重载方法(pr#916@Gitee)</li> <li>【core 】 DesensitizedUtil增加对IPv4和IPv6支持(issue#I6ABCS@Gitee)</li> <li>【core 】 针对CollUtil.subtract coll1 为只读集合的补偿(pr#2865@Github)</li> <li>【core 】 DateUtil.date方法统一修改规则,传入null返回null(pr#2877@Github)</li> <li>【core 】 DateUtil.parseUTC统一规范,舍弃3位毫秒数后的数字(pr#2889@Github)</li> </ul> <h3>🐞Bug修复</h3> <ul> <li>【core 】 修复HexUtil.isHexNumber()对"-"的判断问题(issue#2857@Github)</li> <li>【core 】 修复FileTypeUtil判断wav后缀的录音文件类型不能匹配问题(pr#2834@Github)</li> <li>【core 】 修复FileUtil的rename在newName与原文件夹名称一样时,文件夹会被删除问题(issue#2845@Github)</li> <li>【core 】 修复IoUtil.readBytes使用SocketInputStream读取不完整问题(issue#I6AT49@Gitee)</li> <li>【core 】 修复ClassScanner自定义classload无效问题(issue#I68TV2@Gitee)</li> <li>【core 】 【重要】删除XmlUtil.readObjectFromXml方法,避免漏洞(issue#2857@Github)</li> <li>【core 】 修复Ipv4Util.list()方法的bug(pr#929@Gitee)</li> <li>【poi 】 修复“sax方式读取excel2003版本,会调用两次doAfterAllAnalysed方法”问题。(pr#919@Gitee)</li> </ul> <hr /> <h1>5.8.11 (2022-12-27)</h1> <h3>🐣新特性</h3> <ul> <li>【core 】 CharUtil.isBlankChar增加\u180e(pr#2738@Github)</li> <li>【core 】 SyncFinisher线程同步结束器添加立即结束方法(pr#879@Gitee)</li> <li>【core 】 HtmlUtil中escape方法,增加不断开空格(nbsp)转译,防止xss攻击(pr#2755@Github)</li> <li>【extra 】 修正sftp.cd方法 方法注释和实际效果不符(issue#2758@Github)</li> <li>【core 】 修改PhoneUtil容易歧义的注释(issue#I63GWK@Gitee)</li> <li>【crypto】 KeyUtil中的读取KeyStore文件的方法增加全局Provider(issue#I6796G@Gitee)</li> <li>【extra 】 CompressUtil 新增 stripComponents 参数(pr#904@Gitee)</li> <li>【extra 】 ServletUtil和JakartaServletUtil新增获取所有响应头的方法(pr#2828@Github)</li> <li>【core 】 BooleanUtil增加toString重载(pr#2816@Github)</li> </ul> <h3>🐞Bug修复</h3> <ul> <li>【json 】 修复普通byte数组转JSONArray时的异常(pr#875@Gitee)</li> <li>【core 】 修复ArrayUtil.insert()不支持原始类型数组的问题(pr#874@Gitee)</li> <li>【core 】 修复HexUtil.isHexNumber()判断逻辑超出long的精度问题(issue#I62H7K@Gitee)</li> <li>【core 】 修复BiMap中未重写computeIfAbsent和putIfAbsent导致双向查找出问题(issue#I62X8O@Gitee)</li> <li>【json 】 修复JSON解析栈溢出部分问题(issue#2746@Github)</li> <li>【json 】 修复getMultistageReverseProxyIp未去除空格问题(issue#I64P9J@Gitee)</li> <li>【db 】 修复NamedSql中in没有判断大小写问题(issue#2792@Github)</li> <li>【core 】 修复ZIP bomb漏洞(issue#2797@Github)</li> <li>【core 】 修复JSONXMLSerializer将Json转为XML时,遇到嵌套需要递归情况时会丢失contentKeys问题(pr#903@Gitee)</li> <li>【db 】 修复使用mariadb通过jdbcurl创建SimpleDataSource报NullPointException(pr#900@Gitee)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/looly/hutool/commits/5.8.12">compare view</a></li> </ul> </details> <br /> [](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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/zj-dreamly/my-program-learning/network/alerts). </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by dependabot[bot] and has received 0 comments.