Skip to content

Commit

Permalink
Merge pull request #12 from patricklaux/dev
Browse files Browse the repository at this point in the history
upgrade to JDK17
  • Loading branch information
patricklaux committed Jun 3, 2024
2 parents 5259b3c + c59a827 commit e228779
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ mvn clean install

## 4. 更新日志

| 版本 | 说明 |
| ------ | ---------------------------------------------------- |
| 1.0.10 | 1. 添加 SimpleJSON(仅实现对象转 JSONString) |
| 1.0.9 | 1. 添加 RandomUtils |
| 1.0.8 | 1. 添加 Maps.newHashMap方法 |
| 1.0.7 | 1. 添加 IOUtils.closeQuietly方法 |
| 1.0.6 | 1. Found 删除 node 字段,NodeHelper 增加精确匹配方法 |
| 1.0.5 | 1. 调整部分方法返回值 |
| 1.0.4 | 1. 增加测试用例;2. 编写参考文档;3.调整部分代码 |
| 1.0.3 | 1. 调整DigestUtils默认小写 |
| 1.0.2 | 1. 补充完整注释 |
| 1.0.1 | 1. 增加测试用例 2. 删除 Lists类 |
| 1.0.0 | 1. 添加常用工具类 2. 添加 ConcurrentHashTrie 字典树 |
| 版本 | 说明 |
| ------ | ------------------------------------------------------------ |
| 1.0.10 | 1. 添加 SimpleJSON(仅实现对象转 JSONString)<br />2. 升级为支持 JDK 17,不再支持 JDK 8 |
| 1.0.9 | 1. 添加 RandomUtils |
| 1.0.8 | 1. 添加 Maps.newHashMap方法 |
| 1.0.7 | 1. 添加 IOUtils.closeQuietly方法 |
| 1.0.6 | 1. Found 删除 node 字段,NodeHelper 增加精确匹配方法 |
| 1.0.5 | 1. 调整部分方法返回值 |
| 1.0.4 | 1. 增加测试用例;2. 编写参考文档;3.调整部分代码 |
| 1.0.3 | 1. 调整DigestUtils默认小写 |
| 1.0.2 | 1. 补充完整注释 |
| 1.0.1 | 1. 增加测试用例 2. 删除 Lists类 |
| 1.0.0 | 1. 添加常用工具类 2. 添加 ConcurrentHashTrie 字典树 |

0 comments on commit e228779

Please sign in to comment.