Boxuan Li created TINKERPOP-2761:
------------------------------------
Summary: Gremlin: use another manifest name for version
Key: TINKERPOP-2761
URL: https://issues.apache.org/jira/browse/TINKERPOP-2761
Project: TinkerPop
Issue Type: Improvement
Reporter: Boxuan Li
In Gremlin.java, the gremlin version is read from a version attribute:
{code:java}
version = Manifests.read("version");{code}
This name is too general and can be overridden accidentally, see
[https://github.com/JanusGraph/janusgraph/discussions/3004]
I propose we use a more specific name, such as "tinkerpopVersion".
--
This message was sent by Atlassian Jira
(v8.20.7#820007)