You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2019/02/04 15:14:25 UTC

[tinkerpop] branch master updated (b52a1ff -> 9767e7d)

This is an automated email from the ASF dual-hosted git repository.

dkuppitz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from b52a1ff  Merge branch 'tp33'
     new f032eb1  CTR: Bumped EarlyLimitStrategy Gryo ID to be in line with master/
     new c635fb3  Merge branch 'tp33'
     new 9767e7d  CTR: cleaned up "LAST ID" comments

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tinkerpop/gremlin/structure/io/gryo/GryoVersion.java       | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[tinkerpop] 03/03: CTR: cleaned up "LAST ID" comments

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkuppitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 9767e7ddf4550a2ef7e8986699376770c520d999
Author: Daniel Kuppitz <da...@hotmail.com>
AuthorDate: Mon Feb 4 08:14:15 2019 -0700

    CTR: cleaned up "LAST ID" comments
---
 .../org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
index a676de9..3d68036 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
@@ -314,7 +314,7 @@ public enum GryoVersion {
 
             add(GryoTypeReg.of(Bytecode.class, 122, new GryoSerializersV3d0.BytecodeSerializer()));
             add(GryoTypeReg.of(P.class, 124, new GryoSerializersV3d0.PSerializer()));
-            add(GryoTypeReg.of(TextP.class, 186, new GryoSerializersV3d0.TextPSerializer())); // ***LAST ID***
+            add(GryoTypeReg.of(TextP.class, 186, new GryoSerializersV3d0.TextPSerializer()));
             add(GryoTypeReg.of(Lambda.class, 125, new GryoSerializersV3d0.LambdaSerializer()));
             add(GryoTypeReg.of(Bytecode.Binding.class, 126, new GryoSerializersV3d0.BindingSerializer()));
             add(GryoTypeReg.of(Order.class, 127));
@@ -342,7 +342,7 @@ public enum GryoVersion {
             add(GryoTypeReg.of(LazyBarrierStrategy.class, 150));
             add(GryoTypeReg.of(MatchPredicateStrategy.class, 151));
             add(GryoTypeReg.of(OrderLimitStrategy.class, 152));
-            add(GryoTypeReg.of(OptionsStrategy.class, 187));                            // ***LAST ID***
+            add(GryoTypeReg.of(OptionsStrategy.class, 187));
             add(GryoTypeReg.of(PathProcessorStrategy.class, 153));
             add(GryoTypeReg.of(PathRetractionStrategy.class, 154));
             add(GryoTypeReg.of(CountStrategy.class, 155));
@@ -577,7 +577,7 @@ public enum GryoVersion {
             add(GryoTypeReg.of(LazyBarrierStrategy.class, 150));
             add(GryoTypeReg.of(MatchPredicateStrategy.class, 151));
             add(GryoTypeReg.of(OrderLimitStrategy.class, 152));
-            add(GryoTypeReg.of(OptionsStrategy.class, 187));                            // ***LAST ID***
+            add(GryoTypeReg.of(OptionsStrategy.class, 187));
             add(GryoTypeReg.of(PathProcessorStrategy.class, 153));
             add(GryoTypeReg.of(PathRetractionStrategy.class, 154));
             add(GryoTypeReg.of(CountStrategy.class, 155));


[tinkerpop] 01/03: CTR: Bumped EarlyLimitStrategy Gryo ID to be in line with master/

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkuppitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit f032eb1913e54f094a244a57f791c7491d4f2c90
Author: Daniel Kuppitz <da...@hotmail.com>
AuthorDate: Mon Feb 4 08:11:20 2019 -0700

    CTR: Bumped EarlyLimitStrategy Gryo ID to be in line with master/
---
 .../org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
index d88a8c0..7c1dd5a 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java
@@ -336,7 +336,7 @@ public enum GryoVersion {
             add(GryoTypeReg.of(GraphFilterStrategy.class, 157));
             add(GryoTypeReg.of(LambdaRestrictionStrategy.class, 158));
             add(GryoTypeReg.of(ReadOnlyStrategy.class, 159));
-            add(GryoTypeReg.of(EarlyLimitStrategy.class, 186));   // ***LAST ID***
+            add(GryoTypeReg.of(EarlyLimitStrategy.class, 188));   // ***LAST ID***
             add(GryoTypeReg.of(MatchStep.CountMatchAlgorithm.class, 160));
             add(GryoTypeReg.of(MatchStep.GreedyMatchAlgorithm.class, 164));
 
@@ -555,7 +555,7 @@ public enum GryoVersion {
             add(GryoTypeReg.of(GraphFilterStrategy.class, 157));
             add(GryoTypeReg.of(LambdaRestrictionStrategy.class, 158));
             add(GryoTypeReg.of(ReadOnlyStrategy.class, 159));
-            add(GryoTypeReg.of(EarlyLimitStrategy.class, 186));   // ***LAST ID***
+            add(GryoTypeReg.of(EarlyLimitStrategy.class, 188));   // ***LAST ID***
             add(GryoTypeReg.of(MatchStep.CountMatchAlgorithm.class, 160));
             add(GryoTypeReg.of(MatchStep.GreedyMatchAlgorithm.class, 167));
             // skip 171, 172 to sync with tp33


[tinkerpop] 02/03: Merge branch 'tp33'

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkuppitz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit c635fb3ace21a9777fb43bae383b99560288a512
Merge: b52a1ff f032eb1
Author: Daniel Kuppitz <da...@hotmail.com>
AuthorDate: Mon Feb 4 08:11:34 2019 -0700

    Merge branch 'tp33'

 .../org/apache/tinkerpop/gremlin/structure/io/gryo/GryoVersion.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)