microsoft / spring-data-gremlin

We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
Other
129 stars 76 forks source link

Updated README for latest version of Spring-data-gremlin #223

Closed rekon closed 5 years ago

rekon commented 5 years ago

There are differing function signature between version 2.0.0 and 2.1.0 (e.g. GremlinConfiguration & GremlinConfig respectively in package com.microsoft.spring.data.gremlin.common)

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

List related PRs against other branches:

branch PR
other_pr_production [link]()
other_pr_master [link]()

Todos

Steps to Test

Steps to test code change

codecov-io commented 5 years ago

Codecov Report

Merging #223 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #223   +/-   ##
=======================================
  Coverage   86.26%   86.26%           
=======================================
  Files          60       60           
  Lines        1354     1354           
  Branches      231      231           
=======================================
  Hits         1168     1168           
  Misses         74       74           
  Partials      112      112

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c94d36c...5021151. Read the comment docs.

Incarnation-p-lee commented 5 years ago

Thanks for your PR, but seems newest version is here ?

rekon commented 5 years ago

Hi, I have updated to latest release

Incarnation-p-lee commented 5 years ago

Thanks a lot.