Github user JPMoresmau commented on the issue:
https://github.com/apache/tinkerpop/pull/446
What? I'm just saying that currently valueMap returns `Map<String,Object>`,
so if you iterate on all the keys as String, you get a runtime crash because
there are keys that are not strings. So if you don't want to put only String as
keys, you need to change the Map to `Map<Object,Object>` , which will also
break existing code.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---