Hi everyone, I just wanted to draw attention to a few small fixes that I would like to have included before the release.
The first of which is https://github.com/apache/tinkerpop/pull/1937. We ran into some trouble in tests where the manifest file was excluded from our jar’s and causing Gremlin.version() to throw ExceptionInInitializerError’s. This PR has Gremlin.version return “VersionNotFound” in this failure case and adds a couple of extra catches to the user agent to make it more resilient to unexpected failures like this. The second PR I would like to consider is https://github.com/apache/tinkerpop/pull/1940. It solves a small issue with the JS GLV which was causing it to fail if a user manually supplied a UUID with capital letters in the hex string. Both of these are small fixes that I believe are useful to sneak in during this code freeze period before the release goes out. Please let me know if there are any objections to these fixes being included before the release. Thanks, Cole Greer
