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 2021/06/07 18:47:12 UTC

svn commit: r1890577 - /tinkerpop/site/docs/3.5.0/reference/index.html

Author: spmallette
Date: Mon Jun  7 18:47:11 2021
New Revision: 1890577

URL: http://svn.apache.org/viewvc?rev=1890577&view=rev
Log:
Removed warnings about script submission that should have been removed prior TinkerPop 3.5.0 release

Modified:
    tinkerpop/site/docs/3.5.0/reference/index.html

Modified: tinkerpop/site/docs/3.5.0/reference/index.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.5.0/reference/index.html?rev=1890577&r1=1890576&r2=1890577&view=diff
==============================================================================
--- tinkerpop/site/docs/3.5.0/reference/index.html (original)
+++ tinkerpop/site/docs/3.5.0/reference/index.html Mon Jun  7 18:47:11 2021
@@ -24038,20 +24038,6 @@ As explained throughout the documentatio
 </div>
 <div class="sect2">
 <h3 id="gremlin-python-scripts">Submitting Scripts</h3>
-<div class="admonitionblock warning">
-<table>
-<tr>
-<td class="icon">
-<div class="title">Warning</div>
-</td>
-<td class="content">
-TinkerPop does not recommend submitting script-based requests and generally continues to support this feature
-for legacy reasons and corner use cases which are still not completely addressed by the Gremlin language. Please
-consider using bytecode-based requests instead when possible.
-</td>
-</tr>
-</table>
-</div>
 <div class="paragraph">
 <p>The <code>Client</code> class implementation/interface is based on the Java Driver, with some restrictions. Most notably,
 Gremlin-Python does not yet implement the <code>Cluster</code> class. Instead, <code>Client</code> is instantiated directly.
@@ -24621,20 +24607,6 @@ instance created, it will help to fully
 </div>
 <div class="sect2">
 <h3 id="gremlin-dotnet-scripts">Submitting Scripts</h3>
-<div class="admonitionblock warning">
-<table>
-<tr>
-<td class="icon">
-<div class="title">Warning</div>
-</td>
-<td class="content">
-TinkerPop does not recommend submitting script-based requests and generally continues to support this feature
-for legacy reasons and corner use cases which are still not completely addressed by the Gremlin language. Please
-consider using bytecode-based requests instead when possible.
-</td>
-</tr>
-</table>
-</div>
 <div class="paragraph">
 <p>Gremlin scripts are sent to the server from a <code>IGremlinClient</code> instance.  A <code>IGremlinClient</code> is created as follows:</p>
 </div>
@@ -25101,20 +25073,6 @@ As explained throughout the documentatio
 </div>
 <div class="sect2">
 <h3 id="gremlin-javascript-scripts">Submitting Scripts</h3>
-<div class="admonitionblock warning">
-<table>
-<tr>
-<td class="icon">
-<div class="title">Warning</div>
-</td>
-<td class="content">
-TinkerPop does not recommend submitting script-based requests and generally continues to support this feature
-for legacy reasons and corner use cases which are still not completely addressed by the Gremlin language. Please
-consider using bytecode-based requests instead when possible.
-</td>
-</tr>
-</table>
-</div>
 <div class="paragraph">
 <p>It is possible to submit parametrized Gremlin scripts to the server as strings, using the <code>Client</code> class:</p>
 </div>