orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
93 stars 32 forks source link

Testing 2.2.0-beta #42

Closed velo closed 8 years ago

velo commented 8 years ago

Out of curiosity, how far are we from 2.2.0-beta?

velo commented 8 years ago

Problem... ODatabaseFactory is gone for 2.2... how shall we handle that? https://github.com/orientechnologies/orientdb/commit/e0dac718d5035a9d1747bfddad78ca7e091cb78f

mpollmeier commented 8 years ago

looks like the new way is just

new ODatabaseDocumentTx("...");
mpollmeier commented 8 years ago

i really like this change btw: https://github.com/orientechnologies/orientdb/issues/4818

velo commented 8 years ago

True, but that does break compatibility between 2.1.* and 2.2.*

mpollmeier commented 8 years ago

True, but being such a small project we still have the luxury of being able to make breaking changes. People who are on orient 2.1 can continue to use the current version, and if they want to use the latest version of the driver they probably have to upgrade Orient as well. If we had a million users we obviously couldn't do that :)

velo commented 8 years ago

True...