Re: [VOTE] TinkerPop 3.0.2-incubating Release

2015-10-21 Thread Dan LaRocque
Hi, +1 (non-binding) I built from the tagged source, ran the tests, did a tiny bit of manual tire-kicking in the shell. thanks, Dan On Mon, Oct 19, 2015, at 11:26, Stephen Mallette wrote: > Hello, > > The release artifacts can be found at this location: > https://dist.apache.org/repos/dist/dev

[GitHub] incubator-tinkerpop pull request: Use Epoll based netty eventloop ...

2015-10-21 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/109#discussion_r42685199 --- Diff: gremlin-server/pom.xml --- @@ -148,6 +149,30 @@ limitations under the License. +lin

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-905 Harden time orien...

2015-10-21 Thread dkuppitz
Github user dkuppitz commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/117#issuecomment-150027914 Looks good on my machine too. Another +1. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Commented] (TINKERPOP3-905) Harden time oriented tests in ResultQueueTest

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967955#comment-14967955 ] ASF GitHub Bot commented on TINKERPOP3-905: --- Github user dkuppitz commented

Re: [DISCUSS] Expected release date on website.

2015-10-21 Thread Stephen Mallette
This thread has been open for a whilesounds as though there aren't any objections to hanging projected release dates out there. I updated JIRA to show the projected release date for 3.1.0: https://issues.apache.org/jira/browse/TINKERPOP3/?selectedTab=com.atlassian.jira.jira-projects-plugin:ver

Re: RAN MAGEN: Distributed Graph Traversal in SOLR

2015-10-21 Thread Ran Magen
My own uni-gremlin! Awesome, thanks guys :) On Wed, 21 Oct 2015 at 23:16 Marko Rodriguez wrote: > Huh. Thats pretty cool. When I was consulting on over the last few years > there were numerous clients that had MongoDB to the Neo4j to the SQLServer > to the Cassandra… it was a nightmare. Stephen

Re: RAN MAGEN: Distributed Graph Traversal in SOLR

2015-10-21 Thread Jason Plurad
Ran, very cool! On Wed, Oct 21, 2015 at 4:16 PM, Marko Rodriguez wrote: > Huh. Thats pretty cool. When I was consulting on over the last few years > there were numerous clients that had MongoDB to the Neo4j to the SQLServer > to the Cassandra… it was a nightmare. Stephen Mallette wrote a post th

[jira] [Created] (TINKERPOP3-906) Revise DependencyGrabberTest to not be order dependent

2015-10-21 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP3-906: --- Summary: Revise DependencyGrabberTest to not be order dependent Key: TINKERPOP3-906 URL: https://issues.apache.org/jira/browse/TINKERPOP3-906 Project: Ti

Re: RAN MAGEN: Distributed Graph Traversal in SOLR

2015-10-21 Thread Marko Rodriguez
Huh. Thats pretty cool. When I was consulting on over the last few years there were numerous clients that had MongoDB to the Neo4j to the SQLServer to the Cassandra… it was a nightmare. Stephen Mallette wrote a post that discussed MongoDB+TinkerPop which was inspired by a client' situation.

Re: RAN MAGEN: Distributed Graph Traversal in SOLR

2015-10-21 Thread Ran Magen
Thanks! BTW, we model the graph's schema/ontology with a TinkerGraph (got that idea from a comment Marko made a while ago). super meta. On Wed, 21 Oct 2015 at 23:09 Stephen Mallette wrote: > I like the name - Unipop! :) > > On Wed, Oct 21, 2015 at 4:07 PM, Ran Magen wrote: > > > Hey Marko, > >

Re: RAN MAGEN: Distributed Graph Traversal in SOLR

2015-10-21 Thread Stephen Mallette
I like the name - Unipop! :) On Wed, Oct 21, 2015 at 4:07 PM, Ran Magen wrote: > Hey Marko, > > Cool, I'll do that. > > While on the subject of new databases, I'll use this thread to mention that > I've been working on migrating elastic-gremlin to a more general > "federation data base". Basical

Re: RAN MAGEN: Distributed Graph Traversal in SOLR

2015-10-21 Thread Ran Magen
Hey Marko, Cool, I'll do that. While on the subject of new databases, I'll use this thread to mention that I've been working on migrating elastic-gremlin to a more general "federation data base". Basically enabling traversals on multiple different back-ends. It's not yet ready for general uses (s

[GitHub] incubator-tinkerpop pull request: Use Epoll based netty eventloop ...

2015-10-21 Thread pluradj
Github user pluradj commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/109#discussion_r42674763 --- Diff: gremlin-server/pom.xml --- @@ -148,6 +149,30 @@ limitations under the License. +linux

Re: [DISCUSS] Merge to master/ policy.

2015-10-21 Thread Stephen Mallette
Just a quick follow-on to our process here. If we get a PR without a JIRA issue, we should immediately create one (or have the submitter create one) and rename the PR to tie it to the JIRA issue. On Mon, Oct 19, 2015 at 9:43 AM, Marko Rodriguez wrote: > Done. > > > https://github.com/apache/inc

[jira] [Closed] (TINKERPOP3-903) Fix empty buffer return upon buffer capacity exceeded

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP3-903. --- Resolution: Fixed > Fix empty buffer return upon buffer capacity exceeded > --

[GitHub] incubator-tinkerpop pull request: Fix empty buffer return upon buf...

2015-10-21 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/114#issuecomment-149995509 @christianbellinaef this has been merged - thanks for doing this. --- If your project is set up for it, you can reply to this email and have your reply

Re: [VOTE] TinkerPop 3.0.2-incubating Release

2015-10-21 Thread Jean-Baptiste Musso
I should add that gremlin-javascript websocket client tests are all passing as well against TP v3.0.2. On Wednesday, 21 October 2015, Jean-Baptiste Musso wrote: > Hi TinkerPop, > > $ uname -a > Darwin Macintosh.local 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 > 00:26:44 PDT 2014; root:xnu-2

[GitHub] incubator-tinkerpop pull request: Fix empty buffer return upon buf...

2015-10-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/114 --- 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 feature enabled and wishes so, or if the fe

[jira] [Commented] (TINKERPOP3-905) Harden time oriented tests in ResultQueueTest

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967613#comment-14967613 ] ASF GitHub Bot commented on TINKERPOP3-905: --- Github user okram commented on

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-905 Harden time orien...

2015-10-21 Thread okram
Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/117#issuecomment-149985941 I ran `mvn clean install` twice. No issues. VOTE +1. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Updated] (TINKERPOP3-732) gremlin-server GraphSON serializer issue with tree()

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-732: Assignee: Dylan Millikin (was: stephen mallette) > gremlin-server GraphSON seri

[jira] [Commented] (TINKERPOP3-905) Harden time oriented tests in ResultQueueTest

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967509#comment-14967509 ] ASF GitHub Bot commented on TINKERPOP3-905: --- GitHub user spmallette opened a

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-905 Harden time orien...

2015-10-21 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/117 TINKERPOP3-905 Harden time oriented tests in ResultQueueTest https://issues.apache.org/jira/browse/TINKERPOP3-905 Now that the test relies on a CountDownLatch to explicitly b

[jira] [Created] (TINKERPOP3-905) Harden time oriented tests in ResultQueueTest

2015-10-21 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP3-905: --- Summary: Harden time oriented tests in ResultQueueTest Key: TINKERPOP3-905 URL: https://issues.apache.org/jira/browse/TINKERPOP3-905 Project: TinkerPop 3

[jira] [Commented] (TINKERPOP3-861) Solve "The Number Problem" for Operator (and follow on operators)

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967420#comment-14967420 ] ASF GitHub Bot commented on TINKERPOP3-861: --- Github user okram commented on

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-861: Solve "The Numbe...

2015-10-21 Thread okram
Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/116#issuecomment-149957481 This is really solid work. The code is clean, the test cases are thorough. * I am assuming you ran `mvn clean install`. * Be sure to update CHANG

[GitHub] incubator-tinkerpop pull request: Tinkerpop3 861 :: Solve "The Num...

2015-10-21 Thread dkuppitz
GitHub user dkuppitz opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/116 Tinkerpop3 861 :: Solve "The Number Problem" for Operator (and follow on operators) I implemented `NumberHelper`, which a) determines the highest common `Number` type for a list of gi

[GitHub] incubator-tinkerpop pull request: Fix empty buffer return upon buf...

2015-10-21 Thread pluradj
Github user pluradj commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/114#issuecomment-149948427 Built successfully with `mvn clean install -DcleanGrapes`. Manually ran a couple subgraph() tests with Gremlin Server and Gremlin Console (remote).

Re: [VOTE] TinkerPop 3.0.2-incubating Release

2015-10-21 Thread davebs...@gmail.com
On 19/10/2015 11:26:58, Stephen Mallette wrote: > Hello, > > The release artifacts can be found at this location: > https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.0.2-incubating/ > > The source distribution is provided by: > apache-tinkerpop-3.0.2-incubating-source-release.zip >

RAN MAGEN: Distributed Graph Traversal in SOLR

2015-10-21 Thread Marko Rodriguez
Hi Ran, I thought you might like to see this ticket in SOLR. https://issues.apache.org/jira/browse/SOLR-8176 Perhaps you can share some insights on ElasticGremlin and perhaps, they may adopt Gremlin as their query language for such things. Take care, Marko. http://markorodriguez.com

[jira] [Commented] (TINKERPOP3-762) Allow mid-traversal V() (and E())

2015-10-21 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967344#comment-14967344 ] Daniel Kuppitz commented on TINKERPOP3-762: --- Given the comments in https://i

[jira] [Commented] (TINKERPOP3-838) Metatags for old docs

2015-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967330#comment-14967330 ] Marko A. Rodriguez commented on TINKERPOP3-838: --- I think the common patt

[jira] [Closed] (TINKERPOP3-838) Metatags for old docs

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP3-838. --- Resolution: Won't Fix Fix Version/s: (was: 3.1.0-incubating) Seems like

Re: [jira] [Created] (TINKERPOP3-902) Remove g.E() in favor of g.V().outE()

2015-10-21 Thread Marko Rodriguez
Hi, I just updated the ticket to WON'T FIX. It was funny, as I was typing up the ticket I was realizing how nasty the strategy would be for g.V().outE().has(ids,within(…))… So good, I'm glad people use g.E(). The reason I brought this up was because of this ticket: https://issues.apache

[jira] [Closed] (TINKERPOP3-902) Remove g.E() in favor of g.V().outE()

2015-10-21 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP3-902. - Resolution: Won't Fix This was just an idea that as I was writing it sounded b

Re: [VOTE] TinkerPop 3.0.2-incubating Release

2015-10-21 Thread Ted Wilmes
+1 (non-binding) Built from source, ran the tests, manually tested and things look good. Thanks, Ted On Wed, Oct 21, 2015 at 8:47 AM, pieter-gmail wrote: > +1 (non-binding) > > Ran StructuredStandardSuite, ProcessStandardSuite, > GroovyProcessStandardSuite. > > Thanks > Pieter > > On 19/10/201

Re: [VOTE] TinkerPop 3.0.2-incubating Release

2015-10-21 Thread pieter-gmail
+1 (non-binding) Ran StructuredStandardSuite, ProcessStandardSuite, GroovyProcessStandardSuite. Thanks Pieter On 19/10/2015 17:26, Stephen Mallette wrote: > Hello, > > The release artifacts can be found at this location: > https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.0.2-incubati

[jira] [Commented] (TINKERPOP3-885) Change Transaction.onReadWrite() to be a ThreadLocal setting

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966785#comment-14966785 ] ASF GitHub Bot commented on TINKERPOP3-885: --- Github user PommeVerte commente

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-885 Made Transaction....

2015-10-21 Thread PommeVerte
Github user PommeVerte commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/113#issuecomment-149890177 Ok that all makes perfect sense (I should have picked up on the AbstractThreadLocalTransaction), I'll go ahead with those changes. --- If your project

[jira] [Commented] (TINKERPOP3-885) Change Transaction.onReadWrite() to be a ThreadLocal setting

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966768#comment-14966768 ] ASF GitHub Bot commented on TINKERPOP3-885: --- Github user spmallette commente

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-885 Made Transaction....

2015-10-21 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/113#issuecomment-149887110 A few items - and sorry i didn't provide more information in the JIRA ticket on this aspect, but it didn't become apparent to me until I looked at your

[jira] [Closed] (TINKERPOP3-319) BulkLoaderVertexProgram for generalized batch loading across graphs

2015-10-21 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz closed TINKERPOP3-319. - Resolution: Fixed To be continued in https://issues.apache.org/jira/browse/TINKERPOP3-

[jira] [Created] (TINKERPOP3-904) BulkLoaderVertexProgram optimizations

2015-10-21 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP3-904: - Summary: BulkLoaderVertexProgram optimizations Key: TINKERPOP3-904 URL: https://issues.apache.org/jira/browse/TINKERPOP3-904 Project: TinkerPop 3 I

[jira] [Updated] (TINKERPOP3-319) BulkLoaderVertexProgram for generalized batch loading across graphs

2015-10-21 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kuppitz updated TINKERPOP3-319: -- Fix Version/s: 3.0.2-incubating > BulkLoaderVertexProgram for generalized batch load

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-885 Made Transaction....

2015-10-21 Thread PommeVerte
Github user PommeVerte commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/113#issuecomment-149878701 Done, it was a conflict with the upgrade documentation --- If your project is set up for it, you can reply to this email and have your reply appear on G

[jira] [Commented] (TINKERPOP3-885) Change Transaction.onReadWrite() to be a ThreadLocal setting

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966734#comment-14966734 ] ASF GitHub Bot commented on TINKERPOP3-885: --- Github user PommeVerte commente

[jira] [Commented] (TINKERPOP3-634) Configurable Graph Hiding in Gremlin Server

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966724#comment-14966724 ] stephen mallette commented on TINKERPOP3-634: - yes - that's an interesting

[jira] [Commented] (TINKERPOP3-634) Configurable Graph Hiding in Gremlin Server

2015-10-21 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966719#comment-14966719 ] Dylan Millikin commented on TINKERPOP3-634: --- Just a train of thought but wou

Re: [VOTE] TinkerPop 3.0.2-incubating Release

2015-10-21 Thread Bryn Cooke
Hi Tinkerpop, I downloaded the source, ran all the tests, ran all the gremlin server tests. Everything passed. It's a +1 from me. Cheers, Bryn On 20/10/15 22:10, James Thornton wrote: Yes, meant to include the VOTE: +1 - James On Tue, Oct 20, 2015 at 3:58 PM, Marko Rodriguez wrote: Hi J

[jira] [Commented] (TINKERPOP3-885) Change Transaction.onReadWrite() to be a ThreadLocal setting

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1493#comment-1493 ] ASF GitHub Bot commented on TINKERPOP3-885: --- Github user spmallette commente

[GitHub] incubator-tinkerpop pull request: TINKERPOP3-885 Made Transaction....

2015-10-21 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/113#issuecomment-149860764 @PommeVerte can you please merge up master into this pr and resolve the conflicts in your fork? I can continue review once you do that. thanks. --- I

[jira] [Commented] (TINKERPOP3-903) Fix empty buffer return upon buffer capacity exceeded

2015-10-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966650#comment-14966650 ] ASF GitHub Bot commented on TINKERPOP3-903: --- Github user spmallette commente

[GitHub] incubator-tinkerpop pull request: Fix empty buffer return upon buf...

2015-10-21 Thread spmallette
Github user spmallette commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/114#issuecomment-149858993 Created an issue in JIRA to tie this to: https://issues.apache.org/jira/browse/TINKERPOP3-903 @okram note that i think @christianbellina

[jira] [Commented] (TINKERPOP3-902) Remove g.E() in favor of g.V().outE()

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966645#comment-14966645 ] stephen mallette commented on TINKERPOP3-902: - I've seen {{g.E()}} in use

[jira] [Created] (TINKERPOP3-903) Fix empty buffer return upon buffer capacity exceeded

2015-10-21 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP3-903: --- Summary: Fix empty buffer return upon buffer capacity exceeded Key: TINKERPOP3-903 URL: https://issues.apache.org/jira/browse/TINKERPOP3-903 Project: Tin

Re: [jira] [Created] (TINKERPOP3-902) Remove g.E() in favor of g.V().outE()

2015-10-21 Thread pieter-gmail
Yes, we do, in particular for bulk deletions. Further I am a sucker for the symmetry of g.V() and g.E(). Cheers Pieter On 20/10/2015 22:23, Marko A. Rodriguez (JIRA) wrote: > Marko A. Rodriguez created TINKERPOP3-902: > - > > Summary: Remo

[jira] [Closed] (TINKERPOP3-883) Improve documentation process to allow for static documents

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP3-883. --- Resolution: Invalid Fix Version/s: (was: 3.1.0-incubating) This was int

[jira] [Updated] (TINKERPOP3-634) Configurable Graph Hiding in Gremlin Server

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-634: Fix Version/s: (was: 3.1.0-incubating) Can't quite think of a way to do this

[jira] [Updated] (TINKERPOP3-21) Auto-List Conversion Configuration for Neo4j

2015-10-21 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP3-21: --- Priority: Trivial (was: Major) Fix Version/s: (was: 3.1.0-incubating)

Re: [DISCUSS] Bump Neo4j to the latest version for 3.1.0.

2015-10-21 Thread Michael Hunger
Hi Marko, Which fits with the Neo4j 2.3.0 release which is out tomorrow, which i can do immediately. Lemme pick up the discussion about HA with Philip again. Cheers, Michael > Am 19.10.2015 um 14:44 schrieb Marko Rodriguez : > > Hi, > > https://issues.apache.org/jira/browse/TINKERPOP3-

[jira] [Commented] (TINKERPOP3-902) Remove g.E() in favor of g.V().outE()

2015-10-21 Thread Dylan Millikin (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP3-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966365#comment-14966365 ] Dylan Millikin commented on TINKERPOP3-902: --- Yeah we do this (and combinatio