Florian Hockmann created TINKERPOP-1922:
-------------------------------------------
Summary: Gherkin features fail that contain P.not() in Gremlin.Net
Key: TINKERPOP-1922
URL: https://issues.apache.org/jira/browse/TINKERPOP-1922
Project: TinkerPop
Issue Type: Bug
Components: dotnet
Affects Versions: 3.2.7
Reporter: Florian Hockmann
Fix For: 3.2.8, 3.3.2
Gherkin scenarios that containĀ {{P.not()}} currently fail in Gremlin.Net. The
server prints an exception that hints at problems with deserialization of
{{P.not()}}:
{code:java}
Could not deserialize the JSON value as required. Nested exception:
java.lang.IllegalStateException:
org.apache.tinkerpop.gremlin.process.traversal.P.not([Ljava.lang.Object;){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)