Bob Briody created TINKERPOP-1102:
-------------------------------------
Summary: Request message does not handle immutable map
Key: TINKERPOP-1102
URL: https://issues.apache.org/jira/browse/TINKERPOP-1102
Project: TinkerPop
Issue Type: Bug
Components: driver
Affects Versions: 3.1.0-incubating
Reporter: Bob Briody
When building a RequestMessage with the java Gremlin Client Driver, things
don't work correctly if an Immutable Map is used as shown here:
{code}
requestMessage.addArg(Tokens.ARGS_ALIASES, ImmutableMap.builder().put("g",
"some_alias.g").build());
{code}
Note that the RequestMessage can be built, and even executed, but the alias
does not bind correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)