[jira] [Commented] (TINKERPOP-790) Implement AutoCloseable on TraversalSource

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15520004#comment-15520004 ] ASF GitHub Bot commented on TINKERPOP-790: -- GitHub user spmallette opened a pu

[GitHub] tinkerpop pull request #437: TINKERPOP-790 TraversalSource and Traversal imp...

2016-09-24 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/437 TINKERPOP-790 TraversalSource and Traversal implement AutoCloseable. https://issues.apache.org/jira/browse/TINKERPOP-790 This allowed for `TraversalSource` instances created using `wit

[jira] [Updated] (TINKERPOP-1465) Remove deprecated newSaslNegotiator

2016-09-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1465: Description: Remove deprecated {{Authenticator.newSaslNegotiator()}} (was: Remo

[jira] [Created] (TINKERPOP-1465) Remove deprecated newSaslNegotiator

2016-09-24 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1465: --- Summary: Remove deprecated newSaslNegotiator Key: TINKERPOP-1465 URL: https://issues.apache.org/jira/browse/TINKERPOP-1465 Project: TinkerPop I

[jira] [Commented] (TINKERPOP-944) Deprecate Graph.Exceptions.elementNotFound

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519861#comment-15519861 ] ASF GitHub Bot commented on TINKERPOP-944: -- GitHub user spmallette opened a pu

[GitHub] tinkerpop pull request #436: TINKERPOP-944 Deprecate Graph.Exceptions.elemen...

2016-09-24 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/436 TINKERPOP-944 Deprecate Graph.Exceptions.elementNotFound() https://issues.apache.org/jira/browse/TINKERPOP-944 This exception wasn't used in the code base at all except for tests. See

[jira] [Updated] (TINKERPOP-944) Deprecate Graph.Exceptions.elementNotFound

2016-09-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-944: --- Summary: Deprecate Graph.Exceptions.elementNotFound (was: Consider deprecating or

[GitHub] tinkerpop pull request #434: TINKERPOP-1456 & TINKERPOP-1412: SubgraphStrate...

2016-09-24 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/434#discussion_r80371392 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/InlineFilterStrategy.java --- @@ -0,0 +1,100

[jira] [Commented] (TINKERPOP-1456) Support SubgraphStrategy.vertexProperties().

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519847#comment-15519847 ] ASF GitHub Bot commented on TINKERPOP-1456: --- Github user spmallette commente

[jira] [Updated] (TINKERPOP-944) Consider deprecating or better enforcing Graph.Exceptions.elementNotFound

2016-09-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-944: --- Labels: (was: breaking) Removed the breaking label - this is not a breaking chang

[jira] [Commented] (TINKERPOP-1456) Support SubgraphStrategy.vertexProperties().

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519401#comment-15519401 ] ASF GitHub Bot commented on TINKERPOP-1456: --- Github user spmallette commente

[GitHub] tinkerpop issue #434: TINKERPOP-1456 & TINKERPOP-1412: SubgraphStrategy upda...

2016-09-24 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/434 Haven't reviewed in detail - running some tests, but this feature could use an entry to the Upgrade Documentation. --- If your project is set up for it, you can reply to this email and have yo

[jira] [Commented] (TINKERPOP-1464) Gryo Serialization for Bytecode

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519396#comment-15519396 ] ASF GitHub Bot commented on TINKERPOP-1464: --- GitHub user spmallette opened a

[GitHub] tinkerpop pull request #435: TINKERPOP-1464 Added a Gryo serializer for Byte...

2016-09-24 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/435 TINKERPOP-1464 Added a Gryo serializer for Bytecode. https://issues.apache.org/jira/browse/TINKERPOP-1464 All good with: ```text $ mvn clean install && mvn verify -pl grem

[jira] [Created] (TINKERPOP-1464) Gryo Serialization for Bytecode

2016-09-24 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1464: --- Summary: Gryo Serialization for Bytecode Key: TINKERPOP-1464 URL: https://issues.apache.org/jira/browse/TINKERPOP-1464 Project: TinkerPop Issue

[jira] [Commented] (TINKERPOP-1463) Improve has(propertyKey, traversal)

2016-09-24 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519307#comment-15519307 ] Marko A. Rodriguez commented on TINKERPOP-1463: --- You can't fold {{has(tr

[jira] [Commented] (TINKERPOP-1456) Support SubgraphStrategy.vertexProperties().

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15519201#comment-15519201 ] ASF GitHub Bot commented on TINKERPOP-1456: --- Github user okram commented on

[GitHub] tinkerpop issue #434: TINKERPOP-1456 & TINKERPOP-1412: SubgraphStrategy upda...

2016-09-24 Thread okram
Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/434 Integration tests ran overnight. ``` [INFO] [INFO] BUILD SUCCESS [INFO]

[jira] [Commented] (TINKERPOP-1249) Gremlin driver to periodically issue ping / heartbeat to gremlin server

2016-09-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15518917#comment-15518917 ] ASF GitHub Bot commented on TINKERPOP-1249: --- Github user PommeVerte commente

[GitHub] tinkerpop issue #433: TINKERPOP-1249 Add keep-alive functionality to websock...

2016-09-24 Thread PommeVerte
Github user PommeVerte commented on the issue: https://github.com/apache/tinkerpop/pull/433 VOTE +1 I get the pinging as well. Looks good. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[jira] [Closed] (TINKERPOP-793) select should stop traversal on unproductive by

2016-09-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-793. -- Resolution: Won't Fix Assignee: stephen mallette I re-opened this for my own fu

[jira] [Commented] (TINKERPOP-1463) Improve has(propertyKey, traversal)

2016-09-24 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15518756#comment-15518756 ] Daniel Kuppitz commented on TINKERPOP-1463: --- As an aside: {{.has("software",

[jira] [Created] (TINKERPOP-1463) Improve has(propertyKey, traversal)

2016-09-24 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-1463: - Summary: Improve has(propertyKey, traversal) Key: TINKERPOP-1463 URL: https://issues.apache.org/jira/browse/TINKERPOP-1463 Project: TinkerPop Issue