Skip to content

Commit 500e2b2

Browse files
committed
Bumped to antlr 4.13.2 CTR
1 parent 06532a5 commit 500e2b2

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

CHANGELOG.asciidoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,18 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
2626
* Added `__contains__` and `keys()` to `Element` in `gremlin-python`.
2727
* Added `subgraph()` support for `gremlin-python` so that results are stored in a detached `Graph` object.
2828
* Modified grammar to make `discard()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
29-
* Removed `Meta` field from `ResponseResult` struct in `gremlin-go`
29+
* Removed `Meta` field from `ResponseResult` struct in `gremlin-go`.
3030
* Removed deprecated elements of the Java-based process testing suite: `ProcessStandardSuite`, `ProcessComputerSuite`, `ProcessLimitedSuite` and associated tests.
3131
* Removed redundant Gremlin Server integration testing: `org.apache.tinkerpop.gremlin.process.*` and related infrastructure.
3232
* Removed obsolete `gremlin-groovy` translation testing: `ParameterizedGroovyTranslatorProvider` and related infrastructure.
33-
* Replace `Bytecode` with `GremlinLang` & update serialization to GraphBinary 4 for `gremlin-go`
34-
* Added `RequestInterceptor` to `gremlin-go` with `auth` reference implementations to replace `authInfo`
35-
* Refactored GraphBinary serializers to use `io.Writer` and `io.Reader` instead of `*bytes.Buffer` for streaming capacities
36-
* Refactored `httpProtocol` and `httpTransport` in `gremlin-go` into single `connection.go` that handles HTTP request and response
33+
* Replace `Bytecode` with `GremlinLang` & update serialization to GraphBinary 4 for `gremlin-go`.
34+
* Added `RequestInterceptor` to `gremlin-go` with `auth` reference implementations to replace `authInfo`.
35+
* Refactored GraphBinary serializers to use `io.Writer` and `io.Reader` instead of `*bytes.Buffer` for streaming capacities.
36+
* Refactored `httpProtocol` and `httpTransport` in `gremlin-go` into single `connection.go` that handles HTTP request and response.
37+
* Bumped ANTLR to 4.13.2
3738
* Bumped SLF4j to 2.0.16.
3839
* Bumped GMavenPlus to 4.1.1.
39-
* Bumped to Guice 6.0.0.
40+
* Bumped Guice to 6.0.0.
4041
* Bumped Caffeine to 3.2.3.
4142
4243
[[release-4-0-0-beta-1]]

gremlin-console/src/main/static/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ BSD-style Licenses
207207

208208
The Apache TinkerPop project bundles the following components under the BSD License:
209209

210-
Antlr4 (org.antlr:antlr4-runtime:4.9.1 - https://www.antlr.org) - for details, see licenses/antlr4
210+
Antlr4 (org.antlr:antlr4-runtime:4.13.2 - https://www.antlr.org) - for details, see licenses/antlr4
211211
JLine (jline:jline:2.14.6 - https://github.com/jline/jline2) - for details, see licenses/jline2
212212
Kryo (com.esotericsoftware:kryo-shaded:3.0.3 - https://github.com/EsotericSoftware/kryo)
213213
- shaded in gremlin-shaded to org.apache.tinkerpop.shaded.kryo

gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/binary/internals/GraphBinaryWriter.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,5 @@ export default class GraphBinaryWriter {
4545
this.ioc.mapSerializer.serialize(args, false),
4646
];
4747
return Buffer.concat(bufs);
48-
49-
5048
}
5149
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ limitations under the License.
151151
<url>https://github.com/apache/tinkerpop</url>
152152
</scm>
153153
<properties>
154-
<antlr4.version>4.9.1</antlr4.version>
154+
<antlr4.version>4.13.2</antlr4.version>
155155
<caffeine.version>3.2.3</caffeine.version>
156156
<commons.codec.version>1.20.0</commons.codec.version>
157157
<commons.collections.version>4.5.0</commons.collections.version>

0 commit comments

Comments
 (0)