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/06/05 11:41:17 UTC

[tinkerpop] branch master updated (6cd2dc4 -> 0fbca3a)

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 6cd2dc4  Merge branch 'tp34'
     new 7c207e5  TINKERPOP-2223 Bump to Jackson 2.9.9 CTR
     new 09df708  Merge branch 'tp33' into tp34
     new 0fbca3a  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     |  1 +
 gremlin-shaded/pom.xml | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)


[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 0fbca3a93bc1312456106c7a9f7f2fdecf46a4ab
Merge: 6cd2dc4 09df708
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Jun 5 07:41:05 2019 -0400

    Merge branch 'tp34'

 CHANGELOG.asciidoc     |  1 +
 gremlin-shaded/pom.xml | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)



[tinkerpop] 01/03: TINKERPOP-2223 Bump to Jackson 2.9.9 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 7c207e5f49aa0761e561cbb0bc7ff42c54984a7b
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Jun 5 07:40:18 2019 -0400

    TINKERPOP-2223 Bump to Jackson 2.9.9 CTR
---
 CHANGELOG.asciidoc     |  1 +
 gremlin-shaded/pom.xml | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 232312d..8117023 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -24,6 +24,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 === TinkerPop 3.3.8 (Release Date: NOT OFFICIALLY RELEASED YET)
 
 * Bump to Groovy 2.4.17.
+* Bump to Jackson 2.9.9.
 * Improved error messaging when an attempt is made to serialize multi-properties to GraphML.
 
 [[release-3-3-7]]
diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml
index 73fc019..7f8146c 100644
--- a/gremlin-shaded/pom.xml
+++ b/gremlin-shaded/pom.xml
@@ -25,32 +25,31 @@ limitations under the License.
     <artifactId>gremlin-shaded</artifactId>
     <name>Apache TinkerPop :: Gremlin Shaded</name>
     <dependencies>
+        <!-- Review the shade plugin config whenever you change the versions of these dependencies. Specifically,
+             validate that there are no package naming changes in these dependencies and that no new paths need
+             to be shaded -->
         <dependency>
             <groupId>com.esotericsoftware</groupId>
             <artifactId>kryo-shaded</artifactId>
-            <!-- Update the shade plugin config whenever you change this version -->
             <version>3.0.1</version>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.esotericsoftware</groupId>
             <artifactId>minlog</artifactId>
-            <!-- Update the shade plugin config whenever you change this version -->
             <version>1.3.0</version>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.objenesis</groupId>
             <artifactId>objenesis</artifactId>
-            <!-- Update the shade plugin config whenever you change this version -->
             <version>2.1</version>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <!-- Update the shade plugin config whenever you change this version; update what exactly? -->
-            <version>2.9.8</version>
+            <version>2.9.9</version>
             <optional>true</optional>
         </dependency>
     </dependencies>
@@ -98,8 +97,9 @@ limitations under the License.
                                     <shadedPattern>org.apache.tinkerpop.shaded.jackson</shadedPattern>
                                 </relocation>
                             </relocations>
-                            <!-- false below means the shade plugin overwrites the main project artifact (the one with no classifier).
-                                 false does *not* actually detach the main artifact, despite what the option name suggests. -->
+                            <!-- false below means the shade plugin overwrites the main project artifact (the one
+                                 with no classifier). false does *not* actually detach the main artifact, despite what
+                                 the option name suggests. -->
                             <shadedArtifactAttached>false</shadedArtifactAttached>
                             <minimizeJar>false</minimizeJar>
                         </configuration>


[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 09df7083f0015669dc32947c2eb617791c6720c6
Merge: a4d7cc5 7c207e5
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Jun 5 07:40:51 2019 -0400

    Merge branch 'tp33' into tp34

 CHANGELOG.asciidoc     |  1 +
 gremlin-shaded/pom.xml | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)