aws / amazon-neptune-gremlin-java-sigv4

A Gremlin client for Amazon Neptune that includes AWS Signature Version 4 signing.
Apache License 2.0
27 stars 17 forks source link

Upgrade TP to 3.4.8 and other minor changes #26

Closed divijvaidya closed 3 years ago

divijvaidya commented 3 years ago

Description of changes:

  1. Upgrade TP dependency to 3.4.8.
  2. In the example, always close the client else it might leave dangling connections on the server.
  3. Minor Java code changes.

Testing mvn clean; mvn install

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.