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/09/13 10:50:37 UTC

[tinkerpop] branch master updated (75b1906 -> 8c467c9)

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 75b1906  Merge branch 'tp34'
     new a075038  Minor text fixes CTR
     new 2d5cb47  Added upgrade docs and changelog entry CTR
     new 12afa42  Merge branch 'tp33' into tp34
     new 8c467c9  Merge branch 'tp34'

The 4 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:
 CHANGELOG.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[tinkerpop] 03/04: 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 12afa42180f76aae331c1d135c370ab65746d966
Merge: d4f7e9d 2d5cb47
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Sep 13 06:50:16 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



[tinkerpop] 01/04: Minor text fixes 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 a07503886ec2c8f7fb819433bb3d347633ddae84
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Sep 13 06:42:22 2019 -0400

    Minor text fixes CTR
---
 CHANGELOG.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 366d759..137f401 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,10 +26,10 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added `ImmutableExplanation` for a `TraversalExplanation` that just contains data.
 * Fixed `TraversalExplanation` deserialization in GraphSON 2 and 3 which was not supported before in Java.
 * Added support for custom request headers in Python.
-* Update jackson databind 2.9.9.3.
+* Bumped jackson databind 2.9.9.3.
 * Modified Java driver to use IP address rather than hostname to create connections.
 * Fixed potential for `NullPointerException` with empty identifiers in `GraphStep`.
-* Postpone the timing of transport creation to `connection.write` in Gremlin Python.
+* Postponed the timing of transport creation to `connection.write` in Gremlin Python.
 * Made `EventStrategy` compatible with multi-valued properties.
 
 [[release-3-3-8]]
@@ -37,8 +37,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 * Provided support for `withComputer()` in gremlin-javascript.
 * Deprecated remote traversal side-effect retrieval and related infrastructure.
-* Bump to Groovy 2.4.17.
-* Bump to Jackson Databind 2.9.9.1.
+* Bumped to Groovy 2.4.17.
+* Bumped to Jackson Databind 2.9.9.1.
 * Fixed bug with Python in `g:Date` of GraphSON where local time zone was being used during serialization/deserialization.
 * Improved error messaging when an attempt is made to serialize multi-properties to GraphML.
 * Deprecated multi/meta-property support in `Neo4jGraph`.


[tinkerpop] 02/04: Added upgrade docs and changelog entry 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 2d5cb4729c2b313983a4aa1868b7c9a1cae29fef
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 9 14:37:48 2019 -0400

    Added upgrade docs and changelog entry CTR
    
    Cherrypicked from tp34 as ab0bd216d345cf325a324f35a208b5b1a3de54d4 - not sure why this changelog/upgrade docs went to tp34 in the first place as this was definitely a tp33 change.
---
 CHANGELOG.asciidoc                      |  1 +
 docs/src/upgrade/release-3.3.x.asciidoc | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 137f401..f94bab3 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,6 +27,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Fixed `TraversalExplanation` deserialization in GraphSON 2 and 3 which was not supported before in Java.
 * Added support for custom request headers in Python.
 * Bumped jackson databind 2.9.9.3.
+* Fixed Java driver authentication problems when calling the driver from multiple threads.
 * Modified Java driver to use IP address rather than hostname to create connections.
 * Fixed potential for `NullPointerException` with empty identifiers in `GraphStep`.
 * Postponed the timing of transport creation to `connection.write` in Gremlin Python.
diff --git a/docs/src/upgrade/release-3.3.x.asciidoc b/docs/src/upgrade/release-3.3.x.asciidoc
index 5cd0a01..b667cf9 100644
--- a/docs/src/upgrade/release-3.3.x.asciidoc
+++ b/docs/src/upgrade/release-3.3.x.asciidoc
@@ -21,6 +21,22 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 *Gremlin Symphony #40 in G Minor*
 
+== TinkerPop 3.3.9
+
+*Release Date: NOT OFFICIALLY RELEASED YET*
+
+Please see the link:https://github.com/apache/tinkerpop/blob/3.3.9/CHANGELOG.asciidoc#release-3-3-9[changelog] for a complete list of all the modifications that are part of this release.
+
+=== Upgrading for Users
+
+==== Java Driver NoHostAvailableException
+
+Expect a `NoHostAvailableException` rather than a more generic `TimeoutException` if the Java driver is unable to
+connect to a `Host`. This sort of failure can occur in a number of different scenarios, but can often occur when there
+are configuration problems with authentication and SSL, preventing the connection to the `Host` to be established.
+
+link:https://issues.apache.org/jira/browse/TINKERPOP-2132[TINKERPOP-2132]
+
 == TinkerPop 3.3.8
 
 *Release Date: August 5, 2019*


[tinkerpop] 04/04: 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 8c467c92640df31f03e5b4a54201be1a4fb9e135
Merge: 75b1906 12afa42
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Fri Sep 13 06:50:24 2019 -0400

    Merge branch 'tp34'

 CHANGELOG.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)