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

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


 discard 38e64db  TINKERPOP-1435 Add char serialization for GraphSON 3.0 in 
python
 discard aa766ef  TINKERPOP-1435 added Duration for graphson in python
 discard 3c8fe40  TINKERPOP-1435 Added Char support to graphson and python
 discard 1f17eaf  TINKERPOP-1435 Add ByteBuffer support in GraphSON for python
 discard e7b3fbb  TINKERPOP-1435 Add byte support in GraphSON extended module 
for python
 discard 8534e62  TINKERPOP-1435 Python support for BigInteger/BigDecimal
     new a30ff44  Bump to kerby 1.0.0 CTR
     new 91a9051  Updated NOTICE copyright date CTR
     new 56687a1  Add LICENSE and NOTICE for javascript
     new c8502ab  Updated nuget packages to have LICENSE/NOTICE in them
     new 2d68758  Pinned more_itertools in gremlin_python
     new 095cfb6  Removed unecessary build steps in dotnet and js CTR
     new 4fa5162  TINKERPOP-1435 Python support for BigInteger/BigDecimal
     new 5d540d8  TINKERPOP-1435 Add byte support in GraphSON extended module 
for python
     new 19d42c9  TINKERPOP-1435 Add ByteBuffer support in GraphSON for python
     new 480ed6d  TINKERPOP-1435 Added Char support to graphson and python
     new 202c497  TINKERPOP-1435 added Duration for graphson in python
     new 1cace8f  TINKERPOP-1435 Add char serialization for GraphSON 3.0 in 
python

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   (38e64db)
            \
             N -- N -- N   refs/heads/TINKERPOP-1435 (1cace8f)

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.

The 14018 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:
 NOTICE                                             |  6 ++---
 gremlin-console/src/main/static/NOTICE             |  2 +-
 .../src/main/jython => gremlin-dotnet}/LICENSE     |  0
 gremlin-dotnet/NOTICE                              |  5 ++++
 .../glv/Gremlin.Net.Template.nuspec.template       |  6 +++--
 gremlin-dotnet/glv/Gremlin.Net.csproj.template     |  5 ++++
 .../Gremlin.Net.Template.nuspec                    |  6 +++--
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |  5 ++++
 gremlin-dotnet/src/pom.xml                         | 25 ++++++++++++++++--
 gremlin-dotnet/test/pom.xml                        | 23 ++++++++++++++++-
 gremlin-javascript/pom.xml                         | 30 ++++++++++++++++------
 .../main/javascript/gremlin-javascript}/LICENSE    |  0
 .../src/main/javascript/gremlin-javascript/NOTICE  |  5 ++++
 gremlin-python/src/main/jython/NOTICE              |  2 +-
 gremlin-python/src/main/jython/setup.py            |  3 +++
 gremlin-server/pom.xml                             |  2 +-
 .../tinkerpop/gremlin/server/auth/JaasKrbUtil.java | 15 ++++++-----
 gremlin-server/src/main/static/NOTICE              |  2 +-
 gremlin-test/pom.xml                               |  2 +-
 hadoop-gremlin/pom.xml                             |  9 +++++++
 20 files changed, 124 insertions(+), 29 deletions(-)
 copy {gremlin-python/src/main/jython => gremlin-dotnet}/LICENSE (100%)
 create mode 100644 gremlin-dotnet/NOTICE
 copy {gremlin-python/src/main/jython => 
gremlin-javascript/src/main/javascript/gremlin-javascript}/LICENSE (100%)
 create mode 100644 
gremlin-javascript/src/main/javascript/gremlin-javascript/NOTICE

Reply via email to