Github user FlorianHockmann commented on the issue:
https://github.com/apache/tinkerpop/pull/912
To be honest, I haven't taken a detailed look at the changes of this PR
yet, but it seems to also remove / rename a bunch of config properties like
`ssl.keyFile` for example. Doesn't this also break completely valid settings
and requires all users who have configured SSL to change their settings?
I know we could say that users should read our upgrade docs before
upgrading but I don't think that most will do that, especially not for a
version bump from 3.2.9 to 3.2.10 where breaking changes shouldn't be expected.
---