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

could you please expose 3.2.3.1-SNAPSHOT to sonatype repository? #127

Open
zifnab87 opened this issue Apr 13, 2017 · 9 comments
Open

could you please expose 3.2.3.1-SNAPSHOT to sonatype repository? #127

zifnab87 opened this issue Apr 13, 2017 · 9 comments
Assignees
Labels

Comments

@zifnab87
Copy link

zifnab87 commented Apr 13, 2017

Hi I am trying to make OrientDB to work again with spring-data integration (https://github.com/zifnab87/spring-data-gremlin/tree/TP3-before-merge) using Tinkerpop 3.2+. This is an old project that I forked that used to work with TP2. Could you please expose 3.2.3.1-SNAPSHOT in a repo, if it isn't already so I can get it easily. Thanks!

@wolf4ood
Copy link
Member

hi @zifnab87

we started to rolling a snapshot here

https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-gremlin/3.0.0-SNAPSHOT/

The version number of the driver has been aligned with OrientDB 3.x development and now supports TP3 3.2.4.

Do you need TP3 3.2.4 support for OrientDB 2.2.x ?

@wolf4ood wolf4ood self-assigned this Apr 13, 2017
@zifnab87
Copy link
Author

Thanks! I have seen that.. my main problem is that OrientDB-core still uses blueprints.Vertex etc instead of the latest Tinkerpop3

@wolf4ood
Copy link
Member

@zifnab87

yes in 2.2.x if you use the module orientdb-graph. Starting from 3.x we develop our own MultiModel API (Graph/Document) and the TP3 driver uses those API.

@zifnab87
Copy link
Author

Oh I see so which dependencies do I need for 3.x so that Tinkerpop 3 is supported natively? Do you have a snapshot or something? Thanks

@wolf4ood
Copy link
Member

hi @zifnab87

yes we have a snapshot here

you can add it with

<dependency>
            <groupId>com.orientechnologies</groupId>
            <artifactId>orientdb-gremlin</artifactId>
            <version>3.0.0-SNAPSHOT</version>
  </dependency>

Please tell me if you need further help
Thanks

@zifnab87
Copy link
Author

Yeah I have used that already - I mean orientdb 3.x with native Tinkerpop 3.2.x support - do you have a snapshot for that? Thanks!

@wolf4ood
Copy link
Member

Yeah we have a snapshot of OrientDB + Tp3

https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-community-tp3/3.0.0-SNAPSHOT/

@wolf4ood
Copy link
Member

Hi @zifnab87

in the new repo

OrientBaseGraph#getRawGraph has been replaced by OrientGraph#getRawDatabase

For the other APIs i think there is no equivalent. You can use directly the API ofODatabaseDocument from OrientGraph#getRawDatabase

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