You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Boxuan Li (Jira)" <ji...@apache.org> on 2022/06/20 21:46:00 UTC

[jira] [Created] (TINKERPOP-2761) Gremlin: use another manifest name for version

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)