You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ke...@apache.org on 2023/05/23 18:35:04 UTC

[tinkerpop] branch master updated (bffa4aead2 -> c48d6eaf6e)

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

kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from bffa4aead2 Merge pull request #2055
     add 588021a995 TINKERPOP-2703 Build on JDK17.
     new c48d6eaf6e Merge pull request #2056

The 1 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:
 .github/workflows/build-test.yml                   | 14 +++++++++++
 CHANGELOG.asciidoc                                 |  1 +
 .../dev/developer/development-environment.asciidoc |  4 ++-
 docs/src/upgrade/release-3.7.x.asciidoc            | 18 ++++++++++++++
 gremlin-annotations/pom.xml                        |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../gremlin/jsr223/ScriptEngineCacheTest.java      |  5 ++++
 gremlin-groovy/pom.xml                             |  2 +-
 .../src/test/scripts/generate-all.groovy           |  4 ---
 gremlin-tools/gremlin-benchmark/pom.xml            |  2 ++
 pom.xml                                            | 29 ++++++++++++++++++++--
 .../gremlin/tinkergraph/structure/TinkerGraph.java |  6 ++---
 14 files changed, 78 insertions(+), 15 deletions(-)


[tinkerpop] 01/01: Merge pull request #2056

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit c48d6eaf6e68adb82fdb29b994a6267b6547ce6c
Merge: bffa4aead2 588021a995
Author: kenhuuu <10...@users.noreply.github.com>
AuthorDate: Tue May 23 11:34:57 2023 -0700

    Merge pull request #2056
    
    TINKERPOP-2703 Build on JDK17

 .github/workflows/build-test.yml                   | 14 +++++++++++
 CHANGELOG.asciidoc                                 |  1 +
 .../dev/developer/development-environment.asciidoc |  4 ++-
 docs/src/upgrade/release-3.7.x.asciidoc            | 18 ++++++++++++++
 gremlin-annotations/pom.xml                        |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  2 +-
 .../gremlin/jsr223/ScriptEngineCacheTest.java      |  5 ++++
 gremlin-groovy/pom.xml                             |  2 +-
 .../src/test/scripts/generate-all.groovy           |  4 ---
 gremlin-tools/gremlin-benchmark/pom.xml            |  2 ++
 pom.xml                                            | 29 ++++++++++++++++++++--
 .../gremlin/tinkergraph/structure/TinkerGraph.java |  6 ++---
 14 files changed, 78 insertions(+), 15 deletions(-)