TINKERPOP-2761: fix version key race in Manifest#1716
TINKERPOP-2761: fix version key race in Manifest#1716spmallette merged 1 commit intoapache:masterfrom
Conversation
26224db to
4ba7501
Compare
|
thanks for contributing, but i'm not sure i understand the discussion that was referenced and thus not sure i understand why the manifest version needs a special |
|
Sure. If we have multiple jars on the classpath, In the mentioned thread, it seems to read the version key from hbase jar. |
sorry - i read that thread but github didn't display the discussion in whole and i missed some additional comments as i recall there isn't any standard to manifest files keys. rather than camel case of |
4ba7501 to
9eab95f
Compare
|
done ✅ |
- use a more specific key `tinkerpop-version` to avoid race on `version` - see: JanusGraph/janusgraph#3004 Signed-off-by: Lionel Fleury <lionel_fleury@hotmail.com>
9eab95f to
bcb8408
Compare
Fixes https://issues.apache.org/jira/browse/TINKERPOP-2761