[7/8] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
new file mode 100644
index 000..194cdd0
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
@@ -0,0 +1,10 @@
+{
+  "predicate" : "and",
+  "value" : [ {
+"predicate" : "gt",
+"value" : 0
+  }, {
+"predicate" : "lt",
+"value" : 10
+  } ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
new file mode 100644
index 000..c271958
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
@@ -0,0 +1,25 @@
+{
+  "@type" : "g:P",
+  "@value" : {
+"predicate" : "and",
+"value" : [ {
+  "@type" : "g:P",
+  "@value" : {
+"predicate" : "gt",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 0
+}
+  }
+}, {
+  "@type" : "g:P",
+  "@value" : {
+"predicate" : "lt",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 10
+}
+  }
+} ]
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
new file mode 100644
index 000..2eee883
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
@@ -0,0 +1,62 @@
+{
+  "labels" : [ [ ], [ ], [ ] ],
+  "objects" : [ {
+"id" : 1,
+"label" : "person",
+"type" : "vertex",
+"properties" : {
+  "name" : [ {
+"id" : 0,
+"value" : "marko"
+  } ],
+  "location" : [ {
+"id" : 6,
+"value" : "san diego",
+"properties" : {
+  "startTime" : 1997,
+  "endTime" : 2001
+}
+  }, {
+"id" : 7,
+"value" : "santa cruz",
+"properties" : {
+  "startTime" : 2001,
+  "endTime" : 2004
+}
+  }, {
+"id" : 8,
+"value" : "brussels",
+"properties" : {
+  "startTime" : 2004,
+  "endTime" : 2005
+}
+  }, {
+"id" : 9,
+"value" : "santa fe",
+"properties" : {
+  "startTime" : 2005
+}
+  } ]
+}
+  }, {
+"id" : 10,
+"label" : "software",
+"type" : "vertex",
+"properties" : {
+  "name" : [ {
+"id" : 4,
+"value" : "gremlin"
+  } ]
+}
+  }, {
+"id" : 11,
+"label" : "software",
+"type" : "vertex",
+"properties" : {
+  "name" : [ {
+"id" : 5,
+"value" : "tinkergraph"
+  } ]
+}
+  } ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
new file mode 100644
index 000..a592d2f
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
@@ -0,0 +1,13 @@
+{
+  "labels" : [ [ ], [ ], [ ] ],
+  "objects" : [ {
+"id" : 1,

[5/8] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
new file mode 100644
index 000..58e6114
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
@@ -0,0 +1,4 @@
+{
+  "@type" : "gx:BigInteger",
+  "@value" : 123456789987654321123456789987654321
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
new file mode 100644
index 000..58e6114
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
@@ -0,0 +1,4 @@
+{
+  "@type" : "gx:BigInteger",
+  "@value" : 123456789987654321123456789987654321
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
new file mode 100644
index 000..579b8c7
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
@@ -0,0 +1,10 @@
+{
+  "@type" : "g:Binding",
+  "@value" : {
+"key" : "x",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 1
+}
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
new file mode 100644
index 000..579b8c7
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
@@ -0,0 +1,10 @@
+{
+  "@type" : "g:Binding",
+  "@value" : {
+"key" : "x",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 1
+}
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
new file mode 100644
index 000..979625b
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
@@ -0,0 +1,4 @@
+{
+  "@type" : "gx:Byte",
+  "@value" : 1
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v3d0.json
new file mode 100644
index 000..979625b
--- 

[3/8] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
new file mode 100644
index 000..24e95ed
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
@@ -0,0 +1,829 @@
+{
+  "@type" : "tinker:graph",
+  "@value" : {
+"vertices" : [ {
+  "@type" : "g:Vertex",
+  "@value" : {
+"id" : {
+  "@type" : "g:Int32",
+  "@value" : 1
+},
+"label" : "person",
+"properties" : {
+  "name" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 0
+  },
+  "value" : "marko",
+  "label" : "name"
+}
+  } ],
+  "location" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 6
+  },
+  "value" : "san diego",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 1997
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2001
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 7
+  },
+  "value" : "santa cruz",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2001
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2004
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 8
+  },
+  "value" : "brussels",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2004
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2005
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 9
+  },
+  "value" : "santa fe",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2005
+}
+  }
+}
+  } ]
+}
+  }
+}, {
+  "@type" : "g:Vertex",
+  "@value" : {
+"id" : {
+  "@type" : "g:Int32",
+  "@value" : 7
+},
+"label" : "person",
+"properties" : {
+  "name" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 1
+  },
+  "value" : "stephen",
+  "label" : "name"
+}
+  } ],
+  "location" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 10
+  },
+  "value" : "centreville",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 1990
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2000
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 11
+  },
+  "value" : "dulles",
+  "label" : "location",
+  "properties" : {
+   

[1/8] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 20a722a35 -> bf6ff4d53


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
new file mode 100644
index 000..34fc35d
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
@@ -0,0 +1 @@
+A�� �J��y���7�
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
new file mode 100644
index 000..34fc35d
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
@@ -0,0 +1 @@
+A�� �J��y���7�
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
new file mode 100644
index 000..c58ac46
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
new file mode 100644
index 000..4464039
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
new file mode 100644
index 000..3b74daa
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
new file mode 100644
index 000..95f8be0
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/year-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/year-v1d0.kryo
 

[8/8] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
Added IO test files for 3.2.10/3.3.4 CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bf6ff4d5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bf6ff4d5
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bf6ff4d5

Branch: refs/heads/tp33
Commit: bf6ff4d53ae79aaea1e65c5805624e9f20c9db7f
Parents: 20a722a
Author: Stephen Mallette 
Authored: Thu May 17 16:50:52 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 16:50:52 2018 -0400

--
 .../io/graphson/GraphSONCompatibility.java  |   9 +-
 .../structure/io/gryo/GryoCompatibility.java|   5 +-
 .../GraphSONTypedCompatibilityTest.java |   5 +-
 .../GraphSONUntypedCompatibilityTest.java   |   6 +-
 .../io/gryo/GryoCompatibilityTest.java  |   5 +-
 .../_3_2_10/authenticationchallenge-v1d0.json   |  12 +
 .../authenticationchallenge-v2d0-no-types.json  |  12 +
 .../authenticationchallenge-v2d0-partial.json   |  12 +
 .../_3_2_10/authenticationresponse-v1d0.json|   9 +
 .../authenticationresponse-v2d0-no-types.json   |   9 +
 .../authenticationresponse-v2d0-partial.json|   9 +
 .../graphson/_3_2_10/barrier-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/barrier-v2d0-partial.json  |   4 +
 .../_3_2_10/bigdecimal-v2d0-partial.json|   1 +
 .../_3_2_10/biginteger-v2d0-partial.json|   1 +
 .../graphson/_3_2_10/binding-v2d0-no-types.json |   4 +
 .../graphson/_3_2_10/binding-v2d0-partial.json  |  10 +
 .../io/graphson/_3_2_10/byte-v2d0-partial.json  |   1 +
 .../_3_2_10/bytebuffer-v2d0-partial.json|   1 +
 .../_3_2_10/bytecode-v2d0-no-types.json |   3 +
 .../graphson/_3_2_10/bytecode-v2d0-partial.json |   6 +
 .../_3_2_10/cardinality-v2d0-no-types.json  |   1 +
 .../_3_2_10/cardinality-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/char-v2d0-partial.json  |   1 +
 .../graphson/_3_2_10/class-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/class-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/column-v2d0-no-types.json  |   1 +
 .../graphson/_3_2_10/column-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/date-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/date-v2d0-partial.json  |   4 +
 .../_3_2_10/direction-v2d0-no-types.json|   1 +
 .../_3_2_10/direction-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/double-v2d0-no-types.json  |   1 +
 .../graphson/_3_2_10/double-v2d0-partial.json   |   4 +
 .../graphson/_3_2_10/duration-v2d0-partial.json |   1 +
 .../io/graphson/_3_2_10/edge-v1d0.json  |  12 +
 .../io/graphson/_3_2_10/edge-v2d0-no-types.json |  14 +
 .../io/graphson/_3_2_10/edge-v2d0-partial.json  |  32 +
 .../graphson/_3_2_10/float-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/float-v2d0-partial.json |   4 +
 .../_3_2_10/inetaddress-v2d0-partial.json   |   1 +
 .../graphson/_3_2_10/instant-v2d0-partial.json  |   1 +
 .../graphson/_3_2_10/integer-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/integer-v2d0-partial.json  |   4 +
 .../graphson/_3_2_10/lambda-v2d0-no-types.json  |   5 +
 .../graphson/_3_2_10/lambda-v2d0-partial.json   |   8 +
 .../_3_2_10/localdate-v2d0-partial.json |   1 +
 .../_3_2_10/localdatetime-v2d0-partial.json |   1 +
 .../_3_2_10/localtime-v2d0-partial.json |   1 +
 .../io/graphson/_3_2_10/long-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/long-v2d0-partial.json  |   4 +
 .../graphson/_3_2_10/metrics-v2d0-no-types.json |  24 +
 .../graphson/_3_2_10/metrics-v2d0-partial.json  |  54 ++
 .../graphson/_3_2_10/monthday-v2d0-partial.json |   1 +
 .../_3_2_10/offsetdatetime-v2d0-partial.json|   1 +
 .../_3_2_10/offsettime-v2d0-partial.json|   1 +
 .../_3_2_10/operator-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/operator-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/order-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/order-v2d0-partial.json |   4 +
 .../io/graphson/_3_2_10/p-v2d0-no-types.json|   4 +
 .../io/graphson/_3_2_10/p-v2d0-partial.json |  10 +
 .../io/graphson/_3_2_10/pand-v2d0-no-types.json |  10 +
 .../io/graphson/_3_2_10/pand-v2d0-partial.json  |  25 +
 .../io/graphson/_3_2_10/path-v1d0.json  |  62 ++
 .../io/graphson/_3_2_10/path-v2d0-no-types.json |  13 +
 .../io/graphson/_3_2_10/path-v2d0-partial.json  |  34 +
 .../graphson/_3_2_10/period-v2d0-partial.json   |   1 +
 .../io/graphson/_3_2_10/pick-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/pick-v2d0-partial.json  |   4 +
 .../io/graphson/_3_2_10/pop-v2d0-no-types.json  |   1 +
 .../io/graphson/_3_2_10/pop-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/por-v2d0-no-types.json  |  10 +
 .../io/graphson/_3_2_10/por-v2d0-partial.json   |  31 +
 .../io/graphson/_3_2_10/property-v1d0.json  |   4 +
 .../_3_2_10/property-v2d0-no-types.json |   4 +

[4/8] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessionclose-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessionclose-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessionclose-v3d0.json
new file mode 100644
index 000..870c586
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessionclose-v3d0.json
@@ -0,0 +1,12 @@
+{
+  "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
+  "op" : "close",
+  "processor" : "session",
+  "args" : {
+"@type" : "g:Map",
+"@value" : [ "session", {
+  "@type" : "g:UUID",
+  "@value" : "41d2e28a-20a4-4ab0-b379-d810dede3786"
+} ]
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v1d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v1d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v1d0.json
new file mode 100644
index 000..ffedd7d
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v1d0.json
@@ -0,0 +1,13 @@
+{
+  "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
+  "op" : "eval",
+  "processor" : "session",
+  "args" : {
+"gremlin" : "g.V(x)",
+"language" : "gremlin-groovy",
+"session" : "41d2e28a-20a4-4ab0-b379-d810dede3786",
+"bindings" : {
+  "x" : 1
+}
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-no-types.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-no-types.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-no-types.json
new file mode 100644
index 000..ffedd7d
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-no-types.json
@@ -0,0 +1,13 @@
+{
+  "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
+  "op" : "eval",
+  "processor" : "session",
+  "args" : {
+"gremlin" : "g.V(x)",
+"language" : "gremlin-groovy",
+"session" : "41d2e28a-20a4-4ab0-b379-d810dede3786",
+"bindings" : {
+  "x" : 1
+}
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-partial.json
new file mode 100644
index 000..900e1ab
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v2d0-partial.json
@@ -0,0 +1,19 @@
+{
+  "requestId" : "cb682578-9d92-4499-9ebc-5c6aa73c5397",
+  "op" : "eval",
+  "processor" : "session",
+  "args" : {
+"gremlin" : "g.V(x)",
+"language" : "gremlin-groovy",
+"session" : {
+  "@type" : "g:UUID",
+  "@value" : "41d2e28a-20a4-4ab0-b379-d810dede3786"
+},
+"bindings" : {
+  "x" : {
+"@type" : "g:Int32",
+"@value" : 1
+  }
+}
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/sessioneval-v3d0.json
new file 

[7/9] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
new file mode 100644
index 000..194cdd0
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-no-types.json
@@ -0,0 +1,10 @@
+{
+  "predicate" : "and",
+  "value" : [ {
+"predicate" : "gt",
+"value" : 0
+  }, {
+"predicate" : "lt",
+"value" : 10
+  } ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
new file mode 100644
index 000..c271958
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/pand-v2d0-partial.json
@@ -0,0 +1,25 @@
+{
+  "@type" : "g:P",
+  "@value" : {
+"predicate" : "and",
+"value" : [ {
+  "@type" : "g:P",
+  "@value" : {
+"predicate" : "gt",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 0
+}
+  }
+}, {
+  "@type" : "g:P",
+  "@value" : {
+"predicate" : "lt",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 10
+}
+  }
+} ]
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
new file mode 100644
index 000..2eee883
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v1d0.json
@@ -0,0 +1,62 @@
+{
+  "labels" : [ [ ], [ ], [ ] ],
+  "objects" : [ {
+"id" : 1,
+"label" : "person",
+"type" : "vertex",
+"properties" : {
+  "name" : [ {
+"id" : 0,
+"value" : "marko"
+  } ],
+  "location" : [ {
+"id" : 6,
+"value" : "san diego",
+"properties" : {
+  "startTime" : 1997,
+  "endTime" : 2001
+}
+  }, {
+"id" : 7,
+"value" : "santa cruz",
+"properties" : {
+  "startTime" : 2001,
+  "endTime" : 2004
+}
+  }, {
+"id" : 8,
+"value" : "brussels",
+"properties" : {
+  "startTime" : 2004,
+  "endTime" : 2005
+}
+  }, {
+"id" : 9,
+"value" : "santa fe",
+"properties" : {
+  "startTime" : 2005
+}
+  } ]
+}
+  }, {
+"id" : 10,
+"label" : "software",
+"type" : "vertex",
+"properties" : {
+  "name" : [ {
+"id" : 4,
+"value" : "gremlin"
+  } ]
+}
+  }, {
+"id" : 11,
+"label" : "software",
+"type" : "vertex",
+"properties" : {
+  "name" : [ {
+"id" : 5,
+"value" : "tinkergraph"
+  } ]
+}
+  } ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
new file mode 100644
index 000..a592d2f
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/path-v2d0-no-types.json
@@ -0,0 +1,13 @@
+{
+  "labels" : [ [ ], [ ], [ ] ],
+  "objects" : [ {
+"id" : 1,

[8/9] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
Added IO test files for 3.2.10/3.3.4 CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bf6ff4d5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bf6ff4d5
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bf6ff4d5

Branch: refs/heads/master
Commit: bf6ff4d53ae79aaea1e65c5805624e9f20c9db7f
Parents: 20a722a
Author: Stephen Mallette 
Authored: Thu May 17 16:50:52 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 16:50:52 2018 -0400

--
 .../io/graphson/GraphSONCompatibility.java  |   9 +-
 .../structure/io/gryo/GryoCompatibility.java|   5 +-
 .../GraphSONTypedCompatibilityTest.java |   5 +-
 .../GraphSONUntypedCompatibilityTest.java   |   6 +-
 .../io/gryo/GryoCompatibilityTest.java  |   5 +-
 .../_3_2_10/authenticationchallenge-v1d0.json   |  12 +
 .../authenticationchallenge-v2d0-no-types.json  |  12 +
 .../authenticationchallenge-v2d0-partial.json   |  12 +
 .../_3_2_10/authenticationresponse-v1d0.json|   9 +
 .../authenticationresponse-v2d0-no-types.json   |   9 +
 .../authenticationresponse-v2d0-partial.json|   9 +
 .../graphson/_3_2_10/barrier-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/barrier-v2d0-partial.json  |   4 +
 .../_3_2_10/bigdecimal-v2d0-partial.json|   1 +
 .../_3_2_10/biginteger-v2d0-partial.json|   1 +
 .../graphson/_3_2_10/binding-v2d0-no-types.json |   4 +
 .../graphson/_3_2_10/binding-v2d0-partial.json  |  10 +
 .../io/graphson/_3_2_10/byte-v2d0-partial.json  |   1 +
 .../_3_2_10/bytebuffer-v2d0-partial.json|   1 +
 .../_3_2_10/bytecode-v2d0-no-types.json |   3 +
 .../graphson/_3_2_10/bytecode-v2d0-partial.json |   6 +
 .../_3_2_10/cardinality-v2d0-no-types.json  |   1 +
 .../_3_2_10/cardinality-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/char-v2d0-partial.json  |   1 +
 .../graphson/_3_2_10/class-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/class-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/column-v2d0-no-types.json  |   1 +
 .../graphson/_3_2_10/column-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/date-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/date-v2d0-partial.json  |   4 +
 .../_3_2_10/direction-v2d0-no-types.json|   1 +
 .../_3_2_10/direction-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/double-v2d0-no-types.json  |   1 +
 .../graphson/_3_2_10/double-v2d0-partial.json   |   4 +
 .../graphson/_3_2_10/duration-v2d0-partial.json |   1 +
 .../io/graphson/_3_2_10/edge-v1d0.json  |  12 +
 .../io/graphson/_3_2_10/edge-v2d0-no-types.json |  14 +
 .../io/graphson/_3_2_10/edge-v2d0-partial.json  |  32 +
 .../graphson/_3_2_10/float-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/float-v2d0-partial.json |   4 +
 .../_3_2_10/inetaddress-v2d0-partial.json   |   1 +
 .../graphson/_3_2_10/instant-v2d0-partial.json  |   1 +
 .../graphson/_3_2_10/integer-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/integer-v2d0-partial.json  |   4 +
 .../graphson/_3_2_10/lambda-v2d0-no-types.json  |   5 +
 .../graphson/_3_2_10/lambda-v2d0-partial.json   |   8 +
 .../_3_2_10/localdate-v2d0-partial.json |   1 +
 .../_3_2_10/localdatetime-v2d0-partial.json |   1 +
 .../_3_2_10/localtime-v2d0-partial.json |   1 +
 .../io/graphson/_3_2_10/long-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/long-v2d0-partial.json  |   4 +
 .../graphson/_3_2_10/metrics-v2d0-no-types.json |  24 +
 .../graphson/_3_2_10/metrics-v2d0-partial.json  |  54 ++
 .../graphson/_3_2_10/monthday-v2d0-partial.json |   1 +
 .../_3_2_10/offsetdatetime-v2d0-partial.json|   1 +
 .../_3_2_10/offsettime-v2d0-partial.json|   1 +
 .../_3_2_10/operator-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/operator-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/order-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/order-v2d0-partial.json |   4 +
 .../io/graphson/_3_2_10/p-v2d0-no-types.json|   4 +
 .../io/graphson/_3_2_10/p-v2d0-partial.json |  10 +
 .../io/graphson/_3_2_10/pand-v2d0-no-types.json |  10 +
 .../io/graphson/_3_2_10/pand-v2d0-partial.json  |  25 +
 .../io/graphson/_3_2_10/path-v1d0.json  |  62 ++
 .../io/graphson/_3_2_10/path-v2d0-no-types.json |  13 +
 .../io/graphson/_3_2_10/path-v2d0-partial.json  |  34 +
 .../graphson/_3_2_10/period-v2d0-partial.json   |   1 +
 .../io/graphson/_3_2_10/pick-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/pick-v2d0-partial.json  |   4 +
 .../io/graphson/_3_2_10/pop-v2d0-no-types.json  |   1 +
 .../io/graphson/_3_2_10/pop-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/por-v2d0-no-types.json  |  10 +
 .../io/graphson/_3_2_10/por-v2d0-partial.json   |  31 +
 .../io/graphson/_3_2_10/property-v1d0.json  |   4 +
 .../_3_2_10/property-v2d0-no-types.json |   4 

[5/9] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
new file mode 100644
index 000..58e6114
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v2d0-partial.json
@@ -0,0 +1,4 @@
+{
+  "@type" : "gx:BigInteger",
+  "@value" : 123456789987654321123456789987654321
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
new file mode 100644
index 000..58e6114
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/biginteger-v3d0.json
@@ -0,0 +1,4 @@
+{
+  "@type" : "gx:BigInteger",
+  "@value" : 123456789987654321123456789987654321
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
new file mode 100644
index 000..579b8c7
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v2d0-partial.json
@@ -0,0 +1,10 @@
+{
+  "@type" : "g:Binding",
+  "@value" : {
+"key" : "x",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 1
+}
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
new file mode 100644
index 000..579b8c7
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/binding-v3d0.json
@@ -0,0 +1,10 @@
+{
+  "@type" : "g:Binding",
+  "@value" : {
+"key" : "x",
+"value" : {
+  "@type" : "g:Int32",
+  "@value" : 1
+}
+  }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
new file mode 100644
index 000..979625b
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v2d0-partial.json
@@ -0,0 +1,4 @@
+{
+  "@type" : "gx:Byte",
+  "@value" : 1
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/byte-v3d0.json
new file mode 100644
index 000..979625b
--- 

[3/9] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
new file mode 100644
index 000..24e95ed
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_3_4/tinkergraph-v3d0.json
@@ -0,0 +1,829 @@
+{
+  "@type" : "tinker:graph",
+  "@value" : {
+"vertices" : [ {
+  "@type" : "g:Vertex",
+  "@value" : {
+"id" : {
+  "@type" : "g:Int32",
+  "@value" : 1
+},
+"label" : "person",
+"properties" : {
+  "name" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 0
+  },
+  "value" : "marko",
+  "label" : "name"
+}
+  } ],
+  "location" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 6
+  },
+  "value" : "san diego",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 1997
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2001
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 7
+  },
+  "value" : "santa cruz",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2001
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2004
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 8
+  },
+  "value" : "brussels",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2004
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2005
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 9
+  },
+  "value" : "santa fe",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2005
+}
+  }
+}
+  } ]
+}
+  }
+}, {
+  "@type" : "g:Vertex",
+  "@value" : {
+"id" : {
+  "@type" : "g:Int32",
+  "@value" : 7
+},
+"label" : "person",
+"properties" : {
+  "name" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 1
+  },
+  "value" : "stephen",
+  "label" : "name"
+}
+  } ],
+  "location" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 10
+  },
+  "value" : "centreville",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 1990
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2000
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 11
+  },
+  "value" : "dulles",
+  "label" : "location",
+  "properties" : {
+   

[2/9] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo
new file mode 100644
index 000..40fdece
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/t-v1d0.kryo
@@ -0,0 +1 @@
+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/timestamp-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/timestamp-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/timestamp-v1d0.kryo
new file mode 100644
index 000..a86f98f
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/timestamp-v1d0.kryo
@@ -0,0 +1 @@
+�����+
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tinkergraph-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tinkergraph-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tinkergraph-v1d0.kryo
new file mode 100644
index 000..5789986
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tinkergraph-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traversalmetrics-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traversalmetrics-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traversalmetrics-v1d0.kryo
new file mode 100644
index 000..741cf4d
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traversalmetrics-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traverser-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traverser-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traverser-v1d0.kryo
new file mode 100644
index 000..cc019f0
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/traverser-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tree-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tree-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tree-v1d0.kryo
new file mode 100644
index 000..682529f
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/tree-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/uuid-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/uuid-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_2_10/uuid-v1d0.kryo
new file mode 100644
index 000..34fc35d

[1/9] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/master 9eec65578 -> 4a4b0c265


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
new file mode 100644
index 000..34fc35d
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v1d0.kryo
@@ -0,0 +1 @@
+A�� �J��y���7�
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
new file mode 100644
index 000..34fc35d
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/uuid-v3d0.kryo
@@ -0,0 +1 @@
+A�� �J��y���7�
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
new file mode 100644
index 000..c58ac46
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
new file mode 100644
index 000..4464039
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertex-v3d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
new file mode 100644
index 000..3b74daa
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v1d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
new file mode 100644
index 000..95f8be0
Binary files /dev/null and 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/vertexproperty-v3d0.kryo
 differ

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/year-v1d0.kryo
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/gryo/_3_3_4/year-v1d0.kryo
 

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

2018-05-17 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/4a4b0c26
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4a4b0c26
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4a4b0c26

Branch: refs/heads/master
Commit: 4a4b0c265e1bab1746aca684331411cf000ed971
Parents: 9eec655 bf6ff4d
Author: Stephen Mallette 
Authored: Thu May 17 16:51:21 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 16:51:21 2018 -0400

--
 .../io/graphson/GraphSONCompatibility.java  |   9 +-
 .../structure/io/gryo/GryoCompatibility.java|   5 +-
 .../GraphSONTypedCompatibilityTest.java |   5 +-
 .../GraphSONUntypedCompatibilityTest.java   |   6 +-
 .../io/gryo/GryoCompatibilityTest.java  |   5 +-
 .../_3_2_10/authenticationchallenge-v1d0.json   |  12 +
 .../authenticationchallenge-v2d0-no-types.json  |  12 +
 .../authenticationchallenge-v2d0-partial.json   |  12 +
 .../_3_2_10/authenticationresponse-v1d0.json|   9 +
 .../authenticationresponse-v2d0-no-types.json   |   9 +
 .../authenticationresponse-v2d0-partial.json|   9 +
 .../graphson/_3_2_10/barrier-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/barrier-v2d0-partial.json  |   4 +
 .../_3_2_10/bigdecimal-v2d0-partial.json|   1 +
 .../_3_2_10/biginteger-v2d0-partial.json|   1 +
 .../graphson/_3_2_10/binding-v2d0-no-types.json |   4 +
 .../graphson/_3_2_10/binding-v2d0-partial.json  |  10 +
 .../io/graphson/_3_2_10/byte-v2d0-partial.json  |   1 +
 .../_3_2_10/bytebuffer-v2d0-partial.json|   1 +
 .../_3_2_10/bytecode-v2d0-no-types.json |   3 +
 .../graphson/_3_2_10/bytecode-v2d0-partial.json |   6 +
 .../_3_2_10/cardinality-v2d0-no-types.json  |   1 +
 .../_3_2_10/cardinality-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/char-v2d0-partial.json  |   1 +
 .../graphson/_3_2_10/class-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/class-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/column-v2d0-no-types.json  |   1 +
 .../graphson/_3_2_10/column-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/date-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/date-v2d0-partial.json  |   4 +
 .../_3_2_10/direction-v2d0-no-types.json|   1 +
 .../_3_2_10/direction-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/double-v2d0-no-types.json  |   1 +
 .../graphson/_3_2_10/double-v2d0-partial.json   |   4 +
 .../graphson/_3_2_10/duration-v2d0-partial.json |   1 +
 .../io/graphson/_3_2_10/edge-v1d0.json  |  12 +
 .../io/graphson/_3_2_10/edge-v2d0-no-types.json |  14 +
 .../io/graphson/_3_2_10/edge-v2d0-partial.json  |  32 +
 .../graphson/_3_2_10/float-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/float-v2d0-partial.json |   4 +
 .../_3_2_10/inetaddress-v2d0-partial.json   |   1 +
 .../graphson/_3_2_10/instant-v2d0-partial.json  |   1 +
 .../graphson/_3_2_10/integer-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/integer-v2d0-partial.json  |   4 +
 .../graphson/_3_2_10/lambda-v2d0-no-types.json  |   5 +
 .../graphson/_3_2_10/lambda-v2d0-partial.json   |   8 +
 .../_3_2_10/localdate-v2d0-partial.json |   1 +
 .../_3_2_10/localdatetime-v2d0-partial.json |   1 +
 .../_3_2_10/localtime-v2d0-partial.json |   1 +
 .../io/graphson/_3_2_10/long-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/long-v2d0-partial.json  |   4 +
 .../graphson/_3_2_10/metrics-v2d0-no-types.json |  24 +
 .../graphson/_3_2_10/metrics-v2d0-partial.json  |  54 ++
 .../graphson/_3_2_10/monthday-v2d0-partial.json |   1 +
 .../_3_2_10/offsetdatetime-v2d0-partial.json|   1 +
 .../_3_2_10/offsettime-v2d0-partial.json|   1 +
 .../_3_2_10/operator-v2d0-no-types.json |   1 +
 .../graphson/_3_2_10/operator-v2d0-partial.json |   4 +
 .../graphson/_3_2_10/order-v2d0-no-types.json   |   1 +
 .../io/graphson/_3_2_10/order-v2d0-partial.json |   4 +
 .../io/graphson/_3_2_10/p-v2d0-no-types.json|   4 +
 .../io/graphson/_3_2_10/p-v2d0-partial.json |  10 +
 .../io/graphson/_3_2_10/pand-v2d0-no-types.json |  10 +
 .../io/graphson/_3_2_10/pand-v2d0-partial.json  |  25 +
 .../io/graphson/_3_2_10/path-v1d0.json  |  62 ++
 .../io/graphson/_3_2_10/path-v2d0-no-types.json |  13 +
 .../io/graphson/_3_2_10/path-v2d0-partial.json  |  34 +
 .../graphson/_3_2_10/period-v2d0-partial.json   |   1 +
 .../io/graphson/_3_2_10/pick-v2d0-no-types.json |   1 +
 .../io/graphson/_3_2_10/pick-v2d0-partial.json  |   4 +
 .../io/graphson/_3_2_10/pop-v2d0-no-types.json  |   1 +
 .../io/graphson/_3_2_10/pop-v2d0-partial.json   |   4 +
 .../io/graphson/_3_2_10/por-v2d0-no-types.json  |  10 +
 .../io/graphson/_3_2_10/por-v2d0-partial.json   |  31 +
 .../io/graphson/_3_2_10/property-v1d0.json  |   4 +
 .../_3_2_10/property-v2d0-no-types.json |   4 +
 

[6/9] tinkerpop git commit: Added IO test files for 3.2.10/3.3.4 CTR

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bf6ff4d5/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/tinkergraph-v2d0-partial.json
--
diff --git 
a/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/tinkergraph-v2d0-partial.json
 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/tinkergraph-v2d0-partial.json
new file mode 100644
index 000..24e95ed
--- /dev/null
+++ 
b/gremlin-tools/gremlin-io-test/src/test/resources/org/apache/tinkerpop/gremlin/structure/io/graphson/_3_2_10/tinkergraph-v2d0-partial.json
@@ -0,0 +1,829 @@
+{
+  "@type" : "tinker:graph",
+  "@value" : {
+"vertices" : [ {
+  "@type" : "g:Vertex",
+  "@value" : {
+"id" : {
+  "@type" : "g:Int32",
+  "@value" : 1
+},
+"label" : "person",
+"properties" : {
+  "name" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 0
+  },
+  "value" : "marko",
+  "label" : "name"
+}
+  } ],
+  "location" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 6
+  },
+  "value" : "san diego",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 1997
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2001
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 7
+  },
+  "value" : "santa cruz",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2001
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2004
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 8
+  },
+  "value" : "brussels",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2004
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2005
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 9
+  },
+  "value" : "santa fe",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2005
+}
+  }
+}
+  } ]
+}
+  }
+}, {
+  "@type" : "g:Vertex",
+  "@value" : {
+"id" : {
+  "@type" : "g:Int32",
+  "@value" : 7
+},
+"label" : "person",
+"properties" : {
+  "name" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 1
+  },
+  "value" : "stephen",
+  "label" : "name"
+}
+  } ],
+  "location" : [ {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 10
+  },
+  "value" : "centreville",
+  "label" : "location",
+  "properties" : {
+"startTime" : {
+  "@type" : "g:Int32",
+  "@value" : 1990
+},
+"endTime" : {
+  "@type" : "g:Int32",
+  "@value" : 2000
+}
+  }
+}
+  }, {
+"@type" : "g:VertexProperty",
+"@value" : {
+  "id" : {
+"@type" : "g:Int64",
+"@value" : 11
+  },
+  "value" : "dulles",
+  "label" : "location",
+   

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

2018-05-17 Thread spmallette
Merge branch 'tp33'

Conflicts:
gremlin-test/features/map/Order.feature

gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/OrderTest.java


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9eec6557
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9eec6557
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9eec6557

Branch: refs/heads/master
Commit: 9eec6557818938ad1c6e19b1c84d1bd18d69f941
Parents: 32c5306 20a722a
Author: Stephen Mallette 
Authored: Thu May 17 16:28:14 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 16:28:14 2018 -0400

--
 CHANGELOG.asciidoc  |   1 +
 docs/site/home/gremlin.html |   4 +-
 docs/site/home/index.html   |   2 +-
 docs/site/home/js/prism.js  |   2 +-
 docs/src/dev/io/graphson.asciidoc   |   8 +-
 docs/src/dev/io/gryo.asciidoc   |   4 +-
 docs/src/recipes/centrality.asciidoc|   6 +-
 docs/src/recipes/collections.asciidoc   |   2 +-
 docs/src/recipes/recommendation.asciidoc|  16 +-
 docs/src/recipes/style-guide.asciidoc   |   4 +-
 docs/src/reference/gremlin-variants.asciidoc|  10 +-
 docs/src/reference/the-graph.asciidoc   |   2 +-
 docs/src/reference/the-traversal.asciidoc   |  61 
 .../gremlin-language-variants/index.asciidoc|   2 +-
 docs/src/upgrade/release-3.3.x.asciidoc |  10 ++
 .../gremlin/process/traversal/Order.java|  40 +
 .../traversal/step/map/OrderGlobalStep.java |   4 +-
 .../traversal/step/map/OrderLocalStep.java  |   4 +-
 .../util/function/ChainedComparator.java|   2 +-
 .../gremlin/util/function/MultiComparator.java  |   2 +-
 .../gremlin/process/traversal/BytecodeTest.java |   6 +-
 .../gremlin/process/traversal/OrderTest.java|  15 ++
 .../traversal/step/map/OrderGlobalStepTest.java |   8 +-
 .../traversal/step/map/OrderLocalStepTest.java  |   8 +-
 .../PathRetractionStrategyTest.java |   2 +-
 .../LambdaRestrictionStrategyTest.java  |   4 +-
 .../util/function/MultiComparatorTest.java  |   6 +-
 .../Process/Traversal/NamingConversions.cs  |   2 +
 .../src/Gremlin.Net/Process/Traversal/Order.cs  |   6 +
 .../DriverRemoteConnection/EnumTests.cs |   2 +-
 .../gremlin-javascript/lib/process/traversal.js |   2 +-
 .../test/unit/traversal-test.js |   4 +-
 .../jython/gremlin_python/process/traversal.py  |   4 +-
 gremlin-test/features/branch/Local.feature  |   2 +-
 gremlin-test/features/filter/Dedup.feature  |   4 +-
 gremlin-test/features/map/AddEdge.feature   |   4 +-
 gremlin-test/features/map/Match.feature |   4 +-
 gremlin-test/features/map/Order.feature |  72 ++---
 gremlin-test/features/map/Project.feature   |   4 +-
 gremlin-test/features/map/Select.feature|   4 +-
 .../process/traversal/step/ComplexTest.java |   4 +-
 .../traversal/step/branch/LocalTest.java|   2 +-
 .../traversal/step/filter/DedupTest.java|  10 +-
 .../process/traversal/step/map/AddEdgeTest.java |  12 +-
 .../process/traversal/step/map/MatchTest.java   |  12 +-
 .../process/traversal/step/map/MathTest.java|  12 +-
 .../process/traversal/step/map/OrderTest.java   | 150 +++
 .../traversal/step/map/PageRankTest.java|  20 +--
 .../process/traversal/step/map/ProgramTest.java |  10 +-
 .../process/traversal/step/map/ProjectTest.java |  10 +-
 .../process/traversal/step/map/SelectTest.java  |  10 +-
 .../decoration/SubgraphStrategyProcessTest.java |   2 +-
 .../gremlin/process/FeatureCoverageTest.java|   4 +-
 .../tinkerpop/gremlin/structure/io/Model.java   |   2 +-
 .../io/AbstractTypedCompatibilityTest.java  |   2 -
 .../io/graphson/_3_2_3/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_3/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-partial.json  |   2 +-
 

[09/50] [abbrv] tinkerpop git commit: Minor updates to pre-flight check docs CTR

2018-05-17 Thread spmallette
Minor updates to pre-flight check docs CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ea594461
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ea594461
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ea594461

Branch: refs/heads/TINKERPOP-1956
Commit: ea594461ef15edc6daa2129199ac3c45706b76d9
Parents: 153a01b
Author: Stephen Mallette 
Authored: Mon May 7 08:01:30 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 7 08:01:30 2018 -0400

--
 docs/src/dev/developer/release.asciidoc | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ea594461/docs/src/dev/developer/release.asciidoc
--
diff --git a/docs/src/dev/developer/release.asciidoc 
b/docs/src/dev/developer/release.asciidoc
index 9439abb..aad2bca 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -127,14 +127,9 @@ during this period.
 ... All tickets not marked "Fixed", "Done", or "Implemented" for their 
Resolution should not have a Fix Version
 assigned (use common sense when reviewing these tickets before removing the 
Fix Version as it is possible the incorrect
 Resolution may have been assigned).
-.. Update `gremlin-io-test` (from 3.3.0 on - this module was not available 
prior to the 3.3.x line):
-... Build new test files with `mvn clean install -pl 
gremlin-tools/gremlin-io-test -Dio`
-... If necessary copy relevant portions of IO dev documentation from 
`target/dev-docs` to the actual asciidoc file at `docs/src/dev/io` (this is 
basically just for GraphSON).
-... Generate test files for other lines of TinkerPop releases that don't have 
`gremlin-io-test` to automate that process (refers to the 3.2.x line):
- Scripts to "back generate" test data files can be found in the comments 
of `docs/src/dev/io/graphson.asciidoc`and `docs/src/dev/io/gryo.asciidoc` and 
can be pasted into a Gremlin Console instance that matches the target version 
expected of the test files. Once generated these files can be copied to the 
branch that requires them.
- It is worth double checking the output file counts against past versions 
as the number of files should match. Obviously, if new test types were added to 
the model then those would have to be accounted for. Update the scripts as 
necessary.
- The `CompatibilitiesTest` will need to be updated - it is a troublesome 
test which needs to be adjusted on each release (doesn't appear to be a good 
way to test all of its features without this hassle).
-... Commit and push all files to the repository after doing a build with `mvn 
clean install` to verify that there are no problems.
+.. Be sure that `gremlin-io-test` has been updated (from 3.3.0 on - this 
module was not available prior to the 3.3.x line)
+... This is typically a post-release task, but it's worthing checking to be 
sure in case the step was somehow overlooked.
+... Instructions for updating the module are described in the <>.
 . When all documentation changes are in place, use `bin/publish-docs.sh` to 
deploy a final `SNAPSHOT` representation
 of the docs and thus validate that there are no issues with the documentation 
generation process. Request review
 of the published documentation on the dev mailing list.



[1/2] tinkerpop git commit: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 ef2cd5720 -> 20a722a35


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/20a722a3/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
--
diff --git 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
index 40ae6e9..ec59d33 100644
--- 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
+++ 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
@@ -42,7 +42,7 @@ import java.util.Set;
 
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.GRATEFUL;
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.MODERN;
-import static org.apache.tinkerpop.gremlin.process.traversal.Order.decr;
+import static org.apache.tinkerpop.gremlin.process.traversal.Order.desc;
 import static org.apache.tinkerpop.gremlin.process.traversal.P.eq;
 import static org.apache.tinkerpop.gremlin.process.traversal.P.neq;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.and;
@@ -166,7 +166,7 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 public abstract Traversal 
get_g_V_matchXa_hasXsong_name_sunshineX__a_mapX0followedBy_weight_meanX_b__a_0followedBy_c__c_filterXweight_whereXgteXbXXX_outV_dX_selectXdX_byXnameX();
 
 // test order barriers
-public abstract Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
+public abstract Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
 
 
 @Test
@@ -587,8 +587,8 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 
 @Test
 @LoadGraphWith(MODERN)
-public void 
g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
-final Traversal> traversal = 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
+public void 
g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
+final Traversal> traversal = 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
 printTraversalForm(traversal);
 checkResults(makeMapList(2,
 "a", "marko", "b", "lop",
@@ -892,9 +892,9 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 }
 
 @Override
-public Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
+public Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
 return g.V().match(
-as("a").outE("created").order().by("weight", 
decr).limit(1).inV().as("b"),
+as("a").outE("created").order().by("weight", 
desc).limit(1).inV().as("b"),
 as("b").has("lang", "java")).
 select("a", "b").by("name");
 }

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/20a722a3/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
--
diff --git 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
index 20d8392..04096ed 100644
--- 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
+++ 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
@@ -33,7 +33,7 @@ import java.util.function.BiFunction;
 
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.MODERN;
 import static org.apache.tinkerpop.gremlin.process.traversal.Operator.sum;
-import static org.apache.tinkerpop.gremlin.process.traversal.Order.decr;
+import static org.apache.tinkerpop.gremlin.process.traversal.Order.desc;
 import static 
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.bothE;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.in;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.math;
@@ -54,7 +54,7 @@ public abstract class MathTest 

[38/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1933' into tp32

2018-05-17 Thread spmallette
Merge branch 'TINKERPOP-1933' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fa3fb9ea
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fa3fb9ea
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fa3fb9ea

Branch: refs/heads/TINKERPOP-1956
Commit: fa3fb9eac88ca7b7f3669b18d097f0e69e09bfaf
Parents: 770375d 4c8717d
Author: davebshow 
Authored: Mon May 14 12:09:21 2018 -0700
Committer: davebshow 
Committed: Mon May 14 12:09:21 2018 -0700

--
 .../src/main/jython/gremlin_python/driver/connection.py  | 7 +--
 .../src/main/jython/gremlin_python/driver/protocol.py| 8 
 2 files changed, 9 insertions(+), 6 deletions(-)
--




[13/50] [abbrv] tinkerpop git commit: TinkerPop 3.3.3 release

2018-05-17 Thread spmallette
TinkerPop 3.3.3 release


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2d39f9b8
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2d39f9b8
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2d39f9b8

Branch: refs/heads/TINKERPOP-1956
Commit: 2d39f9b803e02f18d09c8fc1cced29cb903eb7d0
Parents: d86fcc5
Author: Stephen Mallette 
Authored: Tue May 8 14:06:53 2018 -0400
Committer: Stephen Mallette 
Committed: Tue May 8 14:06:53 2018 -0400

--
 giraph-gremlin/pom.xml | 2 +-
 gremlin-archetype/gremlin-archetype-dsl/pom.xml| 2 +-
 gremlin-archetype/gremlin-archetype-server/pom.xml | 2 +-
 gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml| 2 +-
 gremlin-archetype/pom.xml  | 2 +-
 gremlin-console/bin/gremlin.sh | 2 +-
 gremlin-console/pom.xml| 2 +-
 gremlin-core/pom.xml   | 2 +-
 gremlin-dotnet/pom.xml | 2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  | 2 +-
 gremlin-dotnet/src/pom.xml | 2 +-
 gremlin-dotnet/test/pom.xml| 2 +-
 gremlin-driver/pom.xml | 2 +-
 gremlin-groovy/pom.xml | 2 +-
 gremlin-javascript/pom.xml | 2 +-
 .../src/main/javascript/gremlin-javascript/package.json| 2 +-
 gremlin-python/pom.xml | 2 +-
 gremlin-server/pom.xml | 2 +-
 gremlin-shaded/pom.xml | 2 +-
 gremlin-test/pom.xml   | 2 +-
 gremlin-tools/gremlin-benchmark/pom.xml| 2 +-
 gremlin-tools/gremlin-coverage/pom.xml | 2 +-
 gremlin-tools/gremlin-io-test/pom.xml  | 2 +-
 gremlin-tools/pom.xml  | 2 +-
 hadoop-gremlin/pom.xml | 2 +-
 neo4j-gremlin/pom.xml  | 2 +-
 pom.xml| 2 +-
 spark-gremlin/pom.xml  | 2 +-
 tinkergraph-gremlin/pom.xml| 2 +-
 29 files changed, 29 insertions(+), 29 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d39f9b8/giraph-gremlin/pom.xml
--
diff --git a/giraph-gremlin/pom.xml b/giraph-gremlin/pom.xml
index 4bdbbcf..5c8e7fe 100644
--- a/giraph-gremlin/pom.xml
+++ b/giraph-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
 
 org.apache.tinkerpop
 tinkerpop
-3.3.3-SNAPSHOT
+3.3.3
 
 giraph-gremlin
 Apache TinkerPop :: Giraph Gremlin

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d39f9b8/gremlin-archetype/gremlin-archetype-dsl/pom.xml
--
diff --git a/gremlin-archetype/gremlin-archetype-dsl/pom.xml 
b/gremlin-archetype/gremlin-archetype-dsl/pom.xml
index ca0fd53..812172b 100644
--- a/gremlin-archetype/gremlin-archetype-dsl/pom.xml
+++ b/gremlin-archetype/gremlin-archetype-dsl/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
 
 org.apache.tinkerpop
 gremlin-archetype
-3.3.3-SNAPSHOT
+3.3.3
 
 
 gremlin-archetype-dsl

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d39f9b8/gremlin-archetype/gremlin-archetype-server/pom.xml
--
diff --git a/gremlin-archetype/gremlin-archetype-server/pom.xml 
b/gremlin-archetype/gremlin-archetype-server/pom.xml
index 3d0d167..409f3c8 100644
--- a/gremlin-archetype/gremlin-archetype-server/pom.xml
+++ b/gremlin-archetype/gremlin-archetype-server/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
 
 org.apache.tinkerpop
 gremlin-archetype
-3.3.3-SNAPSHOT
+3.3.3
 
 
 gremlin-archetype-server

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d39f9b8/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml
--
diff --git a/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml 

[14/50] [abbrv] tinkerpop git commit: CTR: Some necessary changes in the release validation script to make it work on all systems.

2018-05-17 Thread spmallette
CTR: Some necessary changes in the release validation script to make it work on 
all systems.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2f8f74a7
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2f8f74a7
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2f8f74a7

Branch: refs/heads/TINKERPOP-1956
Commit: 2f8f74a780356850cb6cb0ef6ac96e4a024a6d41
Parents: fde136b
Author: Daniel Kuppitz 
Authored: Tue May 8 12:43:11 2018 -0700
Committer: Daniel Kuppitz 
Committed: Tue May 8 12:43:11 2018 -0700

--
 bin/validate-distribution.sh | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2f8f74a7/bin/validate-distribution.sh
--
diff --git a/bin/validate-distribution.sh b/bin/validate-distribution.sh
index 76e0974..3622905 100755
--- a/bin/validate-distribution.sh
+++ b/bin/validate-distribution.sh
@@ -22,11 +22,7 @@
 # artifacts. You must have gpg installed and must import the
 # published KEYS file in order for that aspect of the validation
 # to pass.
-#
-# curl -L -O https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS
-# gpg --import KEYS
 
-COMMITTERS=$(curl -Ls https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS | 
grep -Po '(?<=<)[^<]*(?=@apache.org>)' | uniq)
 TMP_DIR="/tmp/tpdv"
 
 # Required. Only the latest version on each release stream is available on 
dist.
@@ -73,6 +69,9 @@ mkdir -p ${TMP_DIR}
 rm -rf ${TMP_DIR}/*
 cd ${TMP_DIR}
 
+COMMITTERS=$(curl -Ls https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS | 
tee ${TMP_DIR}/KEYS | grep -Po '(?<=<)[^<]*(?=@apache.org>)' | uniq)
+gpg --import ${TMP_DIR}/KEYS 2> /dev/null && rm ${TMP_DIR}/KEYS
+
 curl -Ls https://people.apache.org/keys/committer/ | grep -v invalid > 
${TMP_DIR}/.committers
 
 # validate downloads
@@ -97,7 +96,7 @@ echo "OK"
 echo "* validating signatures and checksums ... "
 
 echo -n "  * PGP signature ... "
-gpg --verify ${ZIP_FILENAME}.asc ${ZIP_FILENAME} > ${TMP_DIR}/.verify 2>&1
+gpg --verify --with-fingerprint ${ZIP_FILENAME}.asc ${ZIP_FILENAME} > 
${TMP_DIR}/.verify 2>&1
 
 verified=0
 
@@ -117,11 +116,11 @@ done
 [ ${verified} -eq 1 ] || { echo "failed"; exit 1; }
 echo "OK"
 
-echo -n "  * MD5 checksum ... "
-EXPECTED=`cat ${ZIP_FILENAME}.md5`
-ACTUAL=`md5sum ${ZIP_FILENAME} | awk '{print $1}'`
-[ "$ACTUAL" = "${EXPECTED}" ] || { echo "failed"; exit 1; }
-echo "OK"
+#echo -n "  * MD5 checksum ... "
+#EXPECTED=`cat ${ZIP_FILENAME}.md5`
+#ACTUAL=`md5sum ${ZIP_FILENAME} | awk '{print $1}'`
+#[ "$ACTUAL" = "${EXPECTED}" ] || { echo "failed"; exit 1; }
+#echo "OK"
 
 echo -n "  * SHA1 checksum ... "
 EXPECTED=`cat ${ZIP_FILENAME}.sha1`



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

2018-05-17 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/ef2cd572
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ef2cd572
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ef2cd572

Branch: refs/heads/master
Commit: ef2cd5720e291038c8f3f1dea105e76cf740b153
Parents: b04e024 ae562c1
Author: Stephen Mallette 
Authored: Thu May 17 15:42:24 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:24 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ef2cd572/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--



[30/50] [abbrv] tinkerpop git commit: TINKERPOP-1447 Added automatic tab generation for code snippets in asciidoc files.

2018-05-17 Thread spmallette
TINKERPOP-1447 Added automatic tab generation for code snippets in asciidoc 
files.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/906f2441
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/906f2441
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/906f2441

Branch: refs/heads/TINKERPOP-1956
Commit: 906f244159537ae85cbc7afc099e2fd401961292
Parents: eb79f39
Author: Daniel Kuppitz 
Authored: Fri Dec 15 14:30:59 2017 -0700
Committer: Daniel Kuppitz 
Committed: Fri May 11 18:10:35 2018 -0700

--
 docs/preprocessor/awk/tabify.awk  | 120 +
 docs/preprocessor/preprocess-file.sh  |   4 +-
 docs/sass/compile |  29 ++
 docs/sass/tabs.scss   | 178 
 docs/src/dev/provider/index.asciidoc  |   4 +-
 docs/src/recipes/index.asciidoc   |   4 +-
 docs/src/reference/the-graph.asciidoc |  82 
 docs/stylesheets/tinkerpop-base.css   | 694 +
 docs/stylesheets/tinkerpop.css|   1 +
 9 files changed,  insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/906f2441/docs/preprocessor/awk/tabify.awk
--
diff --git a/docs/preprocessor/awk/tabify.awk b/docs/preprocessor/awk/tabify.awk
new file mode 100644
index 000..24d42a6
--- /dev/null
+++ b/docs/preprocessor/awk/tabify.awk
@@ -0,0 +1,120 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+#
+# @author Daniel Kuppitz (http://gremlin.guru)
+#
+function print_tabs(next_id, tabs, blocks) {
+
+  num_tabs = length(tabs)
+  x = next_id
+
+  print ""
+  print ""
+
+  for (i in tabs) {
+title = tabs[i]
+print "  "
+print "  " 
title ""
+x++
+  }
+
+  for (i in blocks) {
+print "  "
+print ""
+print "\n"
+print blocks[i]
+print ""
+print ""
+print "  "
+  }
+
+  print ""
+  print "\n"
+}
+
+function transform_callouts(code, c) {
+  return gensub(/\s*((<[0-9]+>\s*)*<[0-9]+>)\s*\n/, " " c c " \\1\\2\n", "g", 
code)
+}
+
+BEGIN {
+  id_part=systime()
+  status = 0
+  next_id = 1
+  block[0] = 0 # initialize "blocks" as an array
+  delete blocks[0]
+}
+
+/^\[gremlin-/ {
+  status = 1
+  lang = gensub(/^\[gremlin-([^,\]]+).*/, "\\1", "g", $0)
+  code = ""
+}
+
+/^\[source,(csharp|groovy|java|python)/ {
+  if (status == 3) {
+status = 1
+lang = gensub(/^\[source,([^\]]+).*/, "\\1", "g", $0)
+code = ""
+  }
+}
+
+! /^\[source,(csharp|groovy|java|python)/ {
+  if (status == 3 && $0 != "") {
+print_tabs(next_id, tabs, blocks)
+next_id = next_id + length(tabs)
+for (i in tabs) {
+  delete tabs[i]
+  delete blocks[i]
+}
+status = 0
+  }
+}
+
+/^$/ {
+  if (status == 1) {
+status = 2
+  } else if (status == 2) {
+status = 3
+  }
+}
+
+{ if (status == 3) {
+if ($0 == "") {
+  i = length(blocks) + 1
+  if (i == 1) {
+tabs[i] = "console (" lang ")"
+blocks[i] = code_header code "\n" $0 "\n"
+i++
+  }
+  tabs[i] = lang
+  switch (lang) {
+case "python":
+  c = "#"
+  break
+default:
+  c = "//"
+  break
+  }
+  blocks[i] = "[source," lang "]" transform_callouts(code, c) "\n" $0 "\n"
+}
+  } else {
+if (status == 0) print
+else if (status == 1) code_header = $0
+else code = code "\n" $0
+  }
+}

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/906f2441/docs/preprocessor/preprocess-file.sh
--
diff --git a/docs/preprocessor/preprocess-file.sh 
b/docs/preprocessor/preprocess-file.sh
index d5076f1..7d3956d 100755
--- a/docs/preprocessor/preprocess-file.sh
+++ b/docs/preprocessor/preprocess-file.sh
@@ -132,6 +132,7 @@ if [ ! ${SKIP} ] && [ $(grep -c '^\[gremlin' ${input}) -gt 
0 ]; then
   fi
 
   sed 's/\t//g' ${input} |
+  awk -f ${AWK_SCRIPTS}/tabify.awk |
   awk -f 

[31/50] [abbrv] tinkerpop git commit: Polish up the release docs a bit for 3.2.x

2018-05-17 Thread spmallette
Polish up the release docs a bit for 3.2.x

Not sure why we kinda let those docs die a bit. I think that maybe I figured 
that we'd always use the /current docs for release but that's not realistic. We 
probably should try to keep release docs stable to the version being released. 
CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cc7d2e24
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cc7d2e24
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cc7d2e24

Branch: refs/heads/TINKERPOP-1956
Commit: cc7d2e24e1fcac3adfb34fe9b0429458e22f4ad1
Parents: 288b455
Author: Stephen Mallette 
Authored: Mon May 14 08:51:44 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 09:01:09 2018 -0400

--
 docs/src/dev/developer/release.asciidoc | 59 +---
 1 file changed, 36 insertions(+), 23 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc7d2e24/docs/src/dev/developer/release.asciidoc
--
diff --git a/docs/src/dev/developer/release.asciidoc 
b/docs/src/dev/developer/release.asciidoc
index 608bb31..1a7ef82 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -180,22 +180,30 @@ formatted properly - the easiest way to is to view the 
`CHANGELOG.asciidoc` to b
 GitHub viewer.
 .. Generate the JIRA release notes report for the current version and append 
them to the `CHANGELOG.asciidoc`.
 ... Use an "advanced" search to filter out JIRA issues already released on 
other versions. For example:
-`project = TINKERPOP and status = Closed AND fixVersion = 3.2.0 AND fixVersion 
not in (3.1.3, 3.1.2, 3.1.1, 3.1.0) ORDER BY type, Id ASC`.
+`project = TINKERPOP and status = Closed AND fixVersion = 3.2.0 ORDER BY type, 
Id ASC`.
 ... Consider use of an "Excel" export to organize and prepare the JIRA tickets 
to be pasted to `CHANGELOG.asciidoc`.
 This formula can help construct each line item for the CHANGELOG if column `A` 
is the issue number, `B` is the
 issue title and `D` is the label field: `="* "&" "&(IF(D2="breaking"," 
\*(breaking)*",""))`
 ... Be sure to include a link to other versions in the `CHANGELOG.asciidoc` 
that were previously released while the
 current release was under development as this new release will have those 
changes included within it. Please see
 3.2.1 for an example.
-.. Format "breaking" changes to be clearly marked (use JIRA and the "breaking" 
label to identify those)
+.. Format "breaking" changes to be clearly marked (use JIRA and the "breaking" 
label to identify those - already accounted for if using the suggested formula 
above)
 . Update "upgrade documentation":
 .. Update the release date.
 .. Update the link to `CHANGELOG.asciidoc` - this link may already be correct 
but will not exist until the repository is tagged.
+. Update homepage with references in `/site` to latest distribution and to 
other internal links elsewhere on the page.
+.. This step should only be performed by the release manager for the newest 
line of code (i.e. if release 3.3.x, 3.2.x and 3.1.x,
+then only do this step for 3.3.x (tp33 branch), and update the site for all 
releases).
+.. Update the `template/header-footer.html`.
+.. Update `index.html`.
+.. Update link:http://tinkerpop.apache.org/downloads.html[Downloads] page, 
when moving "Current Releases" to "Archived
+Releases" recall that the hyperlink must change to point to version in the 
link:https://archive.apache.org/dist/tinkerpop/[Apache Archives].
+.. Preview changes locally with `bin/generate-home.sh` then commit changes to 
git.
 . `mvn versions:set -DnewVersion=xx.yy.zz -DgenerateBackupPoms=false` to 
update project files to reference the non-SNAPSHOT version
 . `pushd gremlin-console/bin; ln -fs 
../target/apache-tinkerpop-gremlin-console-xx.yy.zz-standalone/bin/gremlin.sh 
gremlin.sh; popd`
 . `git diff` and review the updated files
 . `mvn clean install` - need to build first so that the right version of the 
console is used with `bin/publish-docs.sh`
-.. This step should update the Gremlin.Net project file with the newly bumped 
version.
+.. This step should update the Gremlin.Net project file and Gremlin Javascript 
package file with the newly bumped version.
 . `git commit -a -m "TinkerPop xx.yy.zz release"` and push
 . `bin/process-docs.sh` and validate the generated documentation locally. 
Don't rely on "BUILD SUCCESS" - scroll up through logs to ensure there were no 
errors and view the HTML directly. Code blocks that did not execute properly 
have a gray background and do not show the results of the commands.
 . `bin/publish-docs.sh ` - Note that this step requires no 
additional processing as the 

[25/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 Thread spmallette
Merge branch 'tp32' into tp33

Conflicts:
docs/src/dev/developer/development-environment.asciidoc
giraph-gremlin/pom.xml
gremlin-archetype/gremlin-archetype-dsl/pom.xml
gremlin-archetype/gremlin-archetype-server/pom.xml
gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml
gremlin-archetype/pom.xml
gremlin-console/bin/gremlin.sh
gremlin-console/pom.xml
gremlin-core/pom.xml
gremlin-dotnet/pom.xml
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
gremlin-dotnet/src/pom.xml
gremlin-dotnet/test/pom.xml
gremlin-driver/pom.xml
gremlin-groovy-test/pom.xml
gremlin-groovy/pom.xml
gremlin-javascript/pom.xml
gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
gremlin-python/pom.xml
gremlin-server/pom.xml
gremlin-shaded/pom.xml
gremlin-test/pom.xml
gremlin-tools/gremlin-benchmark/pom.xml
hadoop-gremlin/pom.xml
neo4j-gremlin/pom.xml
pom.xml
spark-gremlin/pom.xml
tinkergraph-gremlin/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bfdd4c24
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bfdd4c24
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bfdd4c24

Branch: refs/heads/TINKERPOP-1956
Commit: bfdd4c2477f92e8f0ef7a73fddd95d599b670ce7
Parents: d492136 3635ff6
Author: Stephen Mallette 
Authored: Fri May 11 14:48:07 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 14:48:07 2018 -0400

--
 CHANGELOG.asciidoc  |  4 ++
 .../developer/development-environment.asciidoc  |  1 +
 .../upgrade/release-3.2.x-incubating.asciidoc   |  7 +++
 gremlin-dotnet/pom.xml  | 17 +--
 gremlin-groovy/pom.xml  |  6 ---
 gremlin-javascript/pom.xml  | 47 
 gremlin-python/pom.xml  |  4 +-
 pom.xml | 19 +---
 8 files changed, 48 insertions(+), 57 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/CHANGELOG.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/docs/src/dev/developer/development-environment.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/docs/src/upgrade/release-3.2.x-incubating.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/gremlin-dotnet/pom.xml
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/gremlin-groovy/pom.xml
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/gremlin-javascript/pom.xml
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/gremlin-python/pom.xml
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bfdd4c24/pom.xml
--
diff --cc pom.xml
index 3ef4da9,9737fef..7fc8ac3
--- a/pom.xml
+++ b/pom.xml
@@@ -451,9 -375,10 +457,9 @@@ limitations under the License
  
  org.apache.maven.plugins
  maven-surefire-plugin
- 2.20
+ 2.21.0
  
 -
-Dlog4j.configuration=${log4j-test.properties} 
-Dbuild.dir=${project.build.directory}
 --Dis.testing=true
 +
-Dlog4j.configuration=${log4j-test.properties} 
-Dbuild.dir=${project.build.directory} -Dis.testing=true
  
  
  **/*IntegrateTest.java



[34/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/81ea06a0
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/81ea06a0
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/81ea06a0

Branch: refs/heads/TINKERPOP-1956
Commit: 81ea06a0fa9087467c059f63907535c81d083404
Parents: 044cd1f 90e7476
Author: Stephen Mallette 
Authored: Mon May 14 10:55:36 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 10:55:36 2018 -0400

--
 .../developer/development-environment.asciidoc  | 56 ++--
 docs/src/dev/developer/release.asciidoc | 46 
 2 files changed, 51 insertions(+), 51 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/81ea06a0/docs/src/dev/developer/development-environment.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/81ea06a0/docs/src/dev/developer/release.asciidoc
--



[4/5] tinkerpop git commit: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-05-17 Thread spmallette
TINKERPOP-1956 Deprecated Order.incr and Order.decr

Replaced by Order.asc and Order.desc respectively. Left a number of uses of 
decr/incr so as to ensure ongoing compatibility during deprecation.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20a722a3
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20a722a3
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/20a722a3

Branch: refs/heads/master
Commit: 20a722a35785497e80ae3097b4c47b277eed600a
Parents: ef2cd57
Author: Stephen Mallette 
Authored: Fri Apr 27 06:22:13 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 16:05:04 2018 -0400

--
 CHANGELOG.asciidoc  |   1 +
 docs/site/home/gremlin.html |   4 +-
 docs/site/home/index.html   |   2 +-
 docs/site/home/js/prism.js  |   2 +-
 docs/src/dev/io/graphson.asciidoc   |   8 +-
 docs/src/dev/io/gryo.asciidoc   |   4 +-
 docs/src/recipes/centrality.asciidoc|   6 +-
 docs/src/recipes/collections.asciidoc   |   2 +-
 docs/src/recipes/recommendation.asciidoc|  16 +-
 docs/src/recipes/style-guide.asciidoc   |   4 +-
 docs/src/reference/gremlin-variants.asciidoc|  10 +-
 docs/src/reference/the-graph.asciidoc   |   2 +-
 docs/src/reference/the-traversal.asciidoc   |  61 
 .../gremlin-language-variants/index.asciidoc|   2 +-
 docs/src/upgrade/release-3.3.x.asciidoc |  10 ++
 .../gremlin/process/traversal/Order.java|  40 +
 .../traversal/step/map/OrderGlobalStep.java |   4 +-
 .../traversal/step/map/OrderLocalStep.java  |   4 +-
 .../util/function/ChainedComparator.java|   2 +-
 .../gremlin/util/function/MultiComparator.java  |   2 +-
 .../gremlin/process/traversal/BytecodeTest.java |   6 +-
 .../gremlin/process/traversal/OrderTest.java|  15 ++
 .../traversal/step/map/OrderGlobalStepTest.java |   8 +-
 .../traversal/step/map/OrderLocalStepTest.java  |   8 +-
 .../PathRetractionStrategyTest.java |   2 +-
 .../LambdaRestrictionStrategyTest.java  |   4 +-
 .../util/function/MultiComparatorTest.java  |   6 +-
 .../Process/Traversal/NamingConversions.cs  |   2 +
 .../src/Gremlin.Net/Process/Traversal/Order.cs  |   6 +
 .../DriverRemoteConnection/EnumTests.cs |   2 +-
 .../gremlin-javascript/lib/process/traversal.js |   2 +-
 .../test/unit/traversal-test.js |   4 +-
 .../jython/gremlin_python/process/traversal.py  |   4 +-
 gremlin-test/features/branch/Local.feature  |   2 +-
 gremlin-test/features/filter/Dedup.feature  |   4 +-
 gremlin-test/features/map/AddEdge.feature   |   4 +-
 gremlin-test/features/map/Match.feature |   4 +-
 gremlin-test/features/map/Order.feature |  72 ++---
 gremlin-test/features/map/Project.feature   |   4 +-
 gremlin-test/features/map/Select.feature|   4 +-
 .../process/traversal/step/ComplexTest.java |   4 +-
 .../traversal/step/branch/LocalTest.java|   2 +-
 .../traversal/step/filter/DedupTest.java|  10 +-
 .../process/traversal/step/map/AddEdgeTest.java |  12 +-
 .../process/traversal/step/map/MatchTest.java   |  12 +-
 .../process/traversal/step/map/MathTest.java|  12 +-
 .../process/traversal/step/map/OrderTest.java   | 150 +++
 .../traversal/step/map/PageRankTest.java|  20 +--
 .../process/traversal/step/map/ProgramTest.java |  10 +-
 .../process/traversal/step/map/ProjectTest.java |  10 +-
 .../process/traversal/step/map/SelectTest.java  |  10 +-
 .../decoration/SubgraphStrategyProcessTest.java |   2 +-
 .../gremlin/process/FeatureCoverageTest.java|   4 +-
 .../tinkerpop/gremlin/structure/io/Model.java   |   2 +-
 .../io/AbstractTypedCompatibilityTest.java  |   2 -
 .../io/graphson/_3_2_3/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_3/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-partial.json  |   2 +-
 

[2/2] tinkerpop git commit: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-05-17 Thread spmallette
TINKERPOP-1956 Deprecated Order.incr and Order.decr

Replaced by Order.asc and Order.desc respectively. Left a number of uses of 
decr/incr so as to ensure ongoing compatibility during deprecation.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20a722a3
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20a722a3
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/20a722a3

Branch: refs/heads/tp33
Commit: 20a722a35785497e80ae3097b4c47b277eed600a
Parents: ef2cd57
Author: Stephen Mallette 
Authored: Fri Apr 27 06:22:13 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 16:05:04 2018 -0400

--
 CHANGELOG.asciidoc  |   1 +
 docs/site/home/gremlin.html |   4 +-
 docs/site/home/index.html   |   2 +-
 docs/site/home/js/prism.js  |   2 +-
 docs/src/dev/io/graphson.asciidoc   |   8 +-
 docs/src/dev/io/gryo.asciidoc   |   4 +-
 docs/src/recipes/centrality.asciidoc|   6 +-
 docs/src/recipes/collections.asciidoc   |   2 +-
 docs/src/recipes/recommendation.asciidoc|  16 +-
 docs/src/recipes/style-guide.asciidoc   |   4 +-
 docs/src/reference/gremlin-variants.asciidoc|  10 +-
 docs/src/reference/the-graph.asciidoc   |   2 +-
 docs/src/reference/the-traversal.asciidoc   |  61 
 .../gremlin-language-variants/index.asciidoc|   2 +-
 docs/src/upgrade/release-3.3.x.asciidoc |  10 ++
 .../gremlin/process/traversal/Order.java|  40 +
 .../traversal/step/map/OrderGlobalStep.java |   4 +-
 .../traversal/step/map/OrderLocalStep.java  |   4 +-
 .../util/function/ChainedComparator.java|   2 +-
 .../gremlin/util/function/MultiComparator.java  |   2 +-
 .../gremlin/process/traversal/BytecodeTest.java |   6 +-
 .../gremlin/process/traversal/OrderTest.java|  15 ++
 .../traversal/step/map/OrderGlobalStepTest.java |   8 +-
 .../traversal/step/map/OrderLocalStepTest.java  |   8 +-
 .../PathRetractionStrategyTest.java |   2 +-
 .../LambdaRestrictionStrategyTest.java  |   4 +-
 .../util/function/MultiComparatorTest.java  |   6 +-
 .../Process/Traversal/NamingConversions.cs  |   2 +
 .../src/Gremlin.Net/Process/Traversal/Order.cs  |   6 +
 .../DriverRemoteConnection/EnumTests.cs |   2 +-
 .../gremlin-javascript/lib/process/traversal.js |   2 +-
 .../test/unit/traversal-test.js |   4 +-
 .../jython/gremlin_python/process/traversal.py  |   4 +-
 gremlin-test/features/branch/Local.feature  |   2 +-
 gremlin-test/features/filter/Dedup.feature  |   4 +-
 gremlin-test/features/map/AddEdge.feature   |   4 +-
 gremlin-test/features/map/Match.feature |   4 +-
 gremlin-test/features/map/Order.feature |  72 ++---
 gremlin-test/features/map/Project.feature   |   4 +-
 gremlin-test/features/map/Select.feature|   4 +-
 .../process/traversal/step/ComplexTest.java |   4 +-
 .../traversal/step/branch/LocalTest.java|   2 +-
 .../traversal/step/filter/DedupTest.java|  10 +-
 .../process/traversal/step/map/AddEdgeTest.java |  12 +-
 .../process/traversal/step/map/MatchTest.java   |  12 +-
 .../process/traversal/step/map/MathTest.java|  12 +-
 .../process/traversal/step/map/OrderTest.java   | 150 +++
 .../traversal/step/map/PageRankTest.java|  20 +--
 .../process/traversal/step/map/ProgramTest.java |  10 +-
 .../process/traversal/step/map/ProjectTest.java |  10 +-
 .../process/traversal/step/map/SelectTest.java  |  10 +-
 .../decoration/SubgraphStrategyProcessTest.java |   2 +-
 .../gremlin/process/FeatureCoverageTest.java|   4 +-
 .../tinkerpop/gremlin/structure/io/Model.java   |   2 +-
 .../io/AbstractTypedCompatibilityTest.java  |   2 -
 .../io/graphson/_3_2_3/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_3/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-partial.json  |   2 +-
 

[3/5] tinkerpop git commit: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/20a722a3/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
--
diff --git 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
index 40ae6e9..ec59d33 100644
--- 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
+++ 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
@@ -42,7 +42,7 @@ import java.util.Set;
 
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.GRATEFUL;
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.MODERN;
-import static org.apache.tinkerpop.gremlin.process.traversal.Order.decr;
+import static org.apache.tinkerpop.gremlin.process.traversal.Order.desc;
 import static org.apache.tinkerpop.gremlin.process.traversal.P.eq;
 import static org.apache.tinkerpop.gremlin.process.traversal.P.neq;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.and;
@@ -166,7 +166,7 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 public abstract Traversal 
get_g_V_matchXa_hasXsong_name_sunshineX__a_mapX0followedBy_weight_meanX_b__a_0followedBy_c__c_filterXweight_whereXgteXbXXX_outV_dX_selectXdX_byXnameX();
 
 // test order barriers
-public abstract Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
+public abstract Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
 
 
 @Test
@@ -587,8 +587,8 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 
 @Test
 @LoadGraphWith(MODERN)
-public void 
g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
-final Traversal> traversal = 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
+public void 
g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
+final Traversal> traversal = 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
 printTraversalForm(traversal);
 checkResults(makeMapList(2,
 "a", "marko", "b", "lop",
@@ -892,9 +892,9 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 }
 
 @Override
-public Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
+public Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
 return g.V().match(
-as("a").outE("created").order().by("weight", 
decr).limit(1).inV().as("b"),
+as("a").outE("created").order().by("weight", 
desc).limit(1).inV().as("b"),
 as("b").has("lang", "java")).
 select("a", "b").by("name");
 }

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/20a722a3/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
--
diff --git 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
index 20d8392..04096ed 100644
--- 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
+++ 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
@@ -33,7 +33,7 @@ import java.util.function.BiFunction;
 
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.MODERN;
 import static org.apache.tinkerpop.gremlin.process.traversal.Operator.sum;
-import static org.apache.tinkerpop.gremlin.process.traversal.Order.decr;
+import static org.apache.tinkerpop.gremlin.process.traversal.Order.desc;
 import static 
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.bothE;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.in;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.math;
@@ -54,7 +54,7 @@ public abstract class MathTest extends 
AbstractGremlinProcessTest {
 
 public abstract Traversal 

[1/5] tinkerpop git commit: Fixed some bad javadoc CTR

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/master 32c53064e -> 9eec65578


Fixed some bad javadoc CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ae562c18
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae562c18
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ae562c18

Branch: refs/heads/master
Commit: ae562c183eee1d708759413e8c31b5db5db07295
Parents: 699a5aa
Author: Stephen Mallette 
Authored: Thu May 17 15:42:06 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:06 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
index 3cb4d00..8694974 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
@@ -63,6 +63,7 @@ import 
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics;
 import org.apache.tinkerpop.gremlin.structure.Direction;
+import org.apache.tinkerpop.gremlin.structure.Edge;
 import org.apache.tinkerpop.gremlin.structure.Element;
 import org.apache.tinkerpop.gremlin.structure.Graph;
 import org.apache.tinkerpop.gremlin.structure.Vertex;
@@ -82,15 +83,15 @@ import java.util.List;
 import java.util.Optional;
 import java.util.Set;
 
-
 /**
- * TraversalVertexProgram enables the evaluation of a {@link Traversal} on a 
{@link org.apache.tinkerpop.gremlin.process.computer.GraphComputer}.
- * At the start of the computation, each {@link Vertex} (or {@link 
org.apache.tinkerpop.gremlin.structure.Edge}) is assigned a single {@link 
Traverser}.
- * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and processes that step.
- * If the outputted traverser of the step references a local structure on the 
vertex (e.g. the vertex, an incident edge, its properties, or an arbitrary 
object),
- * then the vertex continues to compute the next traverser. If the traverser 
references another location in the graph,
- * then the traverser is sent to that location in the graph via a message. The 
messages of TraversalVertexProgram are traversers.
- * This continues until all traversers in the computation have halted.
+ * {@code TraversalVertexProgram} enables the evaluation of a {@link 
Traversal} on a {@link GraphComputer}.
+ * At the start of the computation, each {@link Vertex} (or {@link Edge}) is 
assigned a single {@link Traverser}.
+ * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and
+ * processes that step. If the outputted traverser of the step references a 
local structure on the vertex (e.g. the
+ * vertex, an incident edge, its properties, or an arbitrary object), then the 
vertex continues to compute the next
+ * traverser. If the traverser references another location in the graph, then 
the traverser is sent to that location
+ * in the graph via a message. The messages of TraversalVertexProgram are 
traversers. This continues until all
+ * traversers in the computation have halted.
  *
  * @author Marko A. Rodriguez (http://markorodriguez.com)
  */

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
index 222fdab..1dccead 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
@@ -2406,10 +2406,10 @@ public interface 

[37/50] [abbrv] tinkerpop git commit: Removed some bad formatting in reference docs CTR

2018-05-17 Thread spmallette
Removed some bad formatting in reference docs CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3f94a27f
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3f94a27f
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3f94a27f

Branch: refs/heads/TINKERPOP-1956
Commit: 3f94a27f35840876787448d8a72a182a14e4d67c
Parents: 42e509c
Author: Stephen Mallette 
Authored: Mon May 14 12:01:20 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 12:01:20 2018 -0400

--
 docs/src/reference/gremlin-applications.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3f94a27f/docs/src/reference/gremlin-applications.asciidoc
--
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index ace796f..c63228f 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -668,7 +668,7 @@ They are all still evaluated locally.
x.y.z
 
 
- gremlin-groovy
+
 image:gremlin-java.png[width=175,float=left] TinkerPop3 comes equipped with a 
reference client for Java-based
 applications.  It is referred to as Gremlin Driver, which enables applications 
to send requests to Gremlin Server
 and get back results.



[43/50] [abbrv] tinkerpop git commit: Minor updates to the release email template CTR

2018-05-17 Thread spmallette
Minor updates to the release email template CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4adca20d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4adca20d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4adca20d

Branch: refs/heads/TINKERPOP-1956
Commit: 4adca20d156e0a939fa0f10edda1525cb09ea17e
Parents: 58d3d40
Author: Stephen Mallette 
Authored: Mon May 14 16:35:56 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 16:35:56 2018 -0400

--
 docs/src/dev/developer/release.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4adca20d/docs/src/dev/developer/release.asciidoc
--
diff --git a/docs/src/dev/developer/release.asciidoc 
b/docs/src/dev/developer/release.asciidoc
index 37aa0df..473e842 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -348,11 +348,11 @@ 
link:http://tinkerpop.apache.org/docs/current/upgrade/#_tinkerpop_3_1_0[here] in
 
 [source,text]
 
-Subject: TinkerPop xx.yy.zz Released: [name of release line]
+Subject: Apache TinkerPop xx.yy.zz Released: [name of release line]
 
 Hello,
 
-TinkerPop xx.yy.zz has just been released. [some text to introduce the release 
- e.g. whether or not
+Apache TinkerPop xx.yy.zz has just been released. [some text to introduce the 
release - e.g. whether or not
 there is breaking change, an important game-changing feature or two, etc.]
 
 The release artifacts can be found at this location:
@@ -387,7 +387,7 @@ https://www.nuget.org/packages/Gremlin.Net/xx.yy.zz
 
 Javascript artifacts are available in npm:
 
-https://www.npmjs.com/package/gremlin
+https://www.npmjs.com/package/gremlin/v/xx.yy.zz
 
 [include the release line logo image]
 



[19/50] [abbrv] tinkerpop git commit: Minor fix to formatting of header in CHANGELOG CTR

2018-05-17 Thread spmallette
Minor fix to formatting of header in CHANGELOG CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ac161fa8
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ac161fa8
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ac161fa8

Branch: refs/heads/TINKERPOP-1956
Commit: ac161fa8cd613f3a0052debd460e5c363777ce2e
Parents: cfbe2ce
Author: Stephen Mallette 
Authored: Thu May 10 11:57:12 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 10 11:57:12 2018 -0400

--
 CHANGELOG.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ac161fa8/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 18f36ed..62c412e 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -2396,7 +2396,6 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Changed `GIRAPH_GREMLIN_HOME` to `GIRAPH_GREMLIN_LIB` to reference directory 
where jars are to be loaded.
 * Updated README with release instructions.
 
-TinkerPop 3.0.0.M1 (Release Date: August 12, 2014)
-~
+=== TinkerPop 3.0.0.M1 (Release Date: August 12, 2014)
 
 * First official release of TinkerPop3 and thus, no changes.



[23/50] [abbrv] tinkerpop git commit: Bumped build plugin versions to latest.

2018-05-17 Thread spmallette
Bumped build plugin versions to latest.

True of all plugins identified by the versions-maven-plugin except for the 
dotnet-maven-plugin which fails the build. Not sure why it fails, but I'm 
guessing that it has to do with some incompatibilty with dotnet command line or 
something. No longer need hyracs repo for anything so removed that entry from 
gremlin-groovy CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/3635ff69
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3635ff69
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3635ff69

Branch: refs/heads/TINKERPOP-1956
Commit: 3635ff69e2dfb40ec29788b426029e021a5c7f32
Parents: 8a03d50
Author: Stephen Mallette 
Authored: Tue May 8 07:32:47 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 14:11:07 2018 -0400

--
 .../dev/developer/development-environment.asciidoc  |  3 ++-
 gremlin-dotnet/pom.xml  | 14 --
 gremlin-groovy/pom.xml  |  6 --
 gremlin-javascript/pom.xml  |  2 +-
 pom.xml | 16 ++--
 5 files changed, 25 insertions(+), 16 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3635ff69/docs/src/dev/developer/development-environment.asciidoc
--
diff --git a/docs/src/dev/developer/development-environment.asciidoc 
b/docs/src/dev/developer/development-environment.asciidoc
index 0cceb5e..3e3edad 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -25,7 +25,7 @@ configure a development environment for TinkerPop.
 == System Configuration
 
 At a minimum, development of TinkerPop requires 
link:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[Java
 1.8.0_40+]
-and link:https://maven.apache.org/download.cgi[Maven 3.0.5+]. Maven is used as 
the common build system, which even
+and link:https://maven.apache.org/download.cgi[Maven 3.1.0+]. Maven is used as 
the common build system, which even
 controls the builds of non-JVM 
link:http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/[GLVs]
 such as `gremlin-python`. Java and Maven are described as a "minimum" for a 
development environment, because they
 will only build JVM portions of TinkerPop and many integration tests will not 
fire with this simple setup. It is
@@ -209,6 +209,7 @@ mvn -Dmaven.javadoc.skip=true --projects 
tinkergraph-gremlin test
 * Build JavaDocs: `mvn process-resources -Djavadoc`
 * Check for Apache License headers: `mvn apache-rat:check`
 * Check for newer dependencies: `mvn versions:display-dependency-updates` or 
`mvn versions:display-plugin-updates`
+* Check the effective `pom.xml`: `mvn -pl gremlin-python -Pglv-python 
help:effective-pom -Doutput=withProfilePom.xml`
 * Deploy JavaDocs/AsciiDocs: `bin/publish-docs.sh svn-username`
 * Integration Tests: `mvn verify -DskipIntegrationTests=false`
 ** Execute with the `-DincludeNeo4j` option to include transactional tests.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3635ff69/gremlin-dotnet/pom.xml
--
diff --git a/gremlin-dotnet/pom.xml b/gremlin-dotnet/pom.xml
index fbc97d4..de41d38 100644
--- a/gremlin-dotnet/pom.xml
+++ b/gremlin-dotnet/pom.xml
@@ -31,14 +31,13 @@ limitations under the License.
 src
 test
 
-
+
 
 
 
 org.eobjects.build
 dotnet-maven-plugin
 true
-0.14
 
 
 org.codehaus.gmavenplus
@@ -99,5 +98,16 @@ limitations under the License.
 
 
 
+
+
+
+
+org.eobjects.build
+dotnet-maven-plugin
+true
+0.20
+
+
+
 
 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3635ff69/gremlin-groovy/pom.xml
--
diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml
index 64405f5..3c7a122 100644
--- a/gremlin-groovy/pom.xml
+++ b/gremlin-groovy/pom.xml
@@ -88,12 +88,6 @@ limitations under the License.
 test
 
 
-
-
-hyracks-releases
-
http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public-releases/
-
-
 
 ${basedir}/target
 

[17/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/fa5e7aff
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fa5e7aff
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fa5e7aff

Branch: refs/heads/TINKERPOP-1956
Commit: fa5e7affe960d762bbcb7f7d8526e13a4fa596d9
Parents: 4e3a0a9 cfbe2ce
Author: Stephen Mallette 
Authored: Thu May 10 11:28:00 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 10 11:28:00 2018 -0400

--
 gremlin-console/src/main/static/NOTICE | 2 +-
 gremlin-server/src/main/static/NOTICE  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fa5e7aff/gremlin-console/src/main/static/NOTICE
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fa5e7aff/gremlin-server/src/main/static/NOTICE
--



[48/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/ef2cd572
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ef2cd572
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ef2cd572

Branch: refs/heads/TINKERPOP-1956
Commit: ef2cd5720e291038c8f3f1dea105e76cf740b153
Parents: b04e024 ae562c1
Author: Stephen Mallette 
Authored: Thu May 17 15:42:24 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:24 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ef2cd572/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--



[46/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/b04e0240
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b04e0240
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b04e0240

Branch: refs/heads/TINKERPOP-1956
Commit: b04e02406d8b29fc3967a5aa6842e72e82d90817
Parents: 5171afd 699a5aa
Author: Stephen Mallette 
Authored: Tue May 15 15:42:18 2018 -0400
Committer: Stephen Mallette 
Committed: Tue May 15 15:42:18 2018 -0400

--
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
--




[47/50] [abbrv] tinkerpop git commit: Fixed some bad javadoc CTR

2018-05-17 Thread spmallette
Fixed some bad javadoc CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ae562c18
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae562c18
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ae562c18

Branch: refs/heads/TINKERPOP-1956
Commit: ae562c183eee1d708759413e8c31b5db5db07295
Parents: 699a5aa
Author: Stephen Mallette 
Authored: Thu May 17 15:42:06 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:06 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
index 3cb4d00..8694974 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
@@ -63,6 +63,7 @@ import 
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics;
 import org.apache.tinkerpop.gremlin.structure.Direction;
+import org.apache.tinkerpop.gremlin.structure.Edge;
 import org.apache.tinkerpop.gremlin.structure.Element;
 import org.apache.tinkerpop.gremlin.structure.Graph;
 import org.apache.tinkerpop.gremlin.structure.Vertex;
@@ -82,15 +83,15 @@ import java.util.List;
 import java.util.Optional;
 import java.util.Set;
 
-
 /**
- * TraversalVertexProgram enables the evaluation of a {@link Traversal} on a 
{@link org.apache.tinkerpop.gremlin.process.computer.GraphComputer}.
- * At the start of the computation, each {@link Vertex} (or {@link 
org.apache.tinkerpop.gremlin.structure.Edge}) is assigned a single {@link 
Traverser}.
- * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and processes that step.
- * If the outputted traverser of the step references a local structure on the 
vertex (e.g. the vertex, an incident edge, its properties, or an arbitrary 
object),
- * then the vertex continues to compute the next traverser. If the traverser 
references another location in the graph,
- * then the traverser is sent to that location in the graph via a message. The 
messages of TraversalVertexProgram are traversers.
- * This continues until all traversers in the computation have halted.
+ * {@code TraversalVertexProgram} enables the evaluation of a {@link 
Traversal} on a {@link GraphComputer}.
+ * At the start of the computation, each {@link Vertex} (or {@link Edge}) is 
assigned a single {@link Traverser}.
+ * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and
+ * processes that step. If the outputted traverser of the step references a 
local structure on the vertex (e.g. the
+ * vertex, an incident edge, its properties, or an arbitrary object), then the 
vertex continues to compute the next
+ * traverser. If the traverser references another location in the graph, then 
the traverser is sent to that location
+ * in the graph via a message. The messages of TraversalVertexProgram are 
traversers. This continues until all
+ * traversers in the computation have halted.
  *
  * @author Marko A. Rodriguez (http://markorodriguez.com)
  */

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
index 222fdab..1dccead 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
@@ -2406,10 +2406,10 @@ public interface GraphTraversal extends 
Traversal {
 }
 
 /**
- * Executes a 

[35/50] [abbrv] tinkerpop git commit: Fixed some minor asciidoc formatting problems CTR

2018-05-17 Thread spmallette
Fixed some minor asciidoc formatting problems CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/770375d4
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/770375d4
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/770375d4

Branch: refs/heads/TINKERPOP-1956
Commit: 770375d4dad8dd57b6265a464e9346f63083072c
Parents: 90e7476
Author: Stephen Mallette 
Authored: Mon May 14 11:52:03 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 11:52:03 2018 -0400

--
 docs/src/dev/developer/release.asciidoc| 2 +-
 docs/src/upgrade/release-3.2.x-incubating.asciidoc | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/770375d4/docs/src/dev/developer/release.asciidoc
--
diff --git a/docs/src/dev/developer/release.asciidoc 
b/docs/src/dev/developer/release.asciidoc
index 8631a74..37aa0df 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -34,7 +34,7 @@ execute.
 IMPORTANT: The following instructions assume that the release manager's 
<> is setup
 properly for release and includes a `.glv` files in the various GLV modules, 
so that they all build in full.
 
-=== Development Versions
+== Development Versions
 
 A "development version" or "snapshot" (in Java parlance) is not an "official" 
release. Artifacts produced for a
 snapshot are solely for the convenience of providers and other developers who 
want to use the latest releases of

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/770375d4/docs/src/upgrade/release-3.2.x-incubating.asciidoc
--
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc 
b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index b5eb3b3..112ce22 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -509,6 +509,8 @@ See: 
link:https://issues.apache.org/jira/browse/TINKERPOP-1599[TINKERPOP-1599]
 IMPORTANT: It is recommended that providers also review all the upgrade 
instructions specified for users. Many of the
 changes there may prove important for the provider's implementation.
 
+ Graph Database Providers
+
 = SimplePathStep and CyclicPathStep now PathFilterStep
 
 The Gremlin traversal machine use to support two step instructions: 
`SimplePathStep` and `CyclicPathStep`. These have
@@ -636,14 +638,12 @@ removed.
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-1562[TINKERPOP-1562]
 
-
  SSL Client Authentication
 
 Added new server configuration option `ssl.needClientAuth`.
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-1602[TINKERPOP-1602]
 
-
 === Upgrading for Providers
 
 IMPORTANT: It is recommended that providers also review all the upgrade 
instructions specified for users. Many of the
@@ -692,7 +692,6 @@ public void addHasContainer(final HasContainer 
hasContainer) {
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-1482[TINKERPOP-1482],
 link:https://issues.apache.org/jira/browse/TINKERPOP-1502[TINKERPOP-1502]
 
-
 = Duplicate Multi-Properties
 
 Added `supportsDuplicateMultiProperties` to `VertexFeatures` so that graph 
provider who only support unique values as



[40/50] [abbrv] tinkerpop git commit: CTR changelog entry for TINKERPOP-1933

2018-05-17 Thread spmallette
CTR changelog entry for TINKERPOP-1933


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/58d3d403
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/58d3d403
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/58d3d403

Branch: refs/heads/TINKERPOP-1956
Commit: 58d3d403f09d09651828fe216a58cc1e8c624797
Parents: fa3fb9e
Author: davebshow 
Authored: Mon May 14 12:42:49 2018 -0700
Committer: davebshow 
Committed: Mon May 14 12:42:49 2018 -0700

--
 CHANGELOG.asciidoc | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/58d3d403/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 41d83c4..b407288 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,8 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 [[release-3-2-10]]
 === TinkerPop 3.2.10 (Release Date: NOT OFFICIALLY RELEASED YET)
 
+* Removed recursive handling of streaming results from Gremlin-Python driver 
to avoid max recursion depth errors.
+
 
 [[release-3-2-9]]
 === TinkerPop 3.2.9 (Release Date: May 8, 2018)



[42/50] [abbrv] tinkerpop git commit: TINKERPOP-1841 Configure python tests in travis

2018-05-17 Thread spmallette
TINKERPOP-1841 Configure python tests in travis


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a2feb2a5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a2feb2a5
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/a2feb2a5

Branch: refs/heads/TINKERPOP-1956
Commit: a2feb2a518d550091b5c2cbaf0ef32db18956f21
Parents: 58d3d40
Author: Stephen Mallette 
Authored: Mon May 14 15:51:57 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 15:51:57 2018 -0400

--
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a2feb2a5/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index 96cfe6a..6c98950 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,5 +29,6 @@ jobs:
   include:
 - script: "mvn clean install -Dci --batch-mode 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
 - script: "touch gremlin-dotnet/src/.glv && touch gremlin-dotnet/test/.glv 
&& mvn clean install -q -DskipTests && mvn verify -pl 
:gremlin-dotnet,:gremlin-dotnet-tests -P gremlin-dotnet 
-DskipIntegrationTests=false"
+- script: "touch gremlin-python/.glv && mvn clean install -q -DskipTests 
&& mvn verify -pl gremlin-python -DskipIntegrationTests=false"
 - script: "mvn clean install -q -DskipTests && mvn verify -pl 
:gremlin-javascript -DskipIntegrationTests=false"
 - script: "mvn clean install -q -DskipTests && mvn verify -pl 
:spark-gremlin -DskipIntegrationTests=false"



[29/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/eb79f398
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/eb79f398
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/eb79f398

Branch: refs/heads/TINKERPOP-1956
Commit: eb79f398d10bd1294762b923d2bdc8d72959b7e9
Parents: 68d39dc 288b455
Author: Stephen Mallette 
Authored: Fri May 11 20:04:35 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 20:04:35 2018 -0400

--
 pom.xml | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/eb79f398/pom.xml
--



[22/50] [abbrv] tinkerpop git commit: Unify and clean up gmavenplus plugin configurations for GLVs CTR

2018-05-17 Thread spmallette
Unify and clean up gmavenplus plugin configurations for GLVs CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8a03d50d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8a03d50d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8a03d50d

Branch: refs/heads/TINKERPOP-1956
Commit: 8a03d50dedf31e587fb60e0f7735036a1484cfd4
Parents: d995972
Author: Stephen Mallette 
Authored: Thu May 10 15:13:59 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 14:10:12 2018 -0400

--
 gremlin-dotnet/pom.xml |  5 ++---
 gremlin-javascript/pom.xml | 45 -
 gremlin-python/pom.xml |  4 ++--
 pom.xml|  3 ++-
 4 files changed, 14 insertions(+), 43 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8a03d50d/gremlin-dotnet/pom.xml
--
diff --git a/gremlin-dotnet/pom.xml b/gremlin-dotnet/pom.xml
index fd2d428..fbc97d4 100644
--- a/gremlin-dotnet/pom.xml
+++ b/gremlin-dotnet/pom.xml
@@ -46,9 +46,8 @@ limitations under the License.
 
 
 org.apache.tinkerpop
-gremlin-core
+gremlin-server
 ${project.version}
-runtime
 
 
 org.codehaus.groovy
@@ -60,7 +59,7 @@ limitations under the License.
 
 log4j
 log4j
-1.2.17
+${log4j.version}
 runtime
 
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8a03d50d/gremlin-javascript/pom.xml
--
diff --git a/gremlin-javascript/pom.xml b/gremlin-javascript/pom.xml
index 0fe6bf4..f91b749 100644
--- a/gremlin-javascript/pom.xml
+++ b/gremlin-javascript/pom.xml
@@ -25,36 +25,6 @@ limitations under the License.
 
 gremlin-javascript
 Apache TinkerPop :: Gremlin Javascript
-
-
-org.apache.tinkerpop
-gremlin-core
-${project.version}
-
-
-org.apache.tinkerpop
-tinkergraph-gremlin
-${project.version}
-test
-
-
-org.apache.tinkerpop
-gremlin-test
-${project.version}
-test
-
-
-org.apache.tinkerpop
-gremlin-server
-${project.version}
-test
-
-
-org.slf4j
-slf4j-log4j12
-test
-
-
 
 false
 ${maven.test.skip}
@@ -81,21 +51,22 @@ limitations under the License.
 gmavenplus-plugin
 
 
-log4j
-log4j
-1.2.17
-runtime
-
-
 org.apache.tinkerpop
 gremlin-server
 ${project.version}
+
+
+log4j
+log4j
+${log4j.version}
 runtime
 
 
 org.codehaus.groovy
-groovy-ant
+groovy-all
 ${groovy.version}
+indy
+runtime
 
 
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8a03d50d/gremlin-python/pom.xml
--
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index c999877..a2ab516 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -455,14 +455,14 @@ limitations under the License.
 
 org.codehaus.groovy
 groovy-all
-2.4.11
+${groovy.version}
 indy
 runtime
 
 
 log4j
 log4j
-1.2.17
+${log4j.version}
 runtime
 
 

[44/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/5171afd9
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/5171afd9
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/5171afd9

Branch: refs/heads/TINKERPOP-1956
Commit: 5171afd9f408feab5c7bfcdce13a44e5ec89e823
Parents: 0b282e4 4adca20
Author: Stephen Mallette 
Authored: Mon May 14 16:36:27 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 16:36:27 2018 -0400

--
 docs/src/dev/developer/release.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5171afd9/docs/src/dev/developer/release.asciidoc
--



[28/50] [abbrv] tinkerpop git commit: TINKERPOP-1961 Removed duplication of images in binaries.

2018-05-17 Thread spmallette
TINKERPOP-1961 Removed duplication of images in binaries.

The asciidoc plugin copies all files in the source directories of its 
execution. The asciidoc plugin was upgraded between 3.2.5 and 3.2.6 which 
introduced this new behavior.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/288b455a
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/288b455a
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/288b455a

Branch: refs/heads/TINKERPOP-1956
Commit: 288b455a731bbc2f062b2cfe043f8c775dee9700
Parents: 3635ff6
Author: Stephen Mallette 
Authored: Wed May 9 07:03:13 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 20:03:31 2018 -0400

--
 pom.xml | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/288b455a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 9737fef..9c4b507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -811,9 +811,14 @@ limitations under the License.
 process-asciidoc
 
 
-
${asciidoc.input.dir}/
+
+
+
${asciidoc.input.dir}/
+
${htmlsingle.output.dir}/
+
${asciidoc.input.dir}/static/*.*
+
+
 
index.asciidoc
-
${htmlsingle.output.dir}/
 html5
 article
 



[32/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 Thread spmallette
Merge branch 'tp32' into tp33

Conflicts:
docs/src/dev/developer/release.asciidoc


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/044cd1f4
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/044cd1f4
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/044cd1f4

Branch: refs/heads/TINKERPOP-1956
Commit: 044cd1f47f18e612d9bef3ba85edacc24909b142
Parents: 906f244 cc7d2e2
Author: Stephen Mallette 
Authored: Mon May 14 09:04:58 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 09:04:58 2018 -0400

--
 docs/src/dev/developer/release.asciidoc | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/044cd1f4/docs/src/dev/developer/release.asciidoc
--



[41/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/0b282e47
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0b282e47
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0b282e47

Branch: refs/heads/TINKERPOP-1956
Commit: 0b282e47fab2ddde978439be5831542ca26d88f4
Parents: 7158768 58d3d40
Author: davebshow 
Authored: Mon May 14 12:43:06 2018 -0700
Committer: davebshow 
Committed: Mon May 14 12:43:06 2018 -0700

--
 CHANGELOG.asciidoc | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0b282e47/CHANGELOG.asciidoc
--



[24/50] [abbrv] tinkerpop git commit: Updated site for 3.2.9/3.3.3 release CTR

2018-05-17 Thread spmallette
Updated site for 3.2.9/3.3.3 release CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d492136d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d492136d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d492136d

Branch: refs/heads/TINKERPOP-1956
Commit: d492136dcb3725d4783fd7b5d7d4d30eb7a5ace1
Parents: b63e2f9
Author: Stephen Mallette 
Authored: Fri May 11 14:43:33 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 14:43:33 2018 -0400

--
 docs/site/home/downloads.html  | 60 -
 docs/site/home/index.html  | 10 ++---
 docs/site/home/template/header-footer.html | 12 ++---
 3 files changed, 60 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d492136d/docs/site/home/downloads.html
--
diff --git a/docs/site/home/downloads.html b/docs/site/home/downloads.html
index f5f0ab3..fd27d66 100644
--- a/docs/site/home/downloads.html
+++ b/docs/site/home/downloads.html
@@ -35,7 +35,48 @@ limitations under the License.
 
 
 
-3.3.2 (latest, stable)
+3.3.3 (latest, stable)
+
+
+8-May-2018
+
+
+https://github.com/apache/tinkerpop/blob/3.3.3/CHANGELOG.asciidoc#release-3-3-3;>release
 notes |
+http://tinkerpop.apache.org/docs/3.3.3/upgrade/#_tinkerpop_3_3_3;>upgrade
 |
+http://tinkerpop.apache.org/docs/3.3.3/;>documentation |
+http://tinkerpop.apache.org/javadocs/3.3.3/full/;>javadoc
+
+
+https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.3/apache-tinkerpop-gremlin-console-3.3.3-bin.zip;
 class="btn btn-primary">Gremlin Console 
+https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.3/apache-tinkerpop-gremlin-server-3.3.3-bin.zip;
 class="btn btn-primary">Gremlin Server 
+https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.3/apache-tinkerpop-3.3.3-src.zip;
 class="btn btn-primary">Source 
+
+
+
+
+3.2.9 (maintenance)
+
+
+8-May-2018
+
+
+https://github.com/apache/tinkerpop/blob/3.2.9/CHANGELOG.asciidoc#release-3-2-9;>release
 notes |
+http://tinkerpop.apache.org/docs/3.2.9/upgrade/#_tinkerpop_3_2_9;>upgrade
 |
+http://tinkerpop.apache.org/docs/3.2.9/;>documentation |
+http://tinkerpop.apache.org/javadocs/3.2.9/full/;>javadoc
+
+
+https://www.apache.org/dyn/closer.lua/tinkerpop/3.2.9/apache-tinkerpop-gremlin-console-3.2.9-bin.zip;
 class="btn btn-primary">Gremlin Console 
+https://www.apache.org/dyn/closer.lua/tinkerpop/3.2.9/apache-tinkerpop-gremlin-server-3.2.9-bin.zip;
 class="btn btn-primary">Gremlin Server 
+https://www.apache.org/dyn/closer.lua/tinkerpop/3.2.9/apache-tinkerpop-3.2.9-src.zip;
 class="btn btn-primary">Source 
+
+
+
+Archived Releases
+
+
+
+3.3.2
 
 
 2-Apr-2018
@@ -47,14 +88,14 @@ limitations under the License.
 http://tinkerpop.apache.org/javadocs/3.3.2/full/;>javadoc
 
 
-https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.2/apache-tinkerpop-gremlin-console-3.3.2-bin.zip;
 class="btn btn-primary">Gremlin Console 
-https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.2/apache-tinkerpop-gremlin-server-3.3.2-bin.zip;
 class="btn btn-primary">Gremlin Server 
-https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.2/apache-tinkerpop-3.3.2-src.zip;
 class="btn btn-primary">Source 
+https://archive.apache.org/dist/tinkerpop/3.3.2/apache-tinkerpop-gremlin-console-3.3.2-bin.zip;
 class="btn btn-primary">Gremlin Console 
+https://archive.apache.org/dist/tinkerpop/3.3.2/apache-tinkerpop-gremlin-server-3.3.2-bin.zip;
 class="btn btn-primary">Gremlin Server 
+https://archive.apache.org/dist/tinkerpop/3.3.2/apache-tinkerpop-3.3.2-src.zip;
 class="btn btn-primary">Source 
 
 
 
 
-3.2.8 (maintenance)
+3.2.8
 
 
 2-Apr-2018
@@ -66,14 +107,11 @@ limitations under the License.
 http://tinkerpop.apache.org/javadocs/3.2.8/full/;>javadoc
 
 
-

[12/50] [abbrv] tinkerpop git commit: Update release date for 3.3.3 and JIRAs in changelog CTR

2018-05-17 Thread spmallette
Update release date for 3.3.3 and JIRAs in changelog CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d86fcc59
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d86fcc59
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d86fcc59

Branch: refs/heads/TINKERPOP-1956
Commit: d86fcc590033e4e40f791fe81a8889a928166e6f
Parents: 7b2783f
Author: Stephen Mallette 
Authored: Tue May 8 12:10:33 2018 -0400
Committer: Stephen Mallette 
Committed: Tue May 8 12:10:33 2018 -0400

--
 CHANGELOG.asciidoc  | 21 -
 docs/src/upgrade/release-3.3.x.asciidoc |  2 +-
 2 files changed, 21 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d86fcc59/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 246db49..8535bad 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -21,7 +21,7 @@ limitations under the License.
 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-mozart.png[width=185]
 
 [[release-3-3-3]]
-=== TinkerPop 3.3.3 (Release Date: NOT OFFICIALLY RELEASED YET)
+=== TinkerPop 3.3.3 (Release Date: May 8, 2018)
 
 This release also includes changes from <>.
 
@@ -30,6 +30,25 @@ This release also includes changes from <>.
 * Deprecated `CredentialsGraph` DSL in favor of `CredentialsTraversalDsl` 
which uses the recommended method for Gremlin DSL development.
 * Allowed `iterate()` to be called after `profile()`.
 
+ Bugs
+
+* TINKERPOP-1869 Profile step and iterate do not play nicely with each other
+* TINKERPOP-1927 Gherkin scenario expects list with duplicates, but receives 
g:Set
+* TINKERPOP-1947 Path history isn't preserved for keys in mutations
+
+ Improvements
+
+* TINKERPOP-1628 Implement TraversalSelectStep
+* TINKERPOP-1755 No docs for ReferenceElements
+* TINKERPOP-1903 Credentials DSL should use the Java annotation processor
+* TINKERPOP-1912 Remove MD5 checksums
+* TINKERPOP-1934 Bump to latest version of httpclient
+* TINKERPOP-1936 Performance enhancement to Bytecode deserialization
+* TINKERPOP-1943 JavaScript GLV: Support GraphSON3
+* TINKERPOP-1944 JavaScript GLV: DriverRemoteConnection is not exported in the 
root module
+* TINKERPOP-1950 Traversal construction performance enhancements
+* TINKERPOP-1953 Bump to Groovy 2.4.15
+
 [[release-3-3-2]]
 === TinkerPop 3.3.2 (Release Date: April 2, 2018)
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d86fcc59/docs/src/upgrade/release-3.3.x.asciidoc
--
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc 
b/docs/src/upgrade/release-3.3.x.asciidoc
index 79b7ef5..e6c15cd 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -23,7 +23,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 == TinkerPop 3.3.2
 
-*Release Date: NOT OFFICIALLY RELEASED YET*
+*Release Date: May 8, 2018*
 
 Please see the 
link:https://github.com/apache/tinkerpop/blob/3.3.3/CHANGELOG.asciidoc#release-3-3-3[changelog]
 for a complete list of all the modifications that are part of this release.
 



[16/50] [abbrv] tinkerpop git commit: Missed updating NOTICE files for last two bumps of Groovy CTR

2018-05-17 Thread spmallette
Missed updating NOTICE files for last two bumps of Groovy CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cfbe2ce7
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cfbe2ce7
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cfbe2ce7

Branch: refs/heads/TINKERPOP-1956
Commit: cfbe2ce7fedb7de07e2c0760ee31f9a8d8a4b60c
Parents: 2f8f74a
Author: Stephen Mallette 
Authored: Thu May 10 11:27:30 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 10 11:27:30 2018 -0400

--
 gremlin-console/src/main/static/NOTICE | 2 +-
 gremlin-server/src/main/static/NOTICE  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cfbe2ce7/gremlin-console/src/main/static/NOTICE
--
diff --git a/gremlin-console/src/main/static/NOTICE 
b/gremlin-console/src/main/static/NOTICE
index 4931f7e..f34965b 100644
--- a/gremlin-console/src/main/static/NOTICE
+++ b/gremlin-console/src/main/static/NOTICE
@@ -18,7 +18,7 @@ This product includes software from the Spring Framework,
 under the Apache License 2.0 (see: StringUtils.containsWhitespace())
 
 
-Apache Groovy 2.4.11 (AL ASF)
+Apache Groovy 2.4.15 (AL ASF)
 
 This product includes/uses ANTLR (http://www.antlr2.org/)
 developed by Terence Parr 1989-2006

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cfbe2ce7/gremlin-server/src/main/static/NOTICE
--
diff --git a/gremlin-server/src/main/static/NOTICE 
b/gremlin-server/src/main/static/NOTICE
index 72c10cc..0883bc4 100644
--- a/gremlin-server/src/main/static/NOTICE
+++ b/gremlin-server/src/main/static/NOTICE
@@ -11,7 +11,7 @@ This product includes software from the Spring Framework,
 under the Apache License 2.0 (see: StringUtils.containsWhitespace())
 
 
-Apache Groovy 2.4.11 (AL ASF)
+Apache Groovy 2.4.15 (AL ASF)
 
 This product includes/uses ANTLR (http://www.antlr2.org/)
 developed by Terence Parr 1989-2006



[27/50] [abbrv] tinkerpop git commit: Bump to 3.3.4-SNAPSHOT CTR

2018-05-17 Thread spmallette
Bump to 3.3.4-SNAPSHOT CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/68d39dc7
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/68d39dc7
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/68d39dc7

Branch: refs/heads/TINKERPOP-1956
Commit: 68d39dc7dd87e162384860fd26b947b2793e23ce
Parents: 71b03ff
Author: Stephen Mallette 
Authored: Fri May 11 16:15:15 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 16:15:15 2018 -0400

--
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj| 4 ++--
 .../src/main/javascript/gremlin-javascript/package.json  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/68d39dc7/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
--
diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj 
b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index d7bda56..772eb8e 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -25,8 +25,8 @@ limitations under the License.
   
 
   
-3.3.3
-3.3.3.0
+3.3.4-SNAPSHOT
+3.3.4.0
 3.3.0.0
 Gremlin.Net
 Apache TinkerPop

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/68d39dc7/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
--
diff --git 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
index 8907fab..8e51302 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gremlin",
-  "version": "3.3.3",
+  "version": "3.3.4-alpha1",
   "description": "JavaScript Gremlin Language Variant",
   "author": "Apache TinkerPop team",
   "keywords": [



[33/50] [abbrv] tinkerpop git commit: Added more release manager docs CTR

2018-05-17 Thread spmallette
Added more release manager docs CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/90e74768
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/90e74768
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/90e74768

Branch: refs/heads/TINKERPOP-1956
Commit: 90e747688a860fdcbe5ae52d025144e52c9f4f4c
Parents: cc7d2e2
Author: Stephen Mallette 
Authored: Mon May 14 10:55:18 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 10:55:18 2018 -0400

--
 .../developer/development-environment.asciidoc  | 56 ++--
 docs/src/dev/developer/release.asciidoc | 46 
 2 files changed, 51 insertions(+), 51 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/90e74768/docs/src/dev/developer/development-environment.asciidoc
--
diff --git a/docs/src/dev/developer/development-environment.asciidoc 
b/docs/src/dev/developer/development-environment.asciidoc
index 3e3edad..4dfbcaa 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -97,6 +97,8 @@ integration tests and therefore must be actively switched on 
with `-DskipIntegra
 [source,text]
 mvn clean install -pl gremlin-console -DskipIntegrationTests=false
 
+See the <> section for more 
information on release manager configurations.
+
 [[dotnet-environment]]
 === DotNet Environment
 
@@ -114,33 +116,16 @@ and `test` directories of the `gremlin-dotnet` module  
which will signify to Ma
 The `.glv` file need not have any contents and is ignored by Git. A 
standard `mvn clean install` will then build
 `gremlin-dotnet` in full.
 
-For those who will release TinkerPop, it is also necessary to install 
link:http://www.mono-project.com/[Mono]. The
-release process is known to work with 5.0.1, so it is best to probably install 
that version. Release managers should
-probably also do an install of 
link:https://dist.nuget.org/win-x86-commandline/v3.4.4/nuget.exe[nuget 3.4.4] 
as it
-will help with environmental setup. To get an environment ready to deploy to 
NuGet, it is necessary to have a
-NuGet API key (PMC members who have NuGet accounts can help with that). The 
API key should be added to `NuGet.Config`
-with the following:
-
-[source,text]
-
-mono nuget.exe setApiKey [your-api-key]
-
-
-This should update `~/.config/NuGet/NuGet.Config` a file with an entry 
containing the encrypted API key. On
-`mvn deploy`, this file will be referenced on the automated `nuget push`.
-
-See release documentation for more information on configuration for release.
-
+See the <> section for more 
information on release manager configurations.
 
 [[nodejs-environment]]
 === JavaScript Environment
+
 When building `gremlin-javascript`, mvn command will include a local copy of 
Node.js runtime and npm inside your project
 using `com.github.eirslett:frontend-maven-plugin` plugin. This copy of the 
Node.js runtime will not affect any
 other existing Node.js runtime instances in your machine.
 
-The release manager should have the authentication token set, for more 
information see the Release Environment
-section below.
-
+See the <> section for more 
information on release manager configurations.
 
 [[release-environment]]
 === Release Environment
@@ -152,9 +137,9 @@ 
link:https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS[development] and
 link:https://dist.apache.org/repos/dist/release/tinkerpop/KEYS[release] 
distribution directories and committed
 using Apache Subversion (SVN).
 
-Uploading to pypi uses link:https://pypi.python.org/pypi/twine[twine] which is 
automatically installed by the build
-process in maven. Twine refers to `HOME/.pypirc` file for configuration on the 
pypi deploy environments and username
-and password combinations. The file typically looks like this:
+For Python releases, uploading to pypi uses 
link:https://pypi.python.org/pypi/twine[twine] which is automatically
+installed by the build process in maven. Twine refers to `HOME/.pypirc` file 
for configuration on the pypi deploy
+environments and username and password combinations. The file typically looks 
like this:
 
 [source,text]
 
@@ -164,7 +149,6 @@ index-servers=
 pypitest
 
 [pypitest]
-repository = https://testpypi.python.org/pypi
 username = 
 password =
 
@@ -174,12 +158,30 @@ username = 
 password =
 
 
-The release manager shall use the project's pypi credentials, which are 
available in the PMC repository.
-The `password` should be left blank so the deployment process in Maven will 

[15/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/4e3a0a9b
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4e3a0a9b
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4e3a0a9b

Branch: refs/heads/TINKERPOP-1956
Commit: 4e3a0a9bc5b72d7d98cb4b95d647f62dea23c9ee
Parents: 2d39f9b 2f8f74a
Author: Daniel Kuppitz 
Authored: Tue May 8 12:43:51 2018 -0700
Committer: Daniel Kuppitz 
Committed: Tue May 8 12:43:51 2018 -0700

--
 bin/validate-distribution.sh | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)
--




[26/50] [abbrv] tinkerpop git commit: Update to 3.3.4-SNAPSHOT CTR

2018-05-17 Thread spmallette
Update to 3.3.4-SNAPSHOT CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/71b03ff9
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/71b03ff9
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/71b03ff9

Branch: refs/heads/TINKERPOP-1956
Commit: 71b03ff99a520eddf2b9ee848e0c8da28db2ead0
Parents: bfdd4c2
Author: Stephen Mallette 
Authored: Fri May 11 14:50:01 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 14:50:01 2018 -0400

--
 CHANGELOG.asciidoc  | 6 ++
 docs/src/upgrade/release-3.3.x.asciidoc | 7 +++
 giraph-gremlin/pom.xml  | 2 +-
 gremlin-archetype/gremlin-archetype-dsl/pom.xml | 2 +-
 gremlin-archetype/gremlin-archetype-server/pom.xml  | 2 +-
 gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml | 2 +-
 gremlin-archetype/pom.xml   | 2 +-
 gremlin-console/bin/gremlin.sh  | 2 +-
 gremlin-console/pom.xml | 2 +-
 gremlin-core/pom.xml| 2 +-
 gremlin-dotnet/pom.xml  | 2 +-
 gremlin-dotnet/src/pom.xml  | 2 +-
 gremlin-dotnet/test/pom.xml | 2 +-
 gremlin-driver/pom.xml  | 2 +-
 gremlin-groovy/pom.xml  | 2 +-
 gremlin-javascript/pom.xml  | 2 +-
 gremlin-python/pom.xml  | 2 +-
 gremlin-server/pom.xml  | 2 +-
 gremlin-shaded/pom.xml  | 2 +-
 gremlin-test/pom.xml| 2 +-
 gremlin-tools/gremlin-benchmark/pom.xml | 2 +-
 gremlin-tools/gremlin-coverage/pom.xml  | 2 +-
 gremlin-tools/gremlin-io-test/pom.xml   | 2 +-
 gremlin-tools/pom.xml   | 2 +-
 hadoop-gremlin/pom.xml  | 2 +-
 neo4j-gremlin/pom.xml   | 2 +-
 pom.xml | 2 +-
 spark-gremlin/pom.xml   | 2 +-
 tinkergraph-gremlin/pom.xml | 2 +-
 29 files changed, 40 insertions(+), 27 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/71b03ff9/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 5edda9e..7f8efcf 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -20,6 +20,12 @@ limitations under the License.
 
 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-mozart.png[width=185]
 
+[[release-3-3-4]]
+=== TinkerPop 3.3.4 (Release Date: NOT OFFICIALLY RELEASED YET)
+
+This release also includes changes from <>.
+
+
 [[release-3-3-3]]
 === TinkerPop 3.3.3 (Release Date: May 8, 2018)
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/71b03ff9/docs/src/upgrade/release-3.3.x.asciidoc
--
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc 
b/docs/src/upgrade/release-3.3.x.asciidoc
index 468616b..ea2e159 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -21,6 +21,13 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 *Gremlin Symphony #40 in G Minor*
 
+== TinkerPop 3.3.4
+
+*Release Date: NOT OFFICIALLY RELEASED YET*
+
+Please see the 
link:https://github.com/apache/tinkerpop/blob/3.3.4/CHANGELOG.asciidoc#release-3-3-4[changelog]
 for a complete list of all the modifications that are part of this release.
+
+
 == TinkerPop 3.3.3
 
 *Release Date: May 8, 2018*

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/71b03ff9/giraph-gremlin/pom.xml
--
diff --git a/giraph-gremlin/pom.xml b/giraph-gremlin/pom.xml
index 5c8e7fe..3cca330 100644
--- a/giraph-gremlin/pom.xml
+++ b/giraph-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
 
 org.apache.tinkerpop
 tinkerpop
-3.3.3
+3.3.4-SNAPSHOT
 
 giraph-gremlin
 Apache TinkerPop :: Giraph Gremlin

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/71b03ff9/gremlin-archetype/gremlin-archetype-dsl/pom.xml
--
diff --git a/gremlin-archetype/gremlin-archetype-dsl/pom.xml 
b/gremlin-archetype/gremlin-archetype-dsl/pom.xml
index 

[08/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/153a01b0
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/153a01b0
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/153a01b0

Branch: refs/heads/TINKERPOP-1956
Commit: 153a01b0211df67fd11558fecfd9448b01eb3439
Parents: c7ece36 f64afe5
Author: Robert Dale 
Authored: Sun May 6 10:50:29 2018 -0400
Committer: Robert Dale 
Committed: Sun May 6 10:50:29 2018 -0400

--
 docs/src/reference/the-traversal.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/153a01b0/docs/src/reference/the-traversal.asciidoc
--



[45/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1841' into tp32

2018-05-17 Thread spmallette
Merge branch 'TINKERPOP-1841' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/699a5aa6
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/699a5aa6
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/699a5aa6

Branch: refs/heads/TINKERPOP-1956
Commit: 699a5aa63942c49ea677d311062d05095866a7ed
Parents: 4adca20 a2feb2a
Author: Stephen Mallette 
Authored: Tue May 15 15:41:59 2018 -0400
Committer: Stephen Mallette 
Committed: Tue May 15 15:41:59 2018 -0400

--
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
--




[02/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1943' into tp33

2018-05-17 Thread spmallette
Merge branch 'TINKERPOP-1943' into tp33


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/99845d4f
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/99845d4f
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/99845d4f

Branch: refs/heads/TINKERPOP-1956
Commit: 99845d4f152083940a6ed70fe8a5559476149e51
Parents: 7d8cb06 9357c9e
Author: Jorge Bay Gondra 
Authored: Tue May 1 20:24:38 2018 +0200
Committer: Jorge Bay Gondra 
Committed: Tue May 1 20:24:38 2018 +0200

--
 .../lib/driver/driver-remote-connection.js  |  2 +-
 .../lib/structure/io/graph-serializer.js| 11 ++-
 .../lib/structure/io/type-serializers.js| 81 
 .../test/cucumber/feature-steps.js  |  4 +-
 .../gremlin-javascript/test/cucumber/world.js   | 10 +--
 5 files changed, 96 insertions(+), 12 deletions(-)
--




[18/50] [abbrv] tinkerpop git commit: Fixed version typo in upgrade docs CTR

2018-05-17 Thread spmallette
Fixed version typo in upgrade docs CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e5749062
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e5749062
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e5749062

Branch: refs/heads/TINKERPOP-1956
Commit: e57490625074457bd771bf326967f9db115706ae
Parents: fa5e7af
Author: Stephen Mallette 
Authored: Thu May 10 11:55:03 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 10 11:55:03 2018 -0400

--
 docs/src/upgrade/release-3.3.x.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e5749062/docs/src/upgrade/release-3.3.x.asciidoc
--
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc 
b/docs/src/upgrade/release-3.3.x.asciidoc
index e6c15cd..468616b 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -21,7 +21,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 *Gremlin Symphony #40 in G Minor*
 
-== TinkerPop 3.3.2
+== TinkerPop 3.3.3
 
 *Release Date: May 8, 2018*
 



[07/50] [abbrv] tinkerpop git commit: fix list item index: expected 2 got 1 - CTR

2018-05-17 Thread spmallette
fix list item index: expected 2 got 1 - CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f64afe52
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f64afe52
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f64afe52

Branch: refs/heads/TINKERPOP-1956
Commit: f64afe52acbdafaa281f072b953a7c41d25ce800
Parents: e9ab93a
Author: Robert Dale 
Authored: Sun May 6 10:36:57 2018 -0400
Committer: Robert Dale 
Committed: Sun May 6 10:37:10 2018 -0400

--
 docs/src/reference/the-traversal.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f64afe52/docs/src/reference/the-traversal.asciidoc
--
diff --git a/docs/src/reference/the-traversal.asciidoc 
b/docs/src/reference/the-traversal.asciidoc
index 86fb324..e2e3be2 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -421,7 +421,7 @@ g.V().both().both().both().count().iterate().toString()  <2>
 
 
 <1> `LazyBarrierStrategy` is a default strategy and thus, does not need to be 
explicitly activated.
-<1> With `LazyBarrierStrategy` activated, `barrier()` steps are automatically 
inserted where appropriate.
+<2> With `LazyBarrierStrategy` activated, `barrier()` steps are automatically 
inserted where appropriate.
 
 *Additional References*
 



[01/50] [abbrv] tinkerpop git commit: TINKERPOP-1943 Support GraphSON3 in Gremlin-JavaScript [Forced Update!]

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1956 a937287d9 -> 20a722a35 (forced update)


TINKERPOP-1943 Support GraphSON3 in Gremlin-JavaScript


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9357c9e5
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9357c9e5
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9357c9e5

Branch: refs/heads/TINKERPOP-1956
Commit: 9357c9e567cea65522db2ca109f427c27a999c06
Parents: 8005cb3
Author: Jorge Bay Gondra 
Authored: Wed Apr 25 14:22:25 2018 +0200
Committer: Jorge Bay Gondra 
Committed: Wed Apr 25 14:22:25 2018 +0200

--
 .../lib/driver/driver-remote-connection.js  |  2 +-
 .../lib/structure/io/graph-serializer.js| 11 ++-
 .../lib/structure/io/type-serializers.js| 81 
 .../test/cucumber/feature-steps.js  |  4 +-
 .../gremlin-javascript/test/cucumber/world.js   | 10 +--
 5 files changed, 96 insertions(+), 12 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9357c9e5/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js
--
diff --git 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js
 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js
index d9e6000..ac148a3 100644
--- 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js
+++ 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/driver-remote-connection.js
@@ -33,7 +33,7 @@ const responseStatusCode = {
   noContent: 204,
   partialContent: 206
 };
-const defaultMimeType = 'application/vnd.gremlin-v2.0+json';
+const defaultMimeType = 'application/vnd.gremlin-v3.0+json';
 
 class DriverRemoteConnection extends RemoteConnection {
   /**

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9357c9e5/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/graph-serializer.js
--
diff --git 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/graph-serializer.js
 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/graph-serializer.js
index df05659..df64e41 100644
--- 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/graph-serializer.js
+++ 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/graph-serializer.js
@@ -159,8 +159,11 @@ const deserializers = {
   'g:Edge': typeSerializers.EdgeSerializer,
   'g:VertexProperty': typeSerializers.VertexPropertySerializer,
   'g:Property': typeSerializers.PropertySerializer,
-  'g:Path': typeSerializers.PathSerializer,
-  'g:T': typeSerializers.TSerializer
+  'g:Path': typeSerializers.Path3Serializer,
+  'g:T': typeSerializers.TSerializer,
+  'g:List': typeSerializers.ListSerializer,
+  'g:Set': typeSerializers.SetSerializer,
+  'g:Map': typeSerializers.MapSerializer
 };
 
 const serializers = [
@@ -172,7 +175,9 @@ const serializers = [
   typeSerializers.EnumSerializer,
   typeSerializers.VertexSerializer,
   typeSerializers.EdgeSerializer,
-  typeSerializers.LongSerializer
+  typeSerializers.LongSerializer,
+  typeSerializers.ListSerializer,
+  typeSerializers.MapSerializer
 ];
 
 module.exports = {

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9357c9e5/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/type-serializers.js
--
diff --git 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/type-serializers.js
 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/type-serializers.js
index 304888f..3b2b9e6 100644
--- 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/type-serializers.js
+++ 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/type-serializers.js
@@ -270,22 +270,103 @@ class PathSerializer extends TypeSerializer {
   }
 }
 
+class Path3Serializer extends TypeSerializer {
+  deserialize(obj) {
+const value = obj[valueKey];
+return new g.Path(this.reader.read(value['labels']), 
this.reader.read(value['objects']));
+  }
+}
+
 class TSerializer extends TypeSerializer {
   deserialize(obj) {
 return t.t[obj[valueKey]];
   }
 }
 
+class ArraySerializer extends TypeSerializer {
+  constructor(typeKey) {
+super();
+this.typeKey = typeKey;
+  }
+
+  deserialize(obj) {
+const value = obj[valueKey];
+if (!Array.isArray(value)) {

[36/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/42e509c3
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/42e509c3
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/42e509c3

Branch: refs/heads/TINKERPOP-1956
Commit: 42e509c392b1d660801b995a4383c1f9ab41c2d4
Parents: 81ea06a 770375d
Author: Stephen Mallette 
Authored: Mon May 14 11:52:20 2018 -0400
Committer: Stephen Mallette 
Committed: Mon May 14 11:52:20 2018 -0400

--
 docs/src/dev/developer/release.asciidoc| 2 +-
 docs/src/upgrade/release-3.2.x-incubating.asciidoc | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/42e509c3/docs/src/dev/developer/release.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/42e509c3/docs/src/upgrade/release-3.2.x-incubating.asciidoc
--



[11/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 Thread spmallette
Merge branch 'tp32' into tp33

Conflicts:
giraph-gremlin/pom.xml
gremlin-archetype/gremlin-archetype-dsl/pom.xml
gremlin-archetype/gremlin-archetype-server/pom.xml
gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml
gremlin-archetype/pom.xml
gremlin-console/bin/gremlin.sh
gremlin-console/pom.xml
gremlin-core/pom.xml
gremlin-dotnet/pom.xml
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
gremlin-dotnet/src/pom.xml
gremlin-dotnet/test/pom.xml
gremlin-driver/pom.xml
gremlin-groovy-test/pom.xml
gremlin-groovy/pom.xml
gremlin-javascript/pom.xml
gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
gremlin-python/pom.xml
gremlin-server/pom.xml
gremlin-shaded/pom.xml
gremlin-test/pom.xml
gremlin-tools/gremlin-benchmark/pom.xml
hadoop-gremlin/pom.xml
neo4j-gremlin/pom.xml
pom.xml
spark-gremlin/pom.xml
tinkergraph-gremlin/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7b2783f4
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7b2783f4
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7b2783f4

Branch: refs/heads/TINKERPOP-1956
Commit: 7b2783f4acb7940c19464d758a28eaa00987ee4f
Parents: ea59446 fde136b
Author: Stephen Mallette 
Authored: Tue May 8 12:03:52 2018 -0400
Committer: Stephen Mallette 
Committed: Tue May 8 12:03:52 2018 -0400

--
 CHANGELOG.asciidoc | 17 -
 docs/src/upgrade/release-3.2.x-incubating.asciidoc |  4 ++--
 2 files changed, 18 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7b2783f4/CHANGELOG.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7b2783f4/docs/src/upgrade/release-3.2.x-incubating.asciidoc
--



[50/50] [abbrv] tinkerpop git commit: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-05-17 Thread spmallette
TINKERPOP-1956 Deprecated Order.incr and Order.decr

Replaced by Order.asc and Order.desc respectively. Left a number of uses of 
decr/incr so as to ensure ongoing compatibility during deprecation.


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20a722a3
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20a722a3
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/20a722a3

Branch: refs/heads/TINKERPOP-1956
Commit: 20a722a35785497e80ae3097b4c47b277eed600a
Parents: ef2cd57
Author: Stephen Mallette 
Authored: Fri Apr 27 06:22:13 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 16:05:04 2018 -0400

--
 CHANGELOG.asciidoc  |   1 +
 docs/site/home/gremlin.html |   4 +-
 docs/site/home/index.html   |   2 +-
 docs/site/home/js/prism.js  |   2 +-
 docs/src/dev/io/graphson.asciidoc   |   8 +-
 docs/src/dev/io/gryo.asciidoc   |   4 +-
 docs/src/recipes/centrality.asciidoc|   6 +-
 docs/src/recipes/collections.asciidoc   |   2 +-
 docs/src/recipes/recommendation.asciidoc|  16 +-
 docs/src/recipes/style-guide.asciidoc   |   4 +-
 docs/src/reference/gremlin-variants.asciidoc|  10 +-
 docs/src/reference/the-graph.asciidoc   |   2 +-
 docs/src/reference/the-traversal.asciidoc   |  61 
 .../gremlin-language-variants/index.asciidoc|   2 +-
 docs/src/upgrade/release-3.3.x.asciidoc |  10 ++
 .../gremlin/process/traversal/Order.java|  40 +
 .../traversal/step/map/OrderGlobalStep.java |   4 +-
 .../traversal/step/map/OrderLocalStep.java  |   4 +-
 .../util/function/ChainedComparator.java|   2 +-
 .../gremlin/util/function/MultiComparator.java  |   2 +-
 .../gremlin/process/traversal/BytecodeTest.java |   6 +-
 .../gremlin/process/traversal/OrderTest.java|  15 ++
 .../traversal/step/map/OrderGlobalStepTest.java |   8 +-
 .../traversal/step/map/OrderLocalStepTest.java  |   8 +-
 .../PathRetractionStrategyTest.java |   2 +-
 .../LambdaRestrictionStrategyTest.java  |   4 +-
 .../util/function/MultiComparatorTest.java  |   6 +-
 .../Process/Traversal/NamingConversions.cs  |   2 +
 .../src/Gremlin.Net/Process/Traversal/Order.cs  |   6 +
 .../DriverRemoteConnection/EnumTests.cs |   2 +-
 .../gremlin-javascript/lib/process/traversal.js |   2 +-
 .../test/unit/traversal-test.js |   4 +-
 .../jython/gremlin_python/process/traversal.py  |   4 +-
 gremlin-test/features/branch/Local.feature  |   2 +-
 gremlin-test/features/filter/Dedup.feature  |   4 +-
 gremlin-test/features/map/AddEdge.feature   |   4 +-
 gremlin-test/features/map/Match.feature |   4 +-
 gremlin-test/features/map/Order.feature |  72 ++---
 gremlin-test/features/map/Project.feature   |   4 +-
 gremlin-test/features/map/Select.feature|   4 +-
 .../process/traversal/step/ComplexTest.java |   4 +-
 .../traversal/step/branch/LocalTest.java|   2 +-
 .../traversal/step/filter/DedupTest.java|  10 +-
 .../process/traversal/step/map/AddEdgeTest.java |  12 +-
 .../process/traversal/step/map/MatchTest.java   |  12 +-
 .../process/traversal/step/map/MathTest.java|  12 +-
 .../process/traversal/step/map/OrderTest.java   | 150 +++
 .../traversal/step/map/PageRankTest.java|  20 +--
 .../process/traversal/step/map/ProgramTest.java |  10 +-
 .../process/traversal/step/map/ProjectTest.java |  10 +-
 .../process/traversal/step/map/SelectTest.java  |  10 +-
 .../decoration/SubgraphStrategyProcessTest.java |   2 +-
 .../gremlin/process/FeatureCoverageTest.java|   4 +-
 .../tinkerpop/gremlin/structure/io/Model.java   |   2 +-
 .../io/AbstractTypedCompatibilityTest.java  |   2 -
 .../io/graphson/_3_2_3/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_3/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_4/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_5/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_6/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_7/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_8/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_2_9/order-v2d0-partial.json  |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-no-types.json |   2 +-
 .../io/graphson/_3_3_0/order-v2d0-partial.json  |   2 +-
 

[20/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/b63e2f96
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b63e2f96
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b63e2f96

Branch: refs/heads/TINKERPOP-1956
Commit: b63e2f96a88c4c8f811cd12cfdfe5ac63ad2d4bb
Parents: e574906 ac161fa
Author: Stephen Mallette 
Authored: Thu May 10 11:57:34 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 10 11:57:34 2018 -0400

--
 CHANGELOG.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b63e2f96/CHANGELOG.asciidoc
--



[04/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/8275e459
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8275e459
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8275e459

Branch: refs/heads/TINKERPOP-1956
Commit: 8275e45981751cdcd80d066f5d68751e7e1c7096
Parents: 99845d4 8671622
Author: Jorge Bay Gondra 
Authored: Wed May 2 08:50:01 2018 -0400
Committer: Jorge Bay Gondra 
Committed: Wed May 2 08:50:01 2018 -0400

--
 .../main/javascript/gremlin-javascript/index.js | 20 +++-
 .../test/unit/exports-test.js   |  2 ++
 2 files changed, 13 insertions(+), 9 deletions(-)
--




[05/50] [abbrv] tinkerpop git commit: CTR: tweaked release validation script

2018-05-17 Thread spmallette
CTR: tweaked release validation script


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e9ab93aa
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/e9ab93aa
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/e9ab93aa

Branch: refs/heads/TINKERPOP-1956
Commit: e9ab93aa2df3ddc3d9271ebaa6543a82bc487f62
Parents: 8671622
Author: Daniel Kuppitz 
Authored: Wed May 2 09:38:57 2018 -0700
Committer: Daniel Kuppitz 
Committed: Wed May 2 09:38:57 2018 -0700

--
 bin/validate-distribution.sh | 26 +-
 1 file changed, 21 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e9ab93aa/bin/validate-distribution.sh
--
diff --git a/bin/validate-distribution.sh b/bin/validate-distribution.sh
index b071ea0..76e0974 100755
--- a/bin/validate-distribution.sh
+++ b/bin/validate-distribution.sh
@@ -26,6 +26,7 @@
 # curl -L -O https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS
 # gpg --import KEYS
 
+COMMITTERS=$(curl -Ls https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS | 
grep -Po '(?<=<)[^<]*(?=@apache.org>)' | uniq)
 TMP_DIR="/tmp/tpdv"
 
 # Required. Only the latest version on each release stream is available on 
dist.
@@ -72,6 +73,8 @@ mkdir -p ${TMP_DIR}
 rm -rf ${TMP_DIR}/*
 cd ${TMP_DIR}
 
+curl -Ls https://people.apache.org/keys/committer/ | grep -v invalid > 
${TMP_DIR}/.committers
+
 # validate downloads
 ZIP_FILENAME=`grep -o '[^/]*$' <<< ${URL}`
 DIR_NAME=`sed -e 's/-[^-]*$//' <<< ${ZIP_FILENAME}`
@@ -94,11 +97,24 @@ echo "OK"
 echo "* validating signatures and checksums ... "
 
 echo -n "  * PGP signature ... "
-[ `gpg ${ZIP_FILENAME}.asc 2>&1 | grep -c '^gpg: Good signature from "Stephen 
Mallette "$'` -eq 1 ] || \
-[ `gpg ${ZIP_FILENAME}.asc 2>&1 | grep -c '^gpg: Good signature from "Marko 
Rodriguez "$'` -eq 1 ] || \
-[ `gpg ${ZIP_FILENAME}.asc 2>&1 | grep -c '^gpg: Good signature from "Theodore 
Ratte Wilmes (CODE SIGNING KEY) "'` -eq 1 ] || \
-[ `gpg ${ZIP_FILENAME}.asc 2>&1 | grep -c '^gpg: Good signature from "Jason 
Plurad (CODE SIGNING KEY) "'` -eq 1 ] || \
-{ echo "failed"; exit 1; }
+gpg --verify ${ZIP_FILENAME}.asc ${ZIP_FILENAME} > ${TMP_DIR}/.verify 2>&1
+
+verified=0
+
+for committer in ${COMMITTERS[@]}
+do
+  if [[ `grep -F ${committer} ${TMP_DIR}/.verify` ]]; then
+fp=$(cat ${TMP_DIR}/.committers | grep "id='${committer}'" | grep -Po 
'(?<=>)[A-Z0-9 ]*(?=<)' 2> /dev/null)
+if [ ! -z "${fp}" ]; then
+  if [[ `grep -F "${fp}" ${TMP_DIR}/.verify` ]]; then
+verified=1
+  fi
+fi
+  fi
+  [ ${verified} -eq 1 ] && break
+done
+
+[ ${verified} -eq 1 ] || { echo "failed"; exit 1; }
 echo "OK"
 
 echo -n "  * MD5 checksum ... "



[06/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-05-17 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/c7ece36e
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c7ece36e
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c7ece36e

Branch: refs/heads/TINKERPOP-1956
Commit: c7ece36ec4b9678f8d7372bf6ac3f3d68e6072a6
Parents: 8275e45 e9ab93a
Author: Daniel Kuppitz 
Authored: Wed May 2 09:39:13 2018 -0700
Committer: Daniel Kuppitz 
Committed: Wed May 2 09:39:13 2018 -0700

--
 bin/validate-distribution.sh | 26 +-
 1 file changed, 21 insertions(+), 5 deletions(-)
--




[49/50] [abbrv] tinkerpop git commit: TINKERPOP-1956 Deprecated Order.incr and Order.decr

2018-05-17 Thread spmallette
http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/20a722a3/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
--
diff --git 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
index 40ae6e9..ec59d33 100644
--- 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
+++ 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MatchTest.java
@@ -42,7 +42,7 @@ import java.util.Set;
 
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.GRATEFUL;
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.MODERN;
-import static org.apache.tinkerpop.gremlin.process.traversal.Order.decr;
+import static org.apache.tinkerpop.gremlin.process.traversal.Order.desc;
 import static org.apache.tinkerpop.gremlin.process.traversal.P.eq;
 import static org.apache.tinkerpop.gremlin.process.traversal.P.neq;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.and;
@@ -166,7 +166,7 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 public abstract Traversal 
get_g_V_matchXa_hasXsong_name_sunshineX__a_mapX0followedBy_weight_meanX_b__a_0followedBy_c__c_filterXweight_whereXgteXbXXX_outV_dX_selectXdX_byXnameX();
 
 // test order barriers
-public abstract Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
+public abstract Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
 
 
 @Test
@@ -587,8 +587,8 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 
 @Test
 @LoadGraphWith(MODERN)
-public void 
g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
-final Traversal> traversal = 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
+public void 
g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
+final Traversal> traversal = 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX();
 printTraversalForm(traversal);
 checkResults(makeMapList(2,
 "a", "marko", "b", "lop",
@@ -892,9 +892,9 @@ public abstract class MatchTest extends 
AbstractGremlinProcessTest {
 }
 
 @Override
-public Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_decrX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
+public Traversal> 
get_g_V_matchXa_outEXcreatedX_order_byXweight_descX_limitX1X_inV_b__b_hasXlang_javaXX_selectXa_bX_byXnameX()
 {
 return g.V().match(
-as("a").outE("created").order().by("weight", 
decr).limit(1).inV().as("b"),
+as("a").outE("created").order().by("weight", 
desc).limit(1).inV().as("b"),
 as("b").has("lang", "java")).
 select("a", "b").by("name");
 }

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/20a722a3/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
--
diff --git 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
index 20d8392..04096ed 100644
--- 
a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
+++ 
b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/MathTest.java
@@ -33,7 +33,7 @@ import java.util.function.BiFunction;
 
 import static org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData.MODERN;
 import static org.apache.tinkerpop.gremlin.process.traversal.Operator.sum;
-import static org.apache.tinkerpop.gremlin.process.traversal.Order.decr;
+import static org.apache.tinkerpop.gremlin.process.traversal.Order.desc;
 import static 
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.bothE;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.in;
 import static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__.math;
@@ -54,7 +54,7 @@ public abstract class MathTest extends 
AbstractGremlinProcessTest {
 
 public abstract Traversal 

[21/50] [abbrv] tinkerpop git commit: Bump to 3.2.10-SNAPSHOT - double digits!! CTR

2018-05-17 Thread spmallette
Bump to 3.2.10-SNAPSHOT - double digits!! CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d9959725
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d9959725
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d9959725

Branch: refs/heads/TINKERPOP-1956
Commit: d995972524cdb168e897cad4e85bb9a1a2310ab9
Parents: ac161fa
Author: Stephen Mallette 
Authored: Fri May 11 14:09:00 2018 -0400
Committer: Stephen Mallette 
Committed: Fri May 11 14:09:00 2018 -0400

--
 CHANGELOG.asciidoc| 4 
 docs/src/upgrade/release-3.2.x-incubating.asciidoc| 7 +++
 giraph-gremlin/pom.xml| 2 +-
 gremlin-archetype/gremlin-archetype-dsl/pom.xml   | 2 +-
 gremlin-archetype/gremlin-archetype-server/pom.xml| 2 +-
 gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml   | 2 +-
 gremlin-archetype/pom.xml | 2 +-
 gremlin-benchmark/pom.xml | 2 +-
 gremlin-console/bin/gremlin.sh| 2 +-
 gremlin-console/pom.xml   | 2 +-
 gremlin-core/pom.xml  | 2 +-
 gremlin-dotnet/pom.xml| 2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 4 ++--
 gremlin-dotnet/src/pom.xml| 2 +-
 gremlin-dotnet/test/pom.xml   | 2 +-
 gremlin-driver/pom.xml| 2 +-
 gremlin-groovy-test/pom.xml   | 2 +-
 gremlin-groovy/pom.xml| 2 +-
 gremlin-javascript/pom.xml| 2 +-
 .../src/main/javascript/gremlin-javascript/package.json   | 2 +-
 gremlin-python/pom.xml| 2 +-
 gremlin-server/pom.xml| 2 +-
 gremlin-shaded/pom.xml| 2 +-
 gremlin-test/pom.xml  | 2 +-
 hadoop-gremlin/pom.xml| 2 +-
 neo4j-gremlin/pom.xml | 2 +-
 pom.xml   | 2 +-
 spark-gremlin/pom.xml | 2 +-
 tinkergraph-gremlin/pom.xml   | 2 +-
 29 files changed, 39 insertions(+), 28 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d9959725/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 62c412e..41d83c4 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -20,6 +20,10 @@ limitations under the License.
 
 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185]
 
+[[release-3-2-10]]
+=== TinkerPop 3.2.10 (Release Date: NOT OFFICIALLY RELEASED YET)
+
+
 [[release-3-2-9]]
 === TinkerPop 3.2.9 (Release Date: May 8, 2018)
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d9959725/docs/src/upgrade/release-3.2.x-incubating.asciidoc
--
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc 
b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index 06e4f59..b5eb3b3 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -21,6 +21,13 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 *Nine Inch Gremlins*
 
+== TinkerPop 3.2.10
+
+*Release Date: NOT OFFICIALLY RELEASED YET*
+
+Please see the 
link:https://github.com/apache/tinkerpop/blob/3.2.10/CHANGELOG.asciidoc#release-3-2-10[changelog]
 for a complete list of all the modifications that are part of this release.
+
+
 == TinkerPop 3.2.9
 
 *Release Date: May 8, 2018*

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d9959725/giraph-gremlin/pom.xml
--
diff --git a/giraph-gremlin/pom.xml b/giraph-gremlin/pom.xml
index 69355be..21f7389 100644
--- a/giraph-gremlin/pom.xml
+++ b/giraph-gremlin/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
 
 org.apache.tinkerpop
 tinkerpop
-3.2.9
+3.2.10-SNAPSHOT
 
 giraph-gremlin
 Apache TinkerPop :: Giraph Gremlin

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d9959725/gremlin-archetype/gremlin-archetype-dsl/pom.xml

[10/50] [abbrv] tinkerpop git commit: TinkerPop 3.2.9 release

2018-05-17 Thread spmallette
TinkerPop 3.2.9 release


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/fde136b1
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/fde136b1
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/fde136b1

Branch: refs/heads/TINKERPOP-1956
Commit: fde136b1dd707398803fe337344d1ba5969a66bb
Parents: f64afe5
Author: Robert Dale 
Authored: Tue May 8 08:48:16 2018 -0400
Committer: Robert Dale 
Committed: Tue May 8 08:48:16 2018 -0400

--
 CHANGELOG.asciidoc | 17 -
 docs/src/upgrade/release-3.2.x-incubating.asciidoc |  4 ++--
 giraph-gremlin/pom.xml |  2 +-
 gremlin-archetype/gremlin-archetype-dsl/pom.xml|  2 +-
 gremlin-archetype/gremlin-archetype-server/pom.xml |  2 +-
 .../gremlin-archetype-tinkergraph/pom.xml  |  2 +-
 gremlin-archetype/pom.xml  |  2 +-
 gremlin-benchmark/pom.xml  |  2 +-
 gremlin-console/bin/gremlin.sh |  2 +-
 gremlin-console/pom.xml|  2 +-
 gremlin-core/pom.xml   |  2 +-
 gremlin-dotnet/pom.xml |  2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |  2 +-
 gremlin-dotnet/src/pom.xml |  2 +-
 gremlin-dotnet/test/pom.xml|  2 +-
 gremlin-driver/pom.xml |  2 +-
 gremlin-groovy-test/pom.xml|  2 +-
 gremlin-groovy/pom.xml |  2 +-
 gremlin-javascript/pom.xml |  2 +-
 .../javascript/gremlin-javascript/package.json |  2 +-
 gremlin-python/pom.xml |  2 +-
 gremlin-server/pom.xml |  2 +-
 gremlin-shaded/pom.xml |  2 +-
 gremlin-test/pom.xml   |  2 +-
 hadoop-gremlin/pom.xml |  2 +-
 neo4j-gremlin/pom.xml  |  2 +-
 pom.xml|  2 +-
 spark-gremlin/pom.xml  |  2 +-
 tinkergraph-gremlin/pom.xml|  2 +-
 29 files changed, 45 insertions(+), 30 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fde136b1/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index f6ca111..18f36ed 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -21,7 +21,7 @@ limitations under the License.
 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185]
 
 [[release-3-2-9]]
-=== TinkerPop 3.2.9 (Release Date: NOT OFFICIALLY RELEASED YET)
+=== TinkerPop 3.2.9 (Release Date: May 8, 2018)
 
 * Fixed bug where path history was not being preserved for keys in mutations.
 * Bumped to httpclient 4.5.5.
@@ -29,6 +29,21 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Improved performance of GraphSON deserialization of `Bytecode`.
 * Improved performance of traversal construction.
 
+  Bugs
+
+* TINKERPOP-1947 Path history isn't preserved for keys in mutations
+
+ Improvements
+
+* TINKERPOP-1755 No docs for ReferenceElements
+* TINKERPOP-1912 Remove MD5 checksums
+* TINKERPOP-1934 Bump to latest version of httpclient
+* TINKERPOP-1936 Performance enhancement to Bytecode deserialization
+* TINKERPOP-1944 JavaScript GLV: DriverRemoteConnection is not exported in the 
root module
+* TINKERPOP-1950 Traversal construction performance enhancements
+* TINKERPOP-1953 Bump to Groovy 2.4.15
+
+
 [[release-3-2-8]]
 === TinkerPop 3.2.8 (Release Date: April 2, 2018)
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/fde136b1/docs/src/upgrade/release-3.2.x-incubating.asciidoc
--
diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc 
b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
index 51b85d3..06e4f59 100644
--- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc
@@ -23,9 +23,9 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 == TinkerPop 3.2.9
 
-*Release Date: NOT OFFICIALLY RELEASED YET*
+*Release Date: May 8, 2018*
 
-Please see the 
link:https://github.com/apache/tinkerpop/blob/3.2.8/CHANGELOG.asciidoc#release-3-2-9[changelog]
 for a complete list of all the modifications that are part of this release.
+Please see the 
link:https://github.com/apache/tinkerpop/blob/3.2.9/CHANGELOG.asciidoc#release-3-2-9[changelog]
 for a 

[03/50] [abbrv] tinkerpop git commit: Merge branch 'TINKERPOP-1944' into tp32

2018-05-17 Thread spmallette
Merge branch 'TINKERPOP-1944' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8671622e
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8671622e
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8671622e

Branch: refs/heads/TINKERPOP-1956
Commit: 8671622ec5da41774e5684ebd3a514211dd27369
Parents: 5fea198 d037ef7
Author: Jorge Bay Gondra 
Authored: Wed May 2 08:49:28 2018 -0400
Committer: Jorge Bay Gondra 
Committed: Wed May 2 08:49:28 2018 -0400

--
 .../main/javascript/gremlin-javascript/index.js | 20 +++-
 .../test/unit/exports-test.js   |  2 ++
 2 files changed, 13 insertions(+), 9 deletions(-)
--




[1/2] tinkerpop git commit: Fixed some bad javadoc CTR

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 b04e02406 -> ef2cd5720


Fixed some bad javadoc CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ae562c18
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae562c18
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ae562c18

Branch: refs/heads/tp33
Commit: ae562c183eee1d708759413e8c31b5db5db07295
Parents: 699a5aa
Author: Stephen Mallette 
Authored: Thu May 17 15:42:06 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:06 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
index 3cb4d00..8694974 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
@@ -63,6 +63,7 @@ import 
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics;
 import org.apache.tinkerpop.gremlin.structure.Direction;
+import org.apache.tinkerpop.gremlin.structure.Edge;
 import org.apache.tinkerpop.gremlin.structure.Element;
 import org.apache.tinkerpop.gremlin.structure.Graph;
 import org.apache.tinkerpop.gremlin.structure.Vertex;
@@ -82,15 +83,15 @@ import java.util.List;
 import java.util.Optional;
 import java.util.Set;
 
-
 /**
- * TraversalVertexProgram enables the evaluation of a {@link Traversal} on a 
{@link org.apache.tinkerpop.gremlin.process.computer.GraphComputer}.
- * At the start of the computation, each {@link Vertex} (or {@link 
org.apache.tinkerpop.gremlin.structure.Edge}) is assigned a single {@link 
Traverser}.
- * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and processes that step.
- * If the outputted traverser of the step references a local structure on the 
vertex (e.g. the vertex, an incident edge, its properties, or an arbitrary 
object),
- * then the vertex continues to compute the next traverser. If the traverser 
references another location in the graph,
- * then the traverser is sent to that location in the graph via a message. The 
messages of TraversalVertexProgram are traversers.
- * This continues until all traversers in the computation have halted.
+ * {@code TraversalVertexProgram} enables the evaluation of a {@link 
Traversal} on a {@link GraphComputer}.
+ * At the start of the computation, each {@link Vertex} (or {@link Edge}) is 
assigned a single {@link Traverser}.
+ * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and
+ * processes that step. If the outputted traverser of the step references a 
local structure on the vertex (e.g. the
+ * vertex, an incident edge, its properties, or an arbitrary object), then the 
vertex continues to compute the next
+ * traverser. If the traverser references another location in the graph, then 
the traverser is sent to that location
+ * in the graph via a message. The messages of TraversalVertexProgram are 
traversers. This continues until all
+ * traversers in the computation have halted.
  *
  * @author Marko A. Rodriguez (http://markorodriguez.com)
  */

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
index 222fdab..1dccead 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
@@ -2406,10 +2406,10 @@ public interface 

tinkerpop git commit: Fixed some bad javadoc CTR

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 699a5aa63 -> ae562c183


Fixed some bad javadoc CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ae562c18
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ae562c18
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ae562c18

Branch: refs/heads/tp32
Commit: ae562c183eee1d708759413e8c31b5db5db07295
Parents: 699a5aa
Author: Stephen Mallette 
Authored: Thu May 17 15:42:06 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:06 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
index 3cb4d00..8694974 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
@@ -63,6 +63,7 @@ import 
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics;
 import org.apache.tinkerpop.gremlin.structure.Direction;
+import org.apache.tinkerpop.gremlin.structure.Edge;
 import org.apache.tinkerpop.gremlin.structure.Element;
 import org.apache.tinkerpop.gremlin.structure.Graph;
 import org.apache.tinkerpop.gremlin.structure.Vertex;
@@ -82,15 +83,15 @@ import java.util.List;
 import java.util.Optional;
 import java.util.Set;
 
-
 /**
- * TraversalVertexProgram enables the evaluation of a {@link Traversal} on a 
{@link org.apache.tinkerpop.gremlin.process.computer.GraphComputer}.
- * At the start of the computation, each {@link Vertex} (or {@link 
org.apache.tinkerpop.gremlin.structure.Edge}) is assigned a single {@link 
Traverser}.
- * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and processes that step.
- * If the outputted traverser of the step references a local structure on the 
vertex (e.g. the vertex, an incident edge, its properties, or an arbitrary 
object),
- * then the vertex continues to compute the next traverser. If the traverser 
references another location in the graph,
- * then the traverser is sent to that location in the graph via a message. The 
messages of TraversalVertexProgram are traversers.
- * This continues until all traversers in the computation have halted.
+ * {@code TraversalVertexProgram} enables the evaluation of a {@link 
Traversal} on a {@link GraphComputer}.
+ * At the start of the computation, each {@link Vertex} (or {@link Edge}) is 
assigned a single {@link Traverser}.
+ * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and
+ * processes that step. If the outputted traverser of the step references a 
local structure on the vertex (e.g. the
+ * vertex, an incident edge, its properties, or an arbitrary object), then the 
vertex continues to compute the next
+ * traverser. If the traverser references another location in the graph, then 
the traverser is sent to that location
+ * in the graph via a message. The messages of TraversalVertexProgram are 
traversers. This continues until all
+ * traversers in the computation have halted.
  *
  * @author Marko A. Rodriguez (http://markorodriguez.com)
  */

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ae562c18/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
index 222fdab..1dccead 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
@@ -2406,10 +2406,10 @@ public interface 

tinkerpop git commit: Fixed some bad javadoc CTR

2018-05-17 Thread spmallette
Repository: tinkerpop
Updated Branches:
  refs/heads/master 489592e44 -> 32c53064e


Fixed some bad javadoc CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/32c53064
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/32c53064
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/32c53064

Branch: refs/heads/master
Commit: 32c53064e3c353cfb32006ff249ff8f2adf1710b
Parents: 489592e
Author: Stephen Mallette 
Authored: Thu May 17 15:42:06 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:39 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/32c53064/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
index 3cb4d00..8694974 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/TraversalVertexProgram.java
@@ -63,6 +63,7 @@ import 
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalHelper;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMatrix;
 import org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics;
 import org.apache.tinkerpop.gremlin.structure.Direction;
+import org.apache.tinkerpop.gremlin.structure.Edge;
 import org.apache.tinkerpop.gremlin.structure.Element;
 import org.apache.tinkerpop.gremlin.structure.Graph;
 import org.apache.tinkerpop.gremlin.structure.Vertex;
@@ -82,15 +83,15 @@ import java.util.List;
 import java.util.Optional;
 import java.util.Set;
 
-
 /**
- * TraversalVertexProgram enables the evaluation of a {@link Traversal} on a 
{@link org.apache.tinkerpop.gremlin.process.computer.GraphComputer}.
- * At the start of the computation, each {@link Vertex} (or {@link 
org.apache.tinkerpop.gremlin.structure.Edge}) is assigned a single {@link 
Traverser}.
- * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and processes that step.
- * If the outputted traverser of the step references a local structure on the 
vertex (e.g. the vertex, an incident edge, its properties, or an arbitrary 
object),
- * then the vertex continues to compute the next traverser. If the traverser 
references another location in the graph,
- * then the traverser is sent to that location in the graph via a message. The 
messages of TraversalVertexProgram are traversers.
- * This continues until all traversers in the computation have halted.
+ * {@code TraversalVertexProgram} enables the evaluation of a {@link 
Traversal} on a {@link GraphComputer}.
+ * At the start of the computation, each {@link Vertex} (or {@link Edge}) is 
assigned a single {@link Traverser}.
+ * For each traverser that is local to the vertex, the vertex looks up its 
current location in the traversal and
+ * processes that step. If the outputted traverser of the step references a 
local structure on the vertex (e.g. the
+ * vertex, an incident edge, its properties, or an arbitrary object), then the 
vertex continues to compute the next
+ * traverser. If the traverser references another location in the graph, then 
the traverser is sent to that location
+ * in the graph via a message. The messages of TraversalVertexProgram are 
traversers. This continues until all
+ * traversers in the computation have halted.
  *
  * @author Marko A. Rodriguez (http://markorodriguez.com)
  */

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/32c53064/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--
diff --git 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
index 8a865ca..0fd3599 100644
--- 
a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
+++ 
b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
@@ -2421,10 +2421,10 @@ public interface 

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

2018-05-17 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/ef2cd572
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ef2cd572
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/ef2cd572

Branch: refs/heads/tp33
Commit: ef2cd5720e291038c8f3f1dea105e76cf740b153
Parents: b04e024 ae562c1
Author: Stephen Mallette 
Authored: Thu May 17 15:42:24 2018 -0400
Committer: Stephen Mallette 
Committed: Thu May 17 15:42:24 2018 -0400

--
 .../computer/traversal/TraversalVertexProgram.java | 17 +
 .../traversal/dsl/graph/GraphTraversal.java|  6 +++---
 2 files changed, 12 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ef2cd572/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
--