[1/2] tinkerpop git commit: Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR

2018-04-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 a7c8ea102 -> 4dcee1ad2 Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/430c97d1 Tree:

[3/3] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-04-18 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/028aba45 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/028aba45 Diff:

[2/2] tinkerpop git commit: Move validation into set() method to avoid double loop.

2018-04-18 Thread spmallette
Move validation into set() method to avoid double loop. Parameters tends to be a hotspot in traversal construction. This doesn't amount to much in terms of performance overall for most traversals, but since the validation code isn't being used anywhere else there's not much value in having it

[2/3] tinkerpop git commit: Move validation into set() method to avoid double loop.

2018-04-18 Thread spmallette
Move validation into set() method to avoid double loop. Parameters tends to be a hotspot in traversal construction. This doesn't amount to much in terms of performance overall for most traversals, but since the validation code isn't being used anywhere else there's not much value in having it

[1/3] tinkerpop git commit: Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR

2018-04-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 358f99b18 -> 028aba45c Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/430c97d1 Tree:

[3/4] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-04-18 Thread spmallette
Merge branch 'tp32' into tp33 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/028aba45 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/028aba45 Diff:

[2/4] tinkerpop git commit: Move validation into set() method to avoid double loop.

2018-04-18 Thread spmallette
Move validation into set() method to avoid double loop. Parameters tends to be a hotspot in traversal construction. This doesn't amount to much in terms of performance overall for most traversals, but since the validation code isn't being used anywhere else there's not much value in having it

[1/4] tinkerpop git commit: Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR

2018-04-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 82b7accc0 -> 18df60025 Fixed grammar mistakes in javadocs for DriverRemoteTraversal CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/430c97d1 Tree:

[4/4] tinkerpop git commit: Merge branch 'tp33'

2018-04-18 Thread spmallette
Merge branch 'tp33' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18df6002 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18df6002 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/18df6002

tinkerpop git commit: TINKERPOP-1941 Removed deprecated structure api exception

2018-04-18 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1941 [created] 22c18441e TINKERPOP-1941 Removed deprecated structure api exception These were related to elements not being found and were deprecated a long long time ago. Project: