[
https://issues.apache.org/jira/browse/TINKERPOP-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette updated TINKERPOP-1102:
----------------------------------------
Fix Version/s: 3.1.2-incubating
> 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
> Fix For: 3.1.2-incubating
>
>
> 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)