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 2016/10/16 19:52:07 UTC

tinkerpop git commit: TINKERPOP-1512 Fixed reference to missing gremlin server script

Repository: tinkerpop
Updated Branches:
  refs/heads/master 523fb6dcf -> d0469a140


TINKERPOP-1512 Fixed reference to missing gremlin server script

Not sure what happened here. That file hasn't been touched in 18 months so this has been broken for a while: 3565f090aa090b29ae449121851b0df220fb8743 I sorta wonder if it just wasn't edited for testing and then committed by mistake. Anyway, fixed now. CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d0469a14
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d0469a14
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/d0469a14

Branch: refs/heads/master
Commit: d0469a1405cfb166573db91fb7a19833a383034f
Parents: 523fb6d
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Sun Oct 16 15:49:27 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Sun Oct 16 15:49:27 2016 -0400

----------------------------------------------------------------------
 gremlin-server/conf/gremlin-server-classic.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d0469a14/gremlin-server/conf/gremlin-server-classic.yaml
----------------------------------------------------------------------
diff --git a/gremlin-server/conf/gremlin-server-classic.yaml b/gremlin-server/conf/gremlin-server-classic.yaml
index 7770523..6519c1e 100644
--- a/gremlin-server/conf/gremlin-server-classic.yaml
+++ b/gremlin-server/conf/gremlin-server-classic.yaml
@@ -26,7 +26,7 @@ scriptEngines: {
   gremlin-groovy: {
     imports: [java.lang.Math],
     staticImports: [java.lang.Math.PI],
-    scripts: [scripts/complex-lifecycle.groovy]}}
+    scripts: [scripts/generate-classic.groovy]}}
 serializers:
   - { className: org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV1d0, config: { useMapperFromGraph: graph }}            # application/vnd.gremlin-v1.0+gryo
   - { className: org.apache.tinkerpop.gremlin.driver.ser.GryoLiteMessageSerializerV1d0, config: { useMapperFromGraph: graph }}        # application/vnd.gremlin-v1.0+gryo-lite