OGoodness opened a new pull request, #1792:
URL: https://github.com/apache/tinkerpop/pull/1792
Changes:
- `Dockerfile.template` updated maven version due to referenced version no
longer being available from main apache download.
- CDN Link that no longer works:
https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/
- Archive CDN Link:
https://archive.apache.org/dist/maven/maven-3/3.8.5/binaries/
- New Version: https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/
- Updated `driver_remote_connection.py` to attempt retry logic if specified
by user during request.
- This is to replace a common pattern where the end user is forced to
implement their own retry logic which ends up being in the form of a decorator
on every method that performs a query. Allowing the user to attempt a retry
here will avoid the need for manual implementation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]