You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed empty-sample-secure.groovy to work with COMPILE_STATIC (#3262)
Fixed empty-sample-secure.groovy script to work with GroovyCompilerGremlinPlugin Compilation.COMPILE_STATIC which has stricter type checking by using explicit map type declaration and casting of map entry values. Otherwise the server will fail to start when using gremlin-server-secure.yaml config sample.
* Improved GLV examples reliability and documentation with step-by-step instructions.
32
32
* Added root-level GLV examples in `gremlin-examples/` directory that use published driver versions for easy out-of-the-box usage, separate from module-level examples that use local development code.
33
33
* Bump netty to 4.1.125.Final
34
+
* Fixed `empty-sample-secure.groovy` to work with `Compilation.COMPILE_STATIC`
34
35
35
36
[[release-3-7-4]]
36
37
=== TinkerPop 3.7.4 (Release Date: August 1, 2025)
0 commit comments