From 819821270d7f053cae9c83513f26382f7785f55d Mon Sep 17 00:00:00 2001 From: CorvusYe Date: Sat, 9 Dec 2023 00:10:13 +0800 Subject: [PATCH] chore: deps upgrade. and show error when deploy --- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yaml | 2 +- CHANGELOG.md | 4 ++++ ngbatis-demo/pom.xml | 2 +- pom.xml | 23 +++++++++++++++++------ 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e848466a..44193320 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: server-password: MAVEN_PASSWORD # Environment variable for Maven password - name: Publish package - run: mvn --batch-mode deploy -Dmaven.javadoc.skip=true + run: mvn --batch-mode -e deploy env: MAVEN_USERNAME: ${{ secrets.OSSRH_USER }} MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index e40fb99f..8e7c5cd9 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -44,7 +44,7 @@ jobs: server-password: MAVEN_PASSWORD - name: Publish package - run: mvn --batch-mode deploy -Dmaven.javadoc.skip=true + run: mvn --batch-mode -e deploy env: MAVEN_USERNAME: ${{ secrets.OSSRH_USER }} MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e444e123..49221fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ This source code is licensed under Apache 2.0 License. - nebula-java: 3.5.0 -> 3.6.0 - beetl: 3.1.8-RELEASE -> 3.15.10.RELEASE - antlr4: 4.7.2 -> 4.11.1 +- asm: 8.0 -> 9.4 +- jsoup: 1.15.3 -> 1.15.4 ## Feature @@ -40,6 +42,8 @@ This source code is licensed under Apache 2.0 License. - feat: extending `NgPath`, when 'with prop' is used in nGQL, edge attributes can be obtained from NgPath. ([#228](https://github.com/nebula-contrib/ngbatis/pull/228), via [dieyi](https://github.com/1244453393)) - feat: expanding the `insertEdgeBatch` interface in `NebulaDaoBasic`. ([#244](https://github.com/nebula-contrib/ngbatis/pull/244), via [Sunhb](https://github.com/shbone)) - feat: expanding the `deleteByIdBatch` interface in `NebulaDaoBasic`. ([#247](https://github.com/nebula-contrib/ngbatis/pull/244), via [Sunhb](https://github.com/shbone)) +- feat: expanding the `listEndNodes` interface in `NebulaDaoBasic`. ([#247](https://github.com/nebula-contrib/ngbatis/pull/272), via [knqiufan](https://github.com/knqiufan)) +- feat: support specify space by param ## Bugfix diff --git a/ngbatis-demo/pom.xml b/ngbatis-demo/pom.xml index 1cbe2a65..81daa17c 100644 --- a/ngbatis-demo/pom.xml +++ b/ngbatis-demo/pom.xml @@ -50,7 +50,7 @@ org.nebula-contrib ngbatis - 1.2.0-SNAPSHOT + 1.2.0 diff --git a/pom.xml b/pom.xml index ea97f61e..7aaaf2eb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - + jar org.springframework.boot spring-boot-starter-parent @@ -13,7 +13,18 @@ ngbatis org.nebula-contrib ngbatis - 1.2.0-SNAPSHOT + 1.2.0 + + + NgBatis is a database ORM framework base NebulaGraph + spring-boot, + which takes advantage of the mybatis’ fashion development, + including some de-factor operations in single table and vertex-edge, + like mybatis-plus. + NgBatis 是一款针对 NebulaGraph + Springboot 的数据库 ORM 框架。 + 借鉴于 MyBatis 的使用习惯进行开发。 + + + https://github.com/nebula-contrib/ngbatis @@ -81,13 +92,13 @@ org.ow2.asm asm - 8.0 + 9.4 org.jsoup jsoup - 1.15.3 + 1.15.4 com.ibeetl @@ -125,7 +136,7 @@ junit junit - 4.13.1 + 4.13.2 test @@ -135,7 +146,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true ossrh