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/03/17 20:02:30 UTC

[tinkerpop] branch master updated (582fffb383 -> 17b53c2c48)

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 582fffb383 Merge branch '3.6-dev'
     add aa4d3aebc6 TINKERPOP-2373 Bump to Groovy 4.0.9/GMavenPlus 2.1.0
     new 17b53c2c48 Merge pull request #1986

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:
 CHANGELOG.asciidoc                                 |  2 ++
 gremlin-console/pom.xml                            |  9 +++++++
 .../tinkerpop/gremlin/console/Colorizer.groovy     |  2 +-
 .../tinkerpop/gremlin/console/Console.groovy       | 14 ++++------
 .../gremlin/console/GremlinGroovysh.groovy         | 10 +++----
 .../tinkerpop/gremlin/console/PluggedIn.groovy     |  3 +--
 .../tinkerpop/gremlin/console/Preferences.groovy   |  2 +-
 .../console/commands/BytecodeCommand.groovy        |  4 +--
 .../gremlin/console/commands/ClsCommand.groovy     |  4 +--
 .../console/commands/GremlinSetCommand.groovy      | 12 ++++-----
 .../gremlin/console/commands/InstallCommand.groovy |  6 ++---
 .../gremlin/console/commands/PluginCommand.groovy  |  4 +--
 .../gremlin/console/commands/RemoteCommand.groovy  |  4 +--
 .../gremlin/console/commands/SubmitCommand.groovy  |  4 +--
 .../console/commands/UninstallCommand.groovy       |  4 +--
 gremlin-console/src/main/static/LICENSE            |  1 +
 gremlin-console/src/main/static/NOTICE             | 11 +++-----
 .../src/main/static/licenses/treelayout            | 29 ++++++++++++++++++++
 .../jsr223/DriverRemoteAcceptorIntegrateTest.java  |  2 +-
 .../console/jsr223/DriverRemoteAcceptorTest.java   |  2 +-
 .../jsr223/GephiRemoteAcceptorIntegrateTest.java   |  2 +-
 .../jsr223/MockGroovyGremlinShellEnvironment.java  |  2 +-
 .../console/jsr223/UtilitiesGremlinPluginTest.java |  2 +-
 gremlin-dotnet/src/pom.xml                         |  4 +--
 gremlin-dotnet/test/pom.xml                        |  2 +-
 gremlin-driver/pom.xml                             |  4 +--
 gremlin-go/pom.xml                                 |  2 +-
 gremlin-groovy/pom.xml                             | 31 +++++-----------------
 .../jsr223/GremlinGroovyScriptEngineTest.java      |  2 --
 gremlin-javascript/pom.xml                         |  2 +-
 gremlin-python/pom.xml                             |  2 +-
 gremlin-server/src/main/static/LICENSE             |  1 +
 gremlin-server/src/main/static/NOTICE              | 11 +++-----
 gremlin-server/src/main/static/licenses/treelayout | 29 ++++++++++++++++++++
 .../gremlin/server/GremlinServerIntegrateTest.java |  4 +--
 gremlin-tools/gremlin-io-test/pom.xml              | 15 +++--------
 gremlin-tools/gremlin-socket-server/pom.xml        | 13 ++-------
 gremlint/pom.xml                                   |  2 +-
 pom.xml                                            | 25 ++++++-----------
 39 files changed, 146 insertions(+), 138 deletions(-)
 create mode 100644 gremlin-console/src/main/static/licenses/treelayout
 create mode 100644 gremlin-server/src/main/static/licenses/treelayout


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

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 17b53c2c48a7a7932c41fb8d7fa47cb217e1c659
Merge: 582fffb383 aa4d3aebc6
Author: kenhuuu <10...@users.noreply.github.com>
AuthorDate: Fri Mar 17 13:02:22 2023 -0700

    Merge pull request #1986
    
    TINKERPOP-2373 Bump to Groovy 4.0.9/GMavenPlus 2.1.0

 CHANGELOG.asciidoc                                 |  2 ++
 gremlin-console/pom.xml                            |  9 +++++++
 .../tinkerpop/gremlin/console/Colorizer.groovy     |  2 +-
 .../tinkerpop/gremlin/console/Console.groovy       | 14 ++++------
 .../gremlin/console/GremlinGroovysh.groovy         | 10 +++----
 .../tinkerpop/gremlin/console/PluggedIn.groovy     |  3 +--
 .../tinkerpop/gremlin/console/Preferences.groovy   |  2 +-
 .../console/commands/BytecodeCommand.groovy        |  4 +--
 .../gremlin/console/commands/ClsCommand.groovy     |  4 +--
 .../console/commands/GremlinSetCommand.groovy      | 12 ++++-----
 .../gremlin/console/commands/InstallCommand.groovy |  6 ++---
 .../gremlin/console/commands/PluginCommand.groovy  |  4 +--
 .../gremlin/console/commands/RemoteCommand.groovy  |  4 +--
 .../gremlin/console/commands/SubmitCommand.groovy  |  4 +--
 .../console/commands/UninstallCommand.groovy       |  4 +--
 gremlin-console/src/main/static/LICENSE            |  1 +
 gremlin-console/src/main/static/NOTICE             | 11 +++-----
 .../src/main/static/licenses/treelayout            | 29 ++++++++++++++++++++
 .../jsr223/DriverRemoteAcceptorIntegrateTest.java  |  2 +-
 .../console/jsr223/DriverRemoteAcceptorTest.java   |  2 +-
 .../jsr223/GephiRemoteAcceptorIntegrateTest.java   |  2 +-
 .../jsr223/MockGroovyGremlinShellEnvironment.java  |  2 +-
 .../console/jsr223/UtilitiesGremlinPluginTest.java |  2 +-
 gremlin-dotnet/src/pom.xml                         |  4 +--
 gremlin-dotnet/test/pom.xml                        |  2 +-
 gremlin-driver/pom.xml                             |  4 +--
 gremlin-go/pom.xml                                 |  2 +-
 gremlin-groovy/pom.xml                             | 31 +++++-----------------
 .../jsr223/GremlinGroovyScriptEngineTest.java      |  2 --
 gremlin-javascript/pom.xml                         |  2 +-
 gremlin-python/pom.xml                             |  2 +-
 gremlin-server/src/main/static/LICENSE             |  1 +
 gremlin-server/src/main/static/NOTICE              | 11 +++-----
 gremlin-server/src/main/static/licenses/treelayout | 29 ++++++++++++++++++++
 .../gremlin/server/GremlinServerIntegrateTest.java |  4 +--
 gremlin-tools/gremlin-io-test/pom.xml              | 15 +++--------
 gremlin-tools/gremlin-socket-server/pom.xml        | 13 ++-------
 gremlint/pom.xml                                   |  2 +-
 pom.xml                                            | 25 ++++++-----------
 39 files changed, 146 insertions(+), 138 deletions(-)