gjrwebber / spring-data-gremlin

Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the Tinkerpop Blueprints 2.x API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to Spring Data Commons 1.11.0

gjrwebber opened this issue · comments

Spring data 2.4 has update RepositoryFactorySupport which GremlinRepositoryFactory extends. A new method has been introduced (getTargetRepository(RepositoryInformation)).

Hi Graham

Would you mind creating another snapshot that contains your changes for this new method?
Is the code stable enough or is there something I can do?