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

florianhockmann pushed a change to branch TINKERPOP-2288
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard fc1c5cf  TINKERPOP-2288 Replace closed connections directly
     add 329f0d8  Bumped to groovy 2.5.11 CTR
     add c44e130  TINKERPOP-2357 Added :cls command to clear console screen
     add efa36a0  Merge branch 'TINKERPOP-2357' into 3.4-dev
     add be2c17a  TINKERPOP-2355 Bump jackson to 2.9.10.4 CTR
     add dcafd0c  Merge branch '3.3-dev' into 3.4-dev
     add d62edb0  TINKERPOP-2354 Improve documentation around "g" creation CTR
     add 7a8c7c0  Merge branch '3.3-dev' into 3.4-dev
     add 2bda06c  TINKERPOP-2354 Add note about creation of "g" to 
documentation CTR
     add 8b1f714  Modified code example in .net to show binding to a specific 
graph CTR
     add b258c00  encode return of mock gephi server with utf-8 for better 
compatibiilty with python 2/3 CTR
     add 58bd8f4  Merge branch '3.3-dev' into 3.4-dev
     add 7210d7a  TINKERPOP-2360 gremlin-python: fix up serializer out of range 
of int
     add afe9d70  TINKERPOP-2360 Added some extra assertions around numbers
     add a3cefa0  Merge branch '3.3-dev' into 3.4-dev
     add e7995ef  Bump commons-codec 1.14
     add 4c4de66  Merge branch '3.3-dev' into 3.4-dev
     add 9e44fc1  Bump Netty 4.1.49
     add 693953f  Merge branch 'bump-netty' into 3.4-dev
     add fea8373  TINKERPOP-2288 Replace closed connections directly

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fc1c5cf)
            \
             N -- N -- N   refs/heads/TINKERPOP-2288 (fea8373)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                           |  7 ++++++-
 bin/gephi-mock.py                                            |  2 +-
 docs/src/reference/gremlin-applications.asciidoc             |  1 +
 docs/src/reference/intro.asciidoc                            |  4 +++-
 docs/src/tutorials/getting-started/index.asciidoc            |  2 ++
 docs/src/upgrade/release-3.4.x.asciidoc                      |  7 +++++++
 .../org/apache/tinkerpop/gremlin/console/Console.groovy      |  9 +++++++++
 .../commands/{SubmitCommand.groovy => ClsCommand.groovy}     | 12 ++++++------
 .../gremlin/console/commands/ClsCommand.properties}          |  4 +++-
 .../src/Gremlin.Net/Driver/Remote/DriverRemoteConnection.cs  |  2 +-
 .../Docs/Reference/GremlinVariantsTests.cs                   |  2 +-
 .../main/jython/gremlin_python/structure/io/graphsonV2d0.py  | 12 ++++++++++++
 .../main/jython/gremlin_python/structure/io/graphsonV3d0.py  | 11 +++++++++++
 gremlin-python/src/main/jython/tests/driver/test_client.py   | 11 +++++++++++
 .../src/main/jython/tests/structure/io/test_graphsonV2d0.py  | 11 +++++------
 .../src/main/jython/tests/structure/io/test_graphsonV3d0.py  | 11 +++++------
 gremlin-shaded/pom.xml                                       |  2 +-
 pom.xml                                                      |  6 +++---
 18 files changed, 88 insertions(+), 28 deletions(-)
 copy 
gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/{SubmitCommand.groovy
 => ClsCommand.groovy} (77%)
 copy 
gremlin-console/src/{test/resources/org/apache/tinkerpop/gremlin/console/jsr223/tinkergraph-empty.properties
 => 
main/resources/org/apache/tinkerpop/gremlin/console/commands/ClsCommand.properties}
 (90%)

Reply via email to