[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438183#comment-16438183 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user mpollmeier commented on the issue:

[GitHub] tinkerpop issue #838: TINKERPOP-1822: Add Depth First Search repeat step opt...

2018-04-13 Thread mpollmeier
Github user mpollmeier commented on the issue: https://github.com/apache/tinkerpop/pull/838 If I run `mvn clean test` I also get heaps of compilation errors, but that's the same with master for me. E.g. ``` [ERROR] symbol: class JsonGenerator [ERROR] location: class

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438167#comment-16438167 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user mpollmeier commented on the issue:

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438168#comment-16438168 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user mpollmeier closed the pull request

[GitHub] tinkerpop pull request #715: TINKERPOP-1822: change behaviour of repeat step...

2018-04-13 Thread mpollmeier
Github user mpollmeier closed the pull request at: https://github.com/apache/tinkerpop/pull/715 ---

[GitHub] tinkerpop issue #715: TINKERPOP-1822: change behaviour of repeat step to be ...

2018-04-13 Thread mpollmeier
Github user mpollmeier commented on the issue: https://github.com/apache/tinkerpop/pull/715 superseded by https://github.com/apache/tinkerpop/pull/838 ---

[jira] [Closed] (TINKERPOP-1912) Remove MD5 checksums

2018-04-13 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP-1912. - Resolution: Fixed Fix Version/s: 3.3.3 3.2.9

[jira] [Commented] (TINKERPOP-1912) Remove MD5 checksums

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438120#comment-16438120 ] ASF GitHub Bot commented on TINKERPOP-1912: --- Github user asfgit closed the pull request at:

[jira] [Commented] (TINKERPOP-1912) Remove MD5 checksums

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438121#comment-16438121 ] ASF GitHub Bot commented on TINKERPOP-1912: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #836: TINKERPOP-1912 Remove MD5 checksums

2018-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/836 ---

[GitHub] tinkerpop pull request #837: TINKERPOP-1912 Remove MD5 checksums (tp33)

2018-04-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/837 ---

[GitHub] tinkerpop issue #837: TINKERPOP-1912 Remove MD5 checksums (tp33)

2018-04-13 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/837 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1912) Remove MD5 checksums

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16438116#comment-16438116 ] ASF GitHub Bot commented on TINKERPOP-1912: --- Github user spmallette commented on the issue:

[jira] [Commented] (TINKERPOP-1410) mvn install -Dmaven.test.skip=true doesn't work on a clean machine

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437981#comment-16437981 ] ASF GitHub Bot commented on TINKERPOP-1410: --- Github user robertdale commented on the issue:

[jira] [Commented] (TINKERPOP-1143) Remove deprecated TraversalSource.Builder and TraversalEngine.

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437979#comment-16437979 ] ASF GitHub Bot commented on TINKERPOP-1143: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #830: TINKERPOP-1143 Moved TraversalEngine to gremlin-test

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/830 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1903) Credentials DSL should use the Java annotation processor

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437978#comment-16437978 ] ASF GitHub Bot commented on TINKERPOP-1903: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #833: TINKERPOP-1903 Migrated Credential DSL to annotation p...

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/833 VOTE +1 ---

[GitHub] tinkerpop issue #832: TINKERPOP-1934 Bumped httpclient to 4.5.5

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/832 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1705) Remove deprecated rebindings option

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437972#comment-16437972 ] ASF GitHub Bot commented on TINKERPOP-1705: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #835: TINKERPOP-1705 Removed rebindings API from java driver

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/835 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1912) Remove MD5 checksums

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437967#comment-16437967 ] ASF GitHub Bot commented on TINKERPOP-1912: --- Github user robertdale commented on the issue:

[jira] [Commented] (TINKERPOP-1934) Bump to latest version of httpclient

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437965#comment-16437965 ] ASF GitHub Bot commented on TINKERPOP-1934: --- Github user robertdale commented on the issue:

[jira] [Commented] (TINKERPOP-1912) Remove MD5 checksums

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437966#comment-16437966 ] ASF GitHub Bot commented on TINKERPOP-1912: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #837: TINKERPOP-1912 Remove MD5 checksums (tp33)

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/837 VOTE +1 ---

[GitHub] tinkerpop issue #836: TINKERPOP-1912 Remove MD5 checksums

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/836 VOTE +1 ---

[GitHub] tinkerpop issue #838: TINKERPOP-1822: Add Depth First Search repeat step opt...

2018-04-13 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/838 Look at the Serializers in `./gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/` ---

[GitHub] tinkerpop pull request #838: TINKERPOP-1822: Add Depth First Search repeat s...

2018-04-13 Thread krlohnes
Github user krlohnes commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/838#discussion_r181511880 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStep.java --- @@ -273,11 +314,37 @@ public

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437936#comment-16437936 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user krlohnes commented on a diff in the

[GitHub] tinkerpop issue #838: TINKERPOP-1822: Add Depth First Search repeat step opt...

2018-04-13 Thread krlohnes
Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/838 I'm definitely still missing something around serialization. All of the traversals that are failing in the gryo side of things work in the console. I'm fairly unfamiliar with that part of the

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437935#comment-16437935 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user krlohnes commented on the issue:

[GitHub] tinkerpop issue #832: TINKERPOP-1934 Bumped httpclient to 4.5.5

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/832 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1934) Bump to latest version of httpclient

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437838#comment-16437838 ] ASF GitHub Bot commented on TINKERPOP-1934: --- Github user dkuppitz commented on the issue:

[jira] [Commented] (TINKERPOP-1903) Credentials DSL should use the Java annotation processor

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437645#comment-16437645 ] ASF GitHub Bot commented on TINKERPOP-1903: --- Github user dkuppitz commented on a diff in the

[jira] [Commented] (TINKERPOP-1903) Credentials DSL should use the Java annotation processor

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437647#comment-16437647 ] ASF GitHub Bot commented on TINKERPOP-1903: --- Github user dkuppitz commented on a diff in the

[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/833#discussion_r181460071 --- Diff: gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/dsl/credential/CredentialTraversalDsl.java --- @@ -0,0 +1,63 @@

[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/833#discussion_r181456003 --- Diff: docs/src/reference/gremlin-applications.asciidoc --- @@ -1365,15 +1365,22 @@ Please see the example usage as follows: graph =

[GitHub] tinkerpop pull request #833: TINKERPOP-1903 Migrated Credential DSL to annot...

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/833#discussion_r181456678 --- Diff: docs/src/upgrade/release-3.3.x.asciidoc --- @@ -23,6 +23,33 @@

[jira] [Created] (TINKERPOP-1937) Pass bytecode through ScriptEngine if Bindings are present

2018-04-13 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1937: --- Summary: Pass bytecode through ScriptEngine if Bindings are present Key: TINKERPOP-1937 URL: https://issues.apache.org/jira/browse/TINKERPOP-1937

[GitHub] tinkerpop issue #835: TINKERPOP-1705 Removed rebindings API from java driver

2018-04-13 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/835 VOTE: +1 ---

[jira] [Commented] (TINKERPOP-1705) Remove deprecated rebindings option

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437521#comment-16437521 ] ASF GitHub Bot commented on TINKERPOP-1705: --- Github user dkuppitz commented on the issue:

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437370#comment-16437370 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user robertdale commented on a diff in

[GitHub] tinkerpop pull request #838: TINKERPOP-1822: Add Depth First Search repeat s...

2018-04-13 Thread robertdale
Github user robertdale commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/838#discussion_r181408164 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStep.java --- @@ -273,11 +314,37 @@ public

[GitHub] tinkerpop issue #838: TINKERPOP-1822: Add Depth First Search repeat step opt...

2018-04-13 Thread krlohnes
Github user krlohnes commented on the issue: https://github.com/apache/tinkerpop/pull/838 I figured out the errors that I was getting with serialization. I think I just missed registering `SearchAlgo` in a spots. I have some legitimate test failures now I think, which makes fixing

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437349#comment-16437349 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user krlohnes commented on a diff in the

[jira] [Commented] (TINKERPOP-1822) Repeat should depth first search

2018-04-13 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16437348#comment-16437348 ] ASF GitHub Bot commented on TINKERPOP-1822: --- Github user krlohnes commented on a diff in the

[GitHub] tinkerpop pull request #838: TINKERPOP-1822: Add Depth First Search repeat s...

2018-04-13 Thread krlohnes
Github user krlohnes commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/838#discussion_r181402263 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/branch/RepeatStep.java --- @@ -273,11 +314,37 @@ public