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 a1406b1095e6dfa5d2fa3fca36fa1488a728b52c Merge: fd2c4b4a1d a80eaeb2ac Author: Stephen Mallette <[email protected]> AuthorDate: Sun Mar 15 06:35:04 2026 -0400 Merge branch '3.8-dev' CHANGELOG.asciidoc | 1 + .../apache/tinkerpop/gremlin/language/translator/Translator.java | 8 ++++++++ .../gremlin/language/translator/GremlinTranslatorTest.java | 8 ++++---- gremlin-dotnet/build/generate.groovy | 4 ++-- gremlin-go/build/generate.groovy | 4 ++-- gremlin-javascript/build/generate.groovy | 2 +- .../main/javascript/gremlin-javascript/test/cucumber/gremlin.js | 6 +++--- gremlin-python/build/generate.groovy | 4 ++-- gremlin-python/src/main/python/tests/feature/gremlin.py | 4 ++-- .../org/apache/tinkerpop/gremlin/features/StepDefinition.java | 2 +- 10 files changed, 26 insertions(+), 17 deletions(-) diff --cc gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/gremlin.js index 2afba67961,a3fc3a5ce5..f9d24fca01 --- a/gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/gremlin.js +++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/gremlin.js @@@ -6,9 -6,9 +6,9 @@@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at --* --* http://www.apache.org/licenses/LICENSE-2.0 --* ++* ++* http://www.apache.org/licenses/LICENSE-2.0 ++* * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
