[jira] [Created] (TINKERPOP-2063) Support for tree() and subgraph() in GLVs

2018-10-11 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-2063: --- Summary: Support for tree() and subgraph() in GLVs Key: TINKERPOP-2063 URL: https://issues.apache.org/jira/browse/TINKERPOP-2063 Project: TinkerPop

[jira] [Commented] (TINKERPOP-2061) Add with() configuration as global to a traversal

2018-10-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646774#comment-16646774 ] ASF GitHub Bot commented on TINKERPOP-2061: --- dkuppitz commented on a change in pull request

[GitHub] [tinkerpop] dkuppitz commented on pull request #961: TINKERPOP-2061 Added with() option for traversal configuration

2018-10-11 Thread GitHub
Perhaps a little bit more elegant: ```java public default TraversalSource with(final String key, final Object value) { final OptionsStrategy.Builder builder = OptionsStrategy.build(); getStrategies().getStrategy(OptionsStrategy.class) .ifPresent(optionsStrategy

[jira] [Commented] (TINKERPOP-2060) Make Mutating steps non-final

2018-10-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646749#comment-16646749 ] ASF GitHub Bot commented on TINKERPOP-2060: --- dkuppitz commented on issue #960:

[GitHub] [tinkerpop] dkuppitz commented on issue #960: TINKERPOP-2060 Removed final modifier on Mutating steps

2018-10-11 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/960 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Comment Edited] (TINKERPOP-2062) Add Traversal class to CoreImports

2018-10-11 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646628#comment-16646628 ] Daniel Kuppitz edited comment on TINKERPOP-2062 at 10/11/18 3:35 PM:

[jira] [Commented] (TINKERPOP-2062) Add Traversal class to CoreImports

2018-10-11 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646628#comment-16646628 ] Daniel Kuppitz commented on TINKERPOP-2062: --- I tried, but couldn't figure out why. > Add

[jira] [Closed] (TINKERPOP-2043) CloseAndRemoveAllConnections bubbles up System.Net.Http.WinHttpException and doesn't recover

2018-10-11 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann closed TINKERPOP-2043. --- Resolution: Duplicate > CloseAndRemoveAllConnections bubbles up

[jira] [Commented] (TINKERPOP-2043) CloseAndRemoveAllConnections bubbles up System.Net.Http.WinHttpException and doesn't recover

2018-10-11 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646623#comment-16646623 ] Florian Hockmann commented on TINKERPOP-2043: - However, the fix also went into the

[jira] [Comment Edited] (TINKERPOP-2043) CloseAndRemoveAllConnections bubbles up System.Net.Http.WinHttpException and doesn't recover

2018-10-11 Thread Sami (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646567#comment-16646567 ] Sami edited comment on TINKERPOP-2043 at 10/11/18 3:12 PM: --- We've upgraded

[jira] [Commented] (TINKERPOP-2043) CloseAndRemoveAllConnections bubbles up System.Net.Http.WinHttpException and doesn't recover

2018-10-11 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646572#comment-16646572 ] stephen mallette commented on TINKERPOP-2043: - We've delayed a full 3.4.0 for a couple of

[jira] [Commented] (TINKERPOP-2062) Add Traversal class to CoreImports

2018-10-11 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646569#comment-16646569 ] stephen mallette commented on TINKERPOP-2062: - Should we attempt to fix the problem at

[jira] [Commented] (TINKERPOP-2043) CloseAndRemoveAllConnections bubbles up System.Net.Http.WinHttpException and doesn't recover

2018-10-11 Thread Sami (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16646567#comment-16646567 ] Sami commented on TINKERPOP-2043: - We've upgraded to 3.4.0-rc2 and it seemed to have solved the

[jira] [Created] (TINKERPOP-2062) Add Traversal class to CoreImports

2018-10-11 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-2062: - Summary: Add Traversal class to CoreImports Key: TINKERPOP-2062 URL: https://issues.apache.org/jira/browse/TINKERPOP-2062 Project: TinkerPop Issue

AW: [DISCUSS] Add Gremlin IDE to Provider Index

2018-10-11 Thread Florian Hockmann
Big +1 from my side and thanks for your work on this tool, Dave! A tool to visualize the results of Gremlin traversals is the most important thing that was missing (apart from GremlinBin which seems to be offline) in the TinkerPop ecosystem from my point of view. -Ursprüngliche

[DISCUSS] Add Gremlin IDE to Provider Index

2018-10-11 Thread Stephen Mallette
Gremlin IDe has announced a new release. I was a bit surprised that we didn't have it in the Powered By section yet: https://github.com/bechbd/gremlin-ide Unless there are objections in the next 72 hours, I will assume lazy consensus and move forward to get this added.