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


The following commit(s) were added to refs/heads/master by this push:
     new 84d7425f6f Update Gremlin Console plugin output in reference docs
84d7425f6f is described below

commit 84d7425f6f9c79f3359fa07782b1c13103efb2c5
Author: Stephen Mallette <[email protected]>
AuthorDate: Thu Sep 10 19:14:23 2026 +0000

    Update Gremlin Console plugin output in reference docs
    
    The Gremlin Console section showed a stale startup transcript and plugin
    list. The console now prints "plugin activated:" rather than "plugin
    loaded:", and the default console plugin was renamed from tinkerpop.server
    to tinkerpop.remote. Update the startup banners, the :plugin list session,
    and the interactive-mode and Docker transcripts to match the current
    console output.
    
    Assisted-by: Kiro:claude-opus-4.8
---
 docs/src/reference/gremlin-applications.asciidoc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index 1cd84fee69..7b3ba2ec00 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -82,9 +82,9 @@ $ bin/gremlin.sh
          \,,,/
          (o o)
 -----oOOo-(4)-oOOo-----
-plugin loaded: tinkerpop.server
-plugin loaded: tinkerpop.utilities
-plugin loaded: tinkerpop.tinkergraph
+plugin activated: tinkerpop.remote
+plugin activated: tinkerpop.utilities
+plugin activated: tinkerpop.tinkergraph
 gremlin>
 ----
 
@@ -226,7 +226,7 @@ The following Gremlin Console session demonstrates the 
basics of these features:
 [source,groovy]
 ----
 gremlin> :plugin list  <1>
-==>tinkerpop.server[active]
+==>tinkerpop.remote[active]
 ==>tinkerpop.utilities[active]
 ==>tinkerpop.sugar
 ==>tinkerpop.tinkergraph[active]
@@ -235,7 +235,7 @@ gremlin> :plugin use tinkerpop.sugar  <2>
 gremlin> :install org.apache.tinkerpop hadoop-gremlin x.y.z  <3>
 ==>loaded: [org.apache.tinkerpop, hadoop-gremlin, x.y.z]
 gremlin> :plugin list <4>
-==>tinkerpop.server[active]
+==>tinkerpop.remote[active]
 ==>tinkerpop.utilities[active]
 ==>tinkerpop.sugar[active]
 ==>tinkerpop.tinkergraph[active]
@@ -243,7 +243,7 @@ gremlin> :plugin list <4>
 gremlin> :plugin use tinkerpop.hadoop <5>
 ==>tinkerpop.hadoop activated
 gremlin> :plugin list <6>
-==>tinkerpop.server[active]
+==>tinkerpop.remote[active]
 ==>tinkerpop.sugar[active]
 ==>tinkerpop.utilities[active]
 ==>tinkerpop.hadoop[active]
@@ -386,7 +386,7 @@ INFO: Created user preferences directory.
          \,,,/
          (o o)
 -----oOOo-(4)-oOOo-----
-plugin activated: tinkerpop.server
+plugin activated: tinkerpop.remote
 plugin activated: tinkerpop.utilities
 plugin activated: tinkerpop.tinkergraph
 gremlin>

Reply via email to