[42/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-07-29 Thread dkuppitz
Merge branch 'tp32' into tp33

Conflicts:
docs/src/tutorials/getting-started/index.asciidoc


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

Branch: refs/heads/TINKERPOP-1990
Commit: 66099fed82e57ef29d1983a5f95725dcd4e5c157
Parents: e55ffc6 dde73e4
Author: Stephen Mallette 
Authored: Fri Jul 27 07:17:54 2018 -0400
Committer: Stephen Mallette 
Committed: Fri Jul 27 07:17:54 2018 -0400

--
 docs/src/dev/developer/for-committers.asciidoc|  2 +-
 docs/src/recipes/between-vertices.asciidoc|  6 +++---
 docs/src/recipes/collections.asciidoc | 18 +-
 docs/src/recipes/pagination.asciidoc  |  2 +-
 .../recipes/traversal-component-reuse.asciidoc|  4 ++--
 docs/src/recipes/tree.asciidoc|  2 +-
 docs/src/reference/the-traversal.asciidoc |  2 +-
 docs/src/tutorials/getting-started/index.asciidoc | 10 +-
 .../src/tutorials/gremlins-anatomy/index.asciidoc | 16 
 .../tutorials/the-gremlin-console/index.asciidoc  |  2 +-
 10 files changed, 32 insertions(+), 32 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/66099fed/docs/src/dev/developer/for-committers.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/66099fed/docs/src/recipes/collections.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/66099fed/docs/src/reference/the-traversal.asciidoc
--

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/66099fed/docs/src/tutorials/getting-started/index.asciidoc
--



[42/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-08-01 Thread dkuppitz
Merge branch 'tp32' into tp33


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

Branch: refs/heads/TINKERPOP-1990
Commit: 8af7837286c7eba82c831576a3291c77bfb727e9
Parents: dfe79c2 7fce137
Author: Daniel Kuppitz 
Authored: Wed Aug 1 11:27:04 2018 -0700
Committer: Daniel Kuppitz 
Committed: Wed Aug 1 11:27:04 2018 -0700

--
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--




[42/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-10-05 Thread spmallette
Merge branch 'tp32' into tp33

Conflicts:

gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngineTest.java


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

Branch: refs/heads/TINKERPOP-2053
Commit: d9ccefcea9274f00e7339b840624286e198d7832
Parents: 86b1be5 4bdb006
Author: Stephen Mallette 
Authored: Fri Oct 5 06:57:09 2018 -0400
Committer: Stephen Mallette 
Committed: Fri Oct 5 06:57:09 2018 -0400

--
 .../groovy/jsr223/GremlinGroovyScriptEngineTest.java | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d9ccefce/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngineTest.java
--
diff --cc 
gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngineTest.java
index 3e1d153,2803c24..83ac13d
--- 
a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngineTest.java
+++ 
b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GremlinGroovyScriptEngineTest.java
@@@ -22,13 -22,16 +22,9 @@@ import groovy.lang.Closure
  import groovy.lang.MissingPropertyException;
  import org.apache.commons.lang.exception.ExceptionUtils;
  import org.apache.commons.lang3.concurrent.BasicThreadFactory;
 -import org.apache.tinkerpop.gremlin.groovy.CompilerCustomizerProvider;
 -import org.apache.tinkerpop.gremlin.groovy.NoImportCustomizerProvider;
 -import 
org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.InterpreterModeCustomizerProvider;
--import org.apache.tinkerpop.gremlin.structure.Vertex;
  import org.apache.tinkerpop.gremlin.util.function.Lambda;
--import org.apache.tinkerpop.gremlin.util.iterator.IteratorUtils;
  import org.javatuples.Pair;
  import org.junit.Test;
--import org.slf4j.Logger;
--import org.slf4j.LoggerFactory;
  
  import javax.script.Bindings;
  import javax.script.ScriptContext;
@@@ -61,8 -73,8 +57,6 @@@ import static org.junit.Assert.fail
   * @author Stephen Mallette (http://stephen.genoprime.com)
   */
  public class GremlinGroovyScriptEngineTest {
--private static final Logger logger = 
LoggerFactory.getLogger(GremlinGroovyScriptEngineTest.class);
--
  private static final Object[] EMPTY_ARGS = new Object[0];
  
  @Test
@@@ -162,8 -220,78 +156,7 @@@
  engine.eval("assert 1==0");
  }
  
- 
  @Test
 -public void shouldLoadImportsViaDependencyManagerInterface() throws 
Exception {
 -final GremlinGroovyScriptEngine engine = new 
GremlinGroovyScriptEngine((CompilerCustomizerProvider) 
NoImportCustomizerProvider.INSTANCE);
 -try {
 -engine.eval("Vertex.class.getName()");
 -fail("Should have thrown an exception because no imports were 
supplied");
 -} catch (Exception se) {
 -assertTrue(se instanceof ScriptException);
 -}
 -
 -engine.addImports(new HashSet<>(Arrays.asList("import 
org.apache.tinkerpop.gremlin.structure.Vertex")));
 -assertEquals(Vertex.class.getName(), 
engine.eval("Vertex.class.getName()"));
 -}
 -
 -@Test
 -public void shouldLoadImportsViaDependencyManagerInterfaceAdditively() 
throws Exception {
 -final GremlinGroovyScriptEngine engine = new 
GremlinGroovyScriptEngine((CompilerCustomizerProvider) 
NoImportCustomizerProvider.INSTANCE);
 -try {
 -engine.eval("Vertex.class.getName()");
 -fail("Should have thrown an exception because no imports were 
supplied");
 -} catch (Exception se) {
 -assertTrue(se instanceof ScriptException);
 -}
 -
 -try {
 -engine.eval("StreamFactory.class.getName()");
 -fail("Should have thrown an exception because no imports were 
supplied");
 -} catch (Exception se) {
 -assertTrue(se instanceof ScriptException);
 -}
 -
 -engine.addImports(new HashSet<>(Arrays.asList("import " + 
Vertex.class.getCanonicalName(;
 -assertEquals(Vertex.class.getName(), 
engine.eval("Vertex.class.getName()"));
 -
 -try {
 -engine.eval("IteratorUtils.class.getName()");
 -fail("Should have thrown an exception because no imports were 
supplied");
 -} catch (Exception se) {
 -assertTrue(se instanceof ScriptException);
 -}
 -
 -engine.addImports(new HashSet<>(Arrays.asList("import " + 
IteratorUtils.class.getCanonicalName(;
 -assertEquals(Vertex.class.getN

[42/50] [abbrv] tinkerpop git commit: Merge branch 'tp32' into tp33

2018-04-25 Thread dkuppitz
Merge branch 'tp32' into tp33


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

Branch: refs/heads/TINKERPOP-1447
Commit: ad256743b978f6fb0fbff470b04a9c3a8b0d6ff8
Parents: cfac569 1d9e6dc
Author: Stephen Mallette 
Authored: Wed Apr 25 09:18:38 2018 -0400
Committer: Stephen Mallette 
Committed: Wed Apr 25 09:18:38 2018 -0400

--
 .../process/traversal/TraversalStrategies.java  | 39 ++--
 1 file changed, 20 insertions(+), 19 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ad256743/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.java
--