You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2017/11/02 17:39:18 UTC

[1/4] tinkerpop git commit: Removed references to "incubating" [Forced Update!]

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1824 273d37775 -> 7fe2ec7a4 (forced update)


Removed references to "incubating"

How can those still be hanging around?! CTR


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

Branch: refs/heads/TINKERPOP-1824
Commit: 44f0a336b3c8e63c5fda9b11f3c4d0ce7bb9b673
Parents: f2b4fb9
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Nov 2 13:11:58 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Nov 2 13:11:58 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/44f0a336/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 4285c37..ef49abf 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache TinkerPop (incubating)
+Apache TinkerPop
 Copyright 2015-2017 The Apache Software Foundation.
 
 This product includes software developed at

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/44f0a336/gremlin-console/src/main/static/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/static/NOTICE b/gremlin-console/src/main/static/NOTICE
index e1a1a43..5bb0d9e 100644
--- a/gremlin-console/src/main/static/NOTICE
+++ b/gremlin-console/src/main/static/NOTICE
@@ -1,4 +1,4 @@
-Apache TinkerPop (incubating)
+Apache TinkerPop
 Copyright 2015-2017 The Apache Software Foundation.
 
 This product includes software developed at

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/44f0a336/gremlin-server/src/main/static/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/static/NOTICE b/gremlin-server/src/main/static/NOTICE
index f86b996..86a453d 100644
--- a/gremlin-server/src/main/static/NOTICE
+++ b/gremlin-server/src/main/static/NOTICE
@@ -1,4 +1,4 @@
-Apache TinkerPop (incubating)
+Apache TinkerPop
 Copyright 2015-2017 The Apache Software Foundation.
 
 This product includes software developed at


[4/4] tinkerpop git commit: Bump to Netty 4.0.52

Posted by rd...@apache.org.
Bump to Netty 4.0.52


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

Branch: refs/heads/TINKERPOP-1824
Commit: 7fe2ec7a4e1aff7cc7cc6c6e59b574fafa9de933
Parents: 4780f29
Author: Robert Dale <ro...@gmail.com>
Authored: Thu Nov 2 13:22:33 2017 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Thu Nov 2 13:39:03 2017 -0400

----------------------------------------------------------------------
 CHANGELOG.asciidoc                     | 1 +
 gremlin-console/src/main/static/NOTICE | 2 +-
 gremlin-server/src/main/static/NOTICE  | 2 +-
 pom.xml                                | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7fe2ec7a/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index fcba906..52ba2a3 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 [[release-3-2-7]]
 === TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET)
 
+* Bump to Netty 4.0.52
 * `TraversalVertexProgram` ``profile()` now accounts for worker iteration in `GraphComputer` OLAP.
 * Added a test for self-edges and fixed `Neo4jVertex` to provided repeated self-edges on `BOTH`.
 * Better respected permissions on the `plugins.txt` file and prevented writing if marked as read-only.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7fe2ec7a/gremlin-console/src/main/static/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/static/NOTICE b/gremlin-console/src/main/static/NOTICE
index bae8e13..2de1e0c 100644
--- a/gremlin-console/src/main/static/NOTICE
+++ b/gremlin-console/src/main/static/NOTICE
@@ -54,7 +54,7 @@ JavaTuples 1.2
 Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org)
 
 ------------------------------------------------------------------------
-Netty 4.0.50
+Netty 4.0.52
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7fe2ec7a/gremlin-server/src/main/static/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/static/NOTICE b/gremlin-server/src/main/static/NOTICE
index 5db3e96..cdc126a 100644
--- a/gremlin-server/src/main/static/NOTICE
+++ b/gremlin-server/src/main/static/NOTICE
@@ -55,6 +55,6 @@ LongAdder), which was released with the following comments:
     http://creativecommons.org/publicdomain/zero/1.0/
 
 ------------------------------------------------------------------------
-Netty 4.0.50
+Netty 4.0.52
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7fe2ec7a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a93109..94951cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ limitations under the License.
         <javadoc-plugin.version>2.10.4</javadoc-plugin.version>
         <jcabi.version>1.1</jcabi.version>
         <metrics.version>3.0.2</metrics.version>
-        <netty.version>4.0.50.Final</netty.version>
+        <netty.version>4.0.52.Final</netty.version>
         <slf4j.version>1.7.21</slf4j.version>
         <snakeyaml.version>1.15</snakeyaml.version>
         <spark.version>1.6.1</spark.version>


[3/4] tinkerpop git commit: Missed a netty version bump in NOTICE CTR

Posted by rd...@apache.org.
Missed a netty version bump in NOTICE CTR


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

Branch: refs/heads/TINKERPOP-1824
Commit: 4780f298294f268e0fc7a96854b6cacb92e5651d
Parents: 79685f1
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Nov 2 13:32:11 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Nov 2 13:32:11 2017 -0400

----------------------------------------------------------------------
 gremlin-server/src/main/static/NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4780f298/gremlin-server/src/main/static/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/static/NOTICE b/gremlin-server/src/main/static/NOTICE
index a1c2056..5db3e96 100644
--- a/gremlin-server/src/main/static/NOTICE
+++ b/gremlin-server/src/main/static/NOTICE
@@ -55,6 +55,6 @@ LongAdder), which was released with the following comments:
     http://creativecommons.org/publicdomain/zero/1.0/
 
 ------------------------------------------------------------------------
-Netty 4.0.34
+Netty 4.0.50
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project


[2/4] tinkerpop git commit: Bump netty version to current in the NOTICE CTR

Posted by rd...@apache.org.
Bump netty version to current in the NOTICE CTR


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

Branch: refs/heads/TINKERPOP-1824
Commit: 79685f16a24a3d0685280eaef89e45036cf7f5cd
Parents: 44f0a33
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Nov 2 13:30:27 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Nov 2 13:30:27 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/79685f16/gremlin-console/src/main/static/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-console/src/main/static/NOTICE b/gremlin-console/src/main/static/NOTICE
index 5bb0d9e..bae8e13 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.7 (AL ASF)
+Apache Groovy 2.4.11 (AL ASF)
 ------------------------------------------------------------------------
 This product includes/uses ANTLR (http://www.antlr2.org/)
 developed by Terence Parr 1989-2006
@@ -54,7 +54,7 @@ JavaTuples 1.2
 Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org)
 
 ------------------------------------------------------------------------
-Netty 4.0.34
+Netty 4.0.50
 ------------------------------------------------------------------------
 Copyright 2014 The Netty Project
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/79685f16/gremlin-server/src/main/static/NOTICE
----------------------------------------------------------------------
diff --git a/gremlin-server/src/main/static/NOTICE b/gremlin-server/src/main/static/NOTICE
index 86a453d..a1c2056 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.7 (AL ASF)
+Apache Groovy 2.4.11 (AL ASF)
 ------------------------------------------------------------------------
 This product includes/uses ANTLR (http://www.antlr2.org/)
 developed by Terence Parr 1989-2006