Skip to content

Commit 4db191c

Browse files
author
liuzenghui
committed
发布 6.1.1
1 parent 7209428 commit 4db191c

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.pagehelper</groupId>
3030
<artifactId>pagehelper</artifactId>
31-
<version>6.1.0</version>
31+
<version>6.1.1</version>
3232
<packaging>jar</packaging>
3333

3434
<name>pagehelper 6</name>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.mybatis</groupId>
7272
<artifactId>mybatis</artifactId>
73-
<version>3.5.10</version>
73+
<version>3.5.19</version>
7474
<scope>compile</scope>
7575
<optional>true</optional>
7676
</dependency>

wikis/en/Changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
## Changelog
22

3+
### 6.1.1 - 2025-06-20
4+
5+
- Add pagination support for SunDB database **by wangsl**
6+
- Add adapter support for Xugu (虚谷数据库) database **by 吴启洋**
7+
- Fix issue where `additionalParameter` was not properly copied when copying `countBoundSql` **by yefeng**
8+
- Fix `offsetPage` example code error **by S00ahKim**
9+
- Fix Jakarta/Javax ServletRequest compatibility issue, support Spring Boot 3.x **by PING**
10+
- Add `PageInfo.of()` overloaded method to support manually specifying total record count for pagination info **by yesAnd**
11+
- Upgrade MyBatis version to 3.5.19 (from 3.5.10)
12+
- Upgrade Guava version to 33.4.8-jre (from 32.0.0-jre)
13+
- Upgrade Logback Classic version to 1.2.13 (from 1.2.11)
14+
- Optimize Xugu JDBC dependency configuration, add `<scope>test</scope>`
15+
- Fix typos and link references in English documentation **by Coco Liliace**
16+
- Add relevant comments to improve code readability **by yesAnd**
17+
- Resolve dependency security vulnerabilities, update related component versions
18+
19+
#### Compatibility Notes
20+
- This version maintains backward compatibility with previous versions
21+
- New database support: SunDB, Xugu (虚谷数据库)
22+
- Fixed Spring Boot 3.x compatibility issues, recommended for users using Jakarta EE
23+
24+
#### Upgrade Recommendations
25+
- All users are recommended to upgrade, especially those using Spring Boot 3.x or requiring new database support
26+
- Users of SunDB or Xugu databases can directly use pagination features
27+
- Please ensure dependency version compatibility before
28+
329
### 6.1.0 - 2023-12-16
430

531
- Released version 6.1.0, PageHelper provides direct dependency on jsqlparser as intermediate interfaces, allowing

wikis/zh/Changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
## 更新日志
22

3+
4+
### 6.1.1 - 2025-06-20
5+
6+
- 新增对 SunDB 数据库的分页功能支持 **by wangsl**
7+
- 新增对 Xugu(虚谷数据库)的适配支持 **by 吴启洋**
8+
- 修复在复制 `countBoundSql` 时未正确复制 `additionalParameter` 的问题 **by yefeng**
9+
- 修复 `offsetPage` 示例代码错误 **by S00ahKim**
10+
- 修复 Jakarta/Javax ServletRequest 兼容性问题,支持 Spring Boot 3.x **by PING**
11+
- 新增 `PageInfo.of()` 重载方法,支持手动指定查询记录总数返回分页信息 **by yesAnd**
12+
- 升级 MyBatis 版本至 3.5.19(从 3.5.10)
13+
- 升级 Guava 版本至 33.4.8-jre(从 32.0.0-jre)
14+
- 升级 Logback Classic 版本至 1.2.13(从 1.2.11)
15+
- 优化 Xugu JDBC 依赖配置,添加 `<scope>test</scope>`
16+
- 修复英文文档中的拼写错误和链接引用 **by Coco Liliace**
17+
- 补充相关注释信息,提高代码可读性 **by yesAnd**
18+
- 解决依赖安全漏洞,更新相关组件版本
19+
20+
#### 兼容性说明
21+
- 本版本与之前版本保持向后兼容
22+
- 新增数据库支持:SunDB、Xugu(虚谷数据库)
23+
- 修复了 Spring Boot 3.x 兼容性问题,建议使用 Jakarta EE 的用户升级
24+
25+
#### 升级建议
26+
- 所有用户建议升级,特别是使用 Spring Boot 3.x 或需要新数据库支持的用户
27+
- 使用 SunDB 或虚谷数据库的用户可以直接使用分页功能
28+
- 升级前请确保相关依赖版本兼容性
29+
330
### 6.1.0 - 2023-12-16
431

532
- 发布6.1.0,PageHelper 提供 jsqlparser直接依赖都是中间接口,可以通过SPI替换默认实现

0 commit comments

Comments
 (0)