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>

Reply via email to