You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/07/11 10:51:14 UTC

[tinkerpop] branch master updated (0a30b73 -> 4ec2fbb)

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

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


    from 0a30b73  Merge branch 'tp34'
     new c041520  Fixed heading formatting CTR
     new b3866f4  Merge branch 'tp33' into tp34
     new 4ec2fbb  Merge branch 'tp34'

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:
 docs/src/upgrade/release-3.3.x.asciidoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


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

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

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

commit b3866f476f3cd0c883edad11b176acd152026fa7
Merge: 6400d2d c041520
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jul 11 06:50:53 2019 -0400

    Merge branch 'tp33' into tp34

 docs/src/upgrade/release-3.3.x.asciidoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


[tinkerpop] 03/03: Merge branch 'tp34'

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

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

commit 4ec2fbb47c2f6bb9023a6de0afdbdaeddf6722ce
Merge: 0a30b73 b3866f4
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jul 11 06:51:02 2019 -0400

    Merge branch 'tp34'

 docs/src/upgrade/release-3.3.x.asciidoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


[tinkerpop] 01/03: Fixed heading formatting CTR

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

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

commit c0415204060827ee4351756f0cc97b5213d16f51
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Thu Jul 11 06:49:54 2019 -0400

    Fixed heading formatting CTR
---
 docs/src/upgrade/release-3.3.x.asciidoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/src/upgrade/release-3.3.x.asciidoc b/docs/src/upgrade/release-3.3.x.asciidoc
index 8731837..d1400e7 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -27,7 +27,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 Please see the link:https://github.com/apache/tinkerpop/blob/3.3.8/CHANGELOG.asciidoc#release-3-3-8[changelog] for a complete list of all the modifications that are part of this release.
 
-== Upgrading for Users
+=== Upgrading for Users
 
 ==== Branch Steps Accept Predicates and Traversals
 
@@ -70,7 +70,7 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-2251[TINKERPOP-2251]
 
 Please see the link:https://github.com/apache/tinkerpop/blob/3.3.7/CHANGELOG.asciidoc#release-3-3-7[changelog] for a complete list of all the modifications that are part of this release.
 
-== Upgrading for Users
+=== Upgrading for Users
 
 ==== JavaScript DSL Pattern
 
@@ -129,7 +129,9 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-2182[TINKERPOP-2182]
 
 === Upgrading for Providers
 
-==== Detection of Anti-Patterns
+==== Graph Database Providers
+
+===== Detection of Anti-Patterns
 
 This release adds a strategy named `EdgeLabelVerificationStrategy`. The strategy will not be added by default to the traversal source, however, providers can add it explicitly to encourage (or enforce)
 users to always specify at least one edge label. `EdgeLabelVerificationStrategy` can be configured to either throw an exception if no edge label was specified, log a warning or do both.