GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/841
TINKERPOP-1941 Removed deprecated structure api exception
https://issues.apache.org/jira/browse/TINKERPOP-1941
These were related to elements not being found and were deprecated a long
long time ago. Pretty easy one, but since it's a breaking change I figured it
should go through review.
Builds with `mvn clean install`.
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1941
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/841.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #841
----
commit 22c18441e9909b9cb4a6e24bfeef3661eb7030f1
Author: Stephen Mallette <spmva@...>
Date: 2018-04-18T19:28:54Z
TINKERPOP-1941 Removed deprecated structure api exception
These were related to elements not being found and were deprecated a long
long time ago.
----
---