From 1a9a53003a545ca33aa5c1cb8066294b678fdfc5 Mon Sep 17 00:00:00 2001 From: CorvusYe Date: Sat, 20 Jan 2024 00:45:00 +0800 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 8 +++++++- README-CN.md | 6 ++++-- README.md | 6 ++++-- pom.xml | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04cf38..90655c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,12 +26,18 @@ This source code is licensed under Apache 2.0 License. - [x] Springboot 3.x support. (lastest-jdk17) -# NEXT (1.2.1-SNAPSHOT) +# NEXT (1.2.2-SNAPSHOT) ## Dependencies upgrade - [ ] nebula-java: 3.6.0 -> 3.6.1 +# 1.2.1 + +## Bugfix + +- fix: set the specified space in the original method to the proxy method for paging. ([#282](https://github.com/nebula-contrib/ngbatis/pull/282)) + # 1.2.0 ## Dependencies upgrade diff --git a/README-CN.md b/README-CN.md index e728c53..d4e7deb 100644 --- a/README-CN.md +++ b/README-CN.md @@ -33,6 +33,8 @@ This source code is licensed under Apache 2.0 License. NgBatis | nebula-java | JDK | Springboot | Beetl ---|-------------|---|------------|--- + 1.2.1-jdk17 | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE + 1.2.1 | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE 1.2.0-jdk17 | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE 1.2.0 | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE 1.1.5 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE @@ -59,14 +61,14 @@ This source code is licensed under Apache 2.0 License. org.nebula-contrib ngbatis - 1.2.0 + 1.2.1 ``` - Gradle ```groovy - implementation 'org.nebula-contrib:ngbatis:1.2.0' + implementation 'org.nebula-contrib:ngbatis:1.2.1' ``` ### 参考 [【ngbatis-demo】](./ngbatis-demo),与springboot无缝集成。在该项目的 test 中还有api的样例。在开发过程中每增加一个特性也都会同步更新ngbatis-demo的用例 diff --git a/README.md b/README.md index eeeca32..ce70ee7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ See [EXECUTION-PROCESS.md](./EXECUTION-PROCESS.md) NgBatis | nebula-java | JDK | Springboot | Beetl ---|-------------|---|------------|--- + 1.2.1-jdk17 | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE + 1.2.1 | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE 1.2.0-jdk17 | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE 1.2.0 | 3.6.0 | 8 | 2.7.0 | 3.15.10.RELEASE 1.1.5 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE @@ -61,14 +63,14 @@ See [EXECUTION-PROCESS.md](./EXECUTION-PROCESS.md) org.nebula-contrib ngbatis - 1.2.0 + 1.2.1 ``` - Gradle ```groovy - implementation 'org.nebula-contrib:ngbatis:1.2.0' + implementation 'org.nebula-contrib:ngbatis:1.2.1' ``` - Referring to [ngbatis-demo](./ngbatis-demo), which was smoothly integrated with spring-boot. The API examples could be found under the test of it for all features of ngbatis. diff --git a/pom.xml b/pom.xml index ad529cb..cdd1d33 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ ngbatis org.nebula-contrib ngbatis - 1.2.1-SNAPSHOT + 1.2.1 NgBatis is a database ORM framework base NebulaGraph + spring-boot,