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 2022/06/13 19:01:39 UTC

[tinkerpop] branch master updated (1e28a2ca0f -> d0e72e10e7)

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 1e28a2ca0f Merge branch '3.6-dev'
     add db1a91ab68 Bump netty version to 4.1.77.Final
     new 78bb2a3763 Merge branch 'pr-1692' into 3.5-dev
     new 1a4cf962a2 Updated changelog CTR
     new f7077a8ecf Merge branch '3.5-dev' into 3.6-dev
     new d0e72e10e7 Merge branch '3.6-dev'

The 4 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 ++-
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


[tinkerpop] 02/04: Updated changelog 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 1a4cf962a26f82ee639851c45708e8cdafd98901
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 13 14:59:42 2022 -0400

    Updated changelog CTR
---
 CHANGELOG.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index b75eb249d2..bb660d0ef3 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -28,7 +28,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Added getters to high and low properties in RangeLocalStep.
 * Added GraphBinary serialization support to gremlin-javascript.
 * Improved startup time by removing unnecessary DNS lookup.
-* Changed logback version to 1.2.9 from 1.2.3
+* Bumped to logback 1.2.9.
+* Bumped to netty 4.1.77.
 * Added GraphBinary support in gremlin-python for short, bigdecimal and biginteger.
 * Fixed bug in `PartitionStrategy` where the use of `AbstractLambdaTraversal` caused an unexpected exception.
 * Deprecated and removed functionality of the `connectOnStartup` option in `gremlin-javascript` to resolve potential `unhandledRejection` and race conditions.


[tinkerpop] 01/04: Merge branch 'pr-1692' into 3.5-dev

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 78bb2a3763e6ec377f6edbf37faff21fd4d4cb71
Merge: bc4d687cb3 db1a91ab68
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 13 14:58:32 2022 -0400

    Merge branch 'pr-1692' into 3.5-dev

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[tinkerpop] 03/04: Merge branch '3.5-dev' into 3.6-dev

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 f7077a8ecf21bd204c7eabe5e988012022799a40
Merge: cd9ae4e3da 1a4cf962a2
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 13 15:00:12 2022 -0400

    Merge branch '3.5-dev' into 3.6-dev

 CHANGELOG.asciidoc | 3 ++-
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --cc pom.xml
index 041d04952c,8ba0125126..de9a8fb1b6
--- a/pom.xml
+++ b/pom.xml
@@@ -171,13 -168,13 +171,13 @@@ limitations under the License
          <jcabi.version>1.2.1</jcabi.version>
          <junit.version>4.13.1</junit.version>
          <kerby.version>2.0.1</kerby.version>
 -        <log4j.version>1.2.17</log4j.version>
 +        <logback.version>1.2.9</logback.version>
          <metrics.version>3.0.2</metrics.version>
          <mockito.version>3.3.3</mockito.version>
-         <netty.version>4.1.72.Final</netty.version>
+         <netty.version>4.1.77.Final</netty.version>
          <slf4j.version>1.7.25</slf4j.version>
          <snakeyaml.version>1.27</snakeyaml.version>
 -        <spark.version>3.0.0</spark.version>
 +        <spark.version>3.2.0</spark.version>
          <powermock.version>2.0.9</powermock.version>
  
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


[tinkerpop] 04/04: Merge branch '3.6-dev'

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 d0e72e10e7684a16ae2a2baadc2a3150dc8754d6
Merge: 1e28a2ca0f f7077a8ecf
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 13 15:00:26 2022 -0400

    Merge branch '3.6-dev'

 CHANGELOG.asciidoc | 3 ++-
 pom.xml            | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)