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/12/11 13:22:22 UTC

[tinkerpop] 01/01: Merge pull request #1225 from apache/TINKERPOP-2317

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 c14aa9e3776514dbcca9c10047f8962738582bdf
Merge: fcf340d b09ba5b
Author: stephen mallette <sp...@users.noreply.github.com>
AuthorDate: Wed Dec 11 08:22:13 2019 -0500

    Merge pull request #1225 from apache/TINKERPOP-2317
    
    TINKERPOP-2317 Removed Python 2 support

 CHANGELOG.asciidoc                                 |   1 +
 .../gremlin-server-integration-secure.yaml         |   5 +-
 .../gremlin-server/gremlin-server-integration.yaml |   5 +-
 docs/preprocessor/awk/init-code-blocks.awk         |  45 ---
 docs/preprocessor/awk/language-variants.awk        |   7 -
 docs/preprocessor/awk/prepare.awk                  |   3 -
 docs/preprocessor/awk/tabify.awk                   |   3 -
 docs/preprocessor/install-plugins.sh               |   3 -
 docs/preprocessor/preprocess-file.sh               |   2 +-
 docs/site/home/providers.html                      |   2 +-
 docs/src/reference/gremlin-variants.asciidoc       | 144 +++------
 docs/src/upgrade/release-3.5.x.asciidoc            |  12 +
 gremlin-dotnet/test/pom.xml                        |   4 -
 gremlin-javascript/pom.xml                         |   4 -
 gremlin-python/glv/generate.groovy                 |   4 +-
 gremlin-python/pom.xml                             | 340 +++------------------
 .../python/jsr223/GremlinJythonScriptEngine.java   | 250 ---------------
 .../jsr223/GremlinJythonScriptEngineFactory.java   | 115 -------
 .../gremlin/python/jsr223/JythonTranslator.java    |  81 -----
 .../gremlin/python/jsr223/PythonTranslator.java    | 267 ----------------
 .../gremlin/python/jsr223/SymbolHelper.java        |  65 ----
 gremlin-python/src/main/{jython => python}/LICENSE |   0
 .../src/main/{jython => python}/MANIFEST.in        |   0
 gremlin-python/src/main/{jython => python}/NOTICE  |   0
 .../src/main/{jython => python}/README.rst         |   0
 .../src/main/{jython => python}/example.py         |   0
 .../process => python/gremlin_python}/__init__.py  |   0
 .../gremlin_python/driver/__init__.py              |   0
 .../gremlin_python/driver/client.py                |   0
 .../gremlin_python/driver/connection.py            |   0
 .../driver/driver_remote_connection.py             |   0
 .../gremlin_python/driver/protocol.py              |   0
 .../gremlin_python/driver/remote_connection.py     |   0
 .../gremlin_python/driver/request.py               |   0
 .../gremlin_python/driver/resultset.py             |   0
 .../gremlin_python/driver/serializer.py            |   0
 .../gremlin_python/driver/tornado/__init__.py      |   0
 .../gremlin_python/driver/tornado/transport.py     |   0
 .../gremlin_python/driver/transport.py             |   0
 .../gremlin_python/process}/__init__.py            |   0
 .../gremlin_python/process/anonymous_traversal.py  |   0
 .../gremlin_python/process/graph_traversal.py      |   0
 .../gremlin_python/process/strategies.py           |   0
 .../gremlin_python/process/traversal.py            |   0
 .../{jython => python}/gremlin_python/statics.py   |  37 +--
 .../gremlin_python/structure}/__init__.py          |   0
 .../gremlin_python/structure/graph.py              |   0
 .../gremlin_python/structure/io}/__init__.py       |   0
 .../gremlin_python/structure/io/graphbinaryV1.py   |  10 +-
 .../gremlin_python/structure/io/graphsonV2d0.py    |   7 +-
 .../gremlin_python/structure/io/graphsonV3d0.py    |   7 +-
 .../{jython => python}/radish/feature_steps.py     |  41 ++-
 .../src/main/{jython => python}/radish/terrain.py  |   2 +-
 .../src/main/{jython => python}/runtest.py         |   0
 .../src/main/{jython => python}/setup.cfg          |   0
 .../src/main/{jython => python}/setup.py           |   3 +-
 .../tests/driver => python/tests}/__init__.py      |   0
 .../src/main/{jython => python}/tests/conftest.py  |   0
 .../tests => python/tests/driver}/__init__.py      |   0
 .../{jython => python}/tests/driver/test_client.py |   0
 .../tests/driver/test_driver_remote_connection.py  |   2 +-
 .../test_driver_remote_connection_threaded.py      |   0
 .../tests/driver/test_serializer.py                |   0
 .../io => python/tests/process}/__init__.py        |   0
 .../{jython => python}/tests/process/test_dsl.py   |   0
 .../tests/process/test_strategies.py               |   0
 .../tests/process/test_traversal.py                |   0
 .../{jython => python}/tests/structure/__init__.py |   0
 .../tests/structure/io}/__init__.py                |   0
 .../tests/structure/io/test_functionalityio.py     |  17 +-
 .../tests/structure/io/test_graphbinaryV1.py       |   9 +-
 .../tests/structure/io/test_graphsonV2d0.py        |   2 -
 .../tests/structure/io/test_graphsonV3d0.py        |   2 -
 .../tests/structure/test_graph.py                  |   4 -
 .../main/{jython => python}/tests/test_statics.py  |   0
 .../services/javax.script.ScriptEngineFactory      |  20 --
 ...erpop.gremlin.jsr223.GremlinScriptEngineFactory |   1 -
 .../jsr223/GremlinJythonScriptEngineTest.java      | 105 -------
 .../python/jsr223/JythonScriptEngineSetup.java     |  63 ----
 .../python/jsr223/JythonTranslatorTest.java        | 122 --------
 .../python/jsr223/PythonComputerProvider.java      |  36 ---
 .../jsr223/PythonGraphSONJavaTranslator.java       | 118 -------
 .../jsr223/PythonGremlinScriptEngineTest.java      |  33 --
 .../python/jsr223/PythonProcessComputerTest.java   |  35 ---
 .../python/jsr223/PythonProcessStandardTest.java   |  35 ---
 .../gremlin/python/jsr223/PythonProvider.java      | 158 ----------
 .../structure/io/graphson/GraphSONReaderTest.java  | 155 ----------
 .../structure/io/graphson/GraphSONWriterTest.java  | 163 ----------
 .../src/test/resources/log4j-silent.properties     |  23 --
 .../src/test/resources/log4j-test.properties       |  23 --
 gremlin-server/conf/gremlin-server-modern-py.yaml  |  59 ----
 .../src/test/scripts/test-server-start.groovy      |   8 -
 gremlin-test/features/branch/Branch.feature        |  16 +-
 gremlin-test/features/branch/Choose.feature        |   6 +-
 gremlin-test/features/filter/Is.feature            |   3 +-
 gremlin-test/features/filter/Or.feature            |   3 +-
 gremlin-test/features/map/Select.feature           |   3 +-
 .../jsr223/GremlinEnabledScriptEngineTest.java     |   6 +-
 98 files changed, 188 insertions(+), 2511 deletions(-)