Merge branch 'TINKERPOP-1586' into tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d5205161 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d5205161 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d5205161 Branch: refs/heads/TINKERPOP-1535 Commit: d52051615783c83f7d185b257059ec2d37e97095 Parents: 3aa9e70 d112154 Author: Stephen Mallette <sp...@genoprime.com> Authored: Wed Feb 28 15:40:20 2018 -0500 Committer: Stephen Mallette <sp...@genoprime.com> Committed: Wed Feb 28 15:40:20 2018 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../strategy/decoration/SubgraphStrategy.java | 58 ++++++++++---- .../decoration/SubgraphStrategyProcessTest.java | 84 ++++++++++++++++++++ 3 files changed, 127 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d5205161/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index 60e0ef4,1701342..92e1d9e --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -23,9 -23,9 +23,10 @@@ image::https://raw.githubusercontent.co [[release-3-2-8]] === TinkerPop 3.2.8 (Release Date: NOT OFFICIALLY RELEASED YET) + * Added `checkAdjacentVertices` option to `SubgraphStrategy`. * Modified `GremlinDslProcessor` so that it generated the `getAnonymousTraversalClass()` method to return the DSL version of `__`. * Added the "Kitchen Sink" test data set. +* Added `idleConnectionTimeout` and `keepAliveInterval` to Gremlin Server that enables a "ping" and auto-close for seemingly dead clients. * Fixed a bug in `NumberHelper` that led to wrong min/max results if numbers exceeded the Integer limits. * Delayed setting of the request identifier until `RequestMessage` construction by the builder. * Improved error messaging for failed serialization and deserialization of request/response messages.