[jira] [Commented] (TINKERPOP-1692) Bump to Neo4j 3.0.3

2017-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151633#comment-16151633 ] ASF GitHub Bot commented on TINKERPOP-1692: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-09-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 I did a rebase to master and messed it up. --- 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] [Commented] (TINKERPOP-1692) Bump to Neo4j 3.0.3

2017-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151632#comment-16151632 ] ASF GitHub Bot commented on TINKERPOP-1692: --- Github user robertdale commented on the issue:

[GitHub] tinkerpop issue #680: TINKERPOP-1692 Neo4j 3.2.2

2017-09-02 Thread robertdale
Github user robertdale commented on the issue: https://github.com/apache/tinkerpop/pull/680 `docker/build.sh -i -t -n` SUCCESS VOTE +1 --- 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

[jira] [Commented] (TINKERPOP-1765) Gremlin.Net: Support for clusters

2017-09-02 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151538#comment-16151538 ] stephen mallette commented on TINKERPOP-1765: - +1 - we should try to mimic the java driver

[jira] [Commented] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151537#comment-16151537 ] ASF GitHub Bot commented on TINKERPOP-1766: --- GitHub user FlorianHockmann opened a pull

[GitHub] tinkerpop pull request #704: TINKERPOP-1766 Gremlin.Net: Add handling for cl...

2017-09-02 Thread FlorianHockmann
GitHub user FlorianHockmann opened a pull request: https://github.com/apache/tinkerpop/pull/704 TINKERPOP-1766 Gremlin.Net: Add handling for closed connections https://issues.apache.org/jira/browse/TINKERPOP-1766 This avoids `Connections` from being added back to the

[jira] [Created] (TINKERPOP-1766) Gremlin.Net: Closed connections should not be re-used

2017-09-02 Thread Florian Hockmann (JIRA)
Florian Hockmann created TINKERPOP-1766: --- Summary: Gremlin.Net: Closed connections should not be re-used Key: TINKERPOP-1766 URL: https://issues.apache.org/jira/browse/TINKERPOP-1766 Project:

[jira] [Created] (TINKERPOP-1765) Gremlin.Net: Support for clusters

2017-09-02 Thread Florian Hockmann (JIRA)
Florian Hockmann created TINKERPOP-1765: --- Summary: Gremlin.Net: Support for clusters Key: TINKERPOP-1765 URL: https://issues.apache.org/jira/browse/TINKERPOP-1765 Project: TinkerPop

[jira] [Updated] (TINKERPOP-1765) Gremlin.Net: Support for clusters

2017-09-02 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann updated TINKERPOP-1765: Component/s: language-variant > Gremlin.Net: Support for clusters >

[jira] [Commented] (TINKERPOP-1756) Provide a way to easily mock a RemoteConnection for tests

2017-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16151481#comment-16151481 ] ASF GitHub Bot commented on TINKERPOP-1756: --- GitHub user spmallette opened a pull request:

[GitHub] tinkerpop pull request #703: TINKERPOP-1756 Added an EmbeddedRemoteConnectio...

2017-09-02 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/703 TINKERPOP-1756 Added an EmbeddedRemoteConnection. https://issues.apache.org/jira/browse/TINKERPOP-1756 This enables a "remote" to be mocked so as to be run locally in the same JVM.