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/30 10:43:56 UTC

[tinkerpop] branch master updated (5213563 -> c4247ca)

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 5213563  Merge branch 'tp34'
     add 54cf91d  Upgrade commons-compress to version 1.19 due to CVE-2018-11771
     new 06d7dd8  Merge branch 'pr-1199' into tp33
     new fe1cfcd  Merge branch 'tp33' into tp34
     new c4247ca  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:
 CHANGELOG.asciidoc     |  3 +++
 hadoop-gremlin/pom.xml |  9 +++++++++
 spark-gremlin/pom.xml  | 10 ++++++++++
 3 files changed, 22 insertions(+)


[tinkerpop] 01/03: Merge branch 'pr-1199' into tp33

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 06d7dd817ae62d7c50e406257f0e364832f12d14
Merge: 9950746 54cf91d
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 30 06:34:05 2019 -0400

    Merge branch 'pr-1199' into tp33

 CHANGELOG.asciidoc     |  1 +
 hadoop-gremlin/pom.xml |  9 +++++++++
 spark-gremlin/pom.xml  | 10 ++++++++++
 3 files changed, 20 insertions(+)



[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 fe1cfcd2c777b92d460896063e057de6c455c259
Merge: 39167fc 06d7dd8
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 30 06:34:44 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc     |  1 +
 hadoop-gremlin/pom.xml |  9 +++++++++
 spark-gremlin/pom.xml  | 10 ++++++++++
 3 files changed, 20 insertions(+)



[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 c4247cab5dadad81e2c685dec40592554cd58d06
Merge: 5213563 fe1cfcd
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Sep 30 06:43:36 2019 -0400

    Merge branch 'tp34'

 CHANGELOG.asciidoc     |  3 +++
 hadoop-gremlin/pom.xml |  9 +++++++++
 spark-gremlin/pom.xml  | 10 ++++++++++
 3 files changed, 22 insertions(+)

diff --cc CHANGELOG.asciidoc
index 7cb8ef0,ad33e5c..a3c62cc
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -16,39 -16,6 +16,40 @@@ limitations under the License
  ////
  = TinkerPop3 CHANGELOG
  
 +== TinkerPop 3.5.0 (The Sleeping Gremlin: No. 18 Entr'acte symphonique)
 +
 +image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/gremlin-sleeping-beauty.png[width=185]
 +
 +[[release-3-5-0]]
 +=== TinkerPop 3.5.0 (Release Date: NOT OFFICIALLY RELEASED YET)
 +
 +This release also includes changes from <<release-3-4-3, 3.4.3>>.
 +
 +* Modified `null` handling in mutations to be consistent for a new `Vertex` as well as update to an existing one.
 +* Upgraded to Apache Commons Configuration2.
 +* Renamed `StoreStep` to `AggregateLocalStep`.
 +* Renamed `AggregateStep` to `AggregateGlobalStep`.
++* Renamed `SERVER_ERROR_SCRIPT_EVALUATION` to `SERVER_ERROR_EVALUATION` given that this response code applies to remote traversals as well as scripts.
 +* Configured GraphBinary as the default binary serialization format for the Java Driver.
 +* Configured GraphSON 3.0 as the default text serialization format when no serializer can be determined.
 +* Upgraded to Neo4j 3.4.11.
 +* Added a parameterized `TypeTranslator` for use with `GroovyTranslator` that should produce more cache hits.
 +* Added support for `TextP` in Neo4j using its string search functions.
 +* Removed the "experimental" support for multi/meta-properties in Neo4j.
 +* Removed Gryo serialization configurations from Gremlin Server sample configurations and default configurations.
 +* Removed previously deprecated `scriptEvaluationTimeout`.
 +* Removed previously deprecated remote traversal side-effects.
 +* Removed previously deprecated `Serializers.DEFAULT_RESULT_SERIALIZER` and `Serializers.DEFAULT_REQUEST_SERIALIZER`.
 +* Removed previously deprecated `decr` and `incr` from `Order`.
 +* Removed previously deprecated `TraversalSource.withRemote()`.
 +* Removed previously deprecated `ResponseHandlerContext` infrastructure.
 +* Removed previously deprecated `VertexProgram` related infrastructure.
 +* Removed previously deprecated SSL settings: `keyCertChainFile`, `keyFile`, `keyPassword` and `trustCertChainFile` and related infrastructure.
 +* Removed previously deprecated `PropertyMapStep` constructor and `isIncludeTokens`.
 +* Removed previously deprecated `StarGraph.builder()` and `StarGraph.Builder.create()`.
 +* Removed previously deprecated `AbstractOpProcessor.generateMetaData(ChannelHandlerContext, RequestMessage, ResponseStatusCode, Iterator)`
 +* Removed previously deprecated `BulkDumperVertexProgram` and `BulkLoaderVertexProgram`.
 +
  == TinkerPop 3.4.0 (Avant-Gremlin Construction #3 for Theremin and Flowers)
  
  image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/avant-gremlin.png[width=185]
diff --cc hadoop-gremlin/pom.xml
index 62129af,4cc1d91..0afb7e7
--- a/hadoop-gremlin/pom.xml
+++ b/hadoop-gremlin/pom.xml
@@@ -100,9 -100,9 +100,13 @@@ limitations under the License
                      <artifactId>servlet-api</artifactId>
                  </exclusion>
                  <exclusion>
 +                    <groupId>commons-lang</groupId>
 +                    <artifactId>commons-lang</artifactId>
 +                </exclusion>
++                <exclusion>
+                     <groupId>org.apache.commons</groupId>
+                     <artifactId>commons-compress</artifactId>
+                 </exclusion>
              </exclusions>
              <!--<scope>provided</scope>-->
          </dependency>