Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] hugegraph-server1.0.0 , hugegraph-client(2.0.1)不支持 #410

Closed
1 task done
gudehuang opened this issue Jan 5, 2023 · 2 comments
Closed
1 task done
Labels

Comments

@gudehuang
Copy link

Problem Type (问题类型)

None

Before submit

  • I had searched in the issues and found no similar issues.

Environment (环境信息)

  • Server Version: 1.0.0
  • Toolchain Version: 1.x.x
  • Data Size: xx vertices, xx edges

Your Question (问题描述)

我在项目中使用hugegraph-client 版本2.0.1

<dependency>
        <groupId>com.baidu.hugegraph</groupId>
        <artifactId>hugegraph-client</artifactId>
         <version>2.0.1</version>
</dependency>

连接hugegraph-server1.0.0的图数据报错:

 java.lang.IllegalStateException: The version 0.69.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68)

但hugegraph-client 的版本最新的只有2.0.1,请问如何处理这个问题

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

@imbajin
Copy link
Member

imbajin commented Jan 6, 2023

Please use the apache version client 1.0.0, like in pom.xml, thanks for your report

  <dependency>
       <groupId>org.apache.hugegraph</groupId>
       <artifactId>hugegraph-client</artifactId>
       <version>1.0.0</version>
  </dependency>

@javeme we should add a doc for users to know it (it's a breaking change, and should be mentioned in the Release Note --> add a section "Breaking Changes")

@z7658329 and note we need remove the repository settings later (after maven release)

@github-actions

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants