Merge branch 'TINKERPOP-1760' into tp32
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/74f10b13 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/74f10b13 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/74f10b13 Branch: refs/heads/TINKERPOP-1752 Commit: 74f10b1349ac4217a66be64431ef99b4388633bc Parents: b5836ed eb1be4d Author: Marko A. Rodriguez <[email protected]> Authored: Tue Aug 29 17:42:25 2017 -0600 Committer: Marko A. Rodriguez <[email protected]> Committed: Tue Aug 29 17:42:25 2017 -0600 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + .../ComputerVerificationStrategy.java | 24 ++++++-------------- .../ComputerVerificationStrategyTest.java | 4 ++++ 3 files changed, 12 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/74f10b13/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --cc CHANGELOG.asciidoc index d62df5c,1ffa315..fc0b9ef --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -26,8 -26,7 +26,9 @@@ image::https://raw.githubusercontent.co TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Ensured that plugins were applied in the order they were configured. +* Fixed a bug in `Neo4jGremlinPlugin` that prevented it from loading properly in the `GremlinPythonScriptEngine`. + * Fixed a bug in `ComputerVerificationStrategy` where child traversals were being analyzed prior to compilation. * Fixed a bug that prevented Gremlin from ordering lists and streams made of mixed number types.
