[jira] [Commented] (TINKERPOP-1318) java.lang.NoSuchMethodError: org/hamcrest/Matcher.describeMismatch

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

[GitHub] incubator-tinkerpop pull request #329: TINKERPOP-1318: use mockito-core inst...

2016-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/329 --- 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

[GitHub] incubator-tinkerpop pull request #328: TINKERPOP-1317: use graph class as ro...

2016-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/328 --- 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

[GitHub] incubator-tinkerpop issue #333: if there is no edge label in the GraphML fil...

2016-06-07 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/333 Travis still seems to be having a problem. You can see the "red X" on the Travis job in github - just click the "Details" link next to it to see the problem being reported. --- If

Re: Documentation deprecation warning on Github Wikis

2016-06-07 Thread Dylan Bethune-Waddell
I believe I mentioned this on the Titan or Tinkerpop mailing list but it was off-topic at the time, so I will restate here: What about a pinned post on the gremlin-users mailing lists linking to the most recent docs and website as another guidepost for users in line with this one? Does this

Re: Documentation deprecation warning on Github Wikis

2016-06-07 Thread Marko Rodriguez
I think that is a good idea and I like the header. Thanks, Marko. http://markorodriguez.com > On Jun 7, 2016, at 2:05 PM, Jean-Baptiste Musso wrote: > > Dear devs, > > I was thinking recently that we could add a deprecation warning > message on top of all former Github

Documentation deprecation warning on Github Wikis

2016-06-07 Thread Jean-Baptiste Musso
Dear devs, I was thinking recently that we could add a deprecation warning message on top of all former Github Wiki pages and warn visitors that a new version of TinkerPop is available. I think this was also brought up recently on the mailing list so I'm opening a discussion here. I feel that

[GitHub] incubator-tinkerpop issue #333: if there is no edge label in the GraphML fil...

2016-06-07 Thread SergeVil
Github user SergeVil commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/333 Will take a look On Tue, Jun 7, 2016 at 2:18 PM, stephen mallette wrote: > Note that your PR is failing for Travis: > >

[GitHub] incubator-tinkerpop issue #333: if there is no edge label in the GraphML fil...

2016-06-07 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/333 Note that your PR is failing for Travis: https://travis-ci.org/apache/incubator-tinkerpop/builds/135940598#L6936 Any idea what's wrong? --- If your project is set

[jira] [Commented] (TINKERPOP-1328) Provide [gremlin-python] as an code executor in docs

2016-06-07 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15319028#comment-15319028 ] Daniel Kuppitz commented on TINKERPOP-1328: --- And there's the problem. The pre-processor

[GitHub] incubator-tinkerpop issue #333: if there is no edge label in the GraphML fil...

2016-06-07 Thread SergeVil
Github user SergeVil commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/333 > Why waste the object creation using Optional? Instead, in one line, do: > edgeOutVertex.addEdge(null == edgeLabel ? Edge.DEFAULT_LABEL : edgeLabel, edgeInVertex, propsReady);

[GitHub] incubator-tinkerpop pull request #333: if there is no edge label in the Grap...

2016-06-07 Thread SergeVil
GitHub user SergeVil opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/333 if there is no edge label in the GraphML file, then use Edge.DEFAULT As per suggestion in

[GitHub] incubator-tinkerpop pull request #332: if there is no edge label in the Grap...

2016-06-07 Thread SergeVil
GitHub user SergeVil opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/332 if there is no edge label in the GraphML file, then use Edge.DEFAULT As per suggestion in

[GitHub] incubator-tinkerpop pull request #331: if there is no edge label in the Grap...

2016-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/331 --- 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

[GitHub] incubator-tinkerpop issue #331: if there is no edge label in the GraphML fil...

2016-06-07 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/331 I posted a note about this here: https://groups.google.com/d/msg/gremlin-users/56CI2PTWueg/0Hj915GyEQAJ with more explicit instructions. Your code change looks

[jira] [Commented] (TINKERPOP-1254) Support dropping traverser path information when it is no longer needed.

2016-06-07 Thread Ted Wilmes (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318584#comment-15318584 ] Ted Wilmes commented on TINKERPOP-1254: --- I'm getting close to ready for a review. I ended up

[GitHub] incubator-tinkerpop issue #330: TINKERPOP-1319: several FeatureRequirement a...

2016-06-07 Thread pluradj
Github user pluradj commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/330 `mvn clean install && mvn verify -pl gremlin-server -DskipIntegrationTests=false` runs cleanly. VOTE: +1 --- If your project is set up for it, you can reply to this email and

[jira] [Commented] (TINKERPOP-1321) Loosen coupling between TinkerPop serialization logic and shaded Kryo

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

[GitHub] incubator-tinkerpop pull request #325: TINKERPOP-1321 Introduce Kryo shim to...

2016-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/325 --- 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

[jira] [Commented] (TINKERPOP-1196) Calls to Result.one() might block indefinitely

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

[GitHub] incubator-tinkerpop pull request #322: TINKERPOP-1196 Fix for Result.one() w...

2016-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-tinkerpop/pull/322 --- 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

[GitHub] incubator-tinkerpop issue #329: TINKERPOP-1318: use mockito-core instead of ...

2016-06-07 Thread pluradj
Github user pluradj commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/329 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 this feature enabled and wishes

[jira] [Commented] (TINKERPOP-1317) IoGraphTest throws error: URI is not hierarchical

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318562#comment-15318562 ] ASF GitHub Bot commented on TINKERPOP-1317: --- Github user pluradj commented on the issue:

[jira] [Commented] (TINKERPOP-1196) Calls to Result.one() might block indefinitely

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318559#comment-15318559 ] ASF GitHub Bot commented on TINKERPOP-1196: --- Github user pluradj commented on the issue:

[GitHub] incubator-tinkerpop issue #322: TINKERPOP-1196 Fix for Result.one() which co...

2016-06-07 Thread pluradj
Github user pluradj commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/322 I inspected the code, and got 5 successful runs on my Mac. VOTE: +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Updated] (TINKERPOP-1235) Remove deprecated ProcessPerformanceSuite and TraversalPerformanceTest

2016-06-07 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1235: Description: The JUnit Benchmark based performance tests were deprecated for

[GitHub] incubator-tinkerpop issue #325: TINKERPOP-1321 Introduce Kryo shim to suppor...

2016-06-07 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/325 All tests pass with `docker/build.sh -t -n -i` 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

[jira] [Commented] (TINKERPOP-1321) Loosen coupling between TinkerPop serialization logic and shaded Kryo

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318494#comment-15318494 ] ASF GitHub Bot commented on TINKERPOP-1321: --- Github user spmallette commented on the issue:

[jira] [Closed] (TINKERPOP-1321) Loosen coupling between TinkerPop serialization logic and shaded Kryo

2016-06-07 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1321. - Resolution: Implemented Assignee: Marko A. Rodriguez > Loosen coupling

[jira] [Commented] (TINKERPOP-1254) Support dropping traverser path information when it is no longer needed.

2016-06-07 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318434#comment-15318434 ] Marko A. Rodriguez commented on TINKERPOP-1254: --- How are things going on this work?

[jira] [Created] (TINKERPOP-1326) Use KryoShim for serialization in VertexProgramHelper

2016-06-07 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1326: - Summary: Use KryoShim for serialization in VertexProgramHelper Key: TINKERPOP-1326 URL: https://issues.apache.org/jira/browse/TINKERPOP-1326

[GitHub] incubator-tinkerpop issue #325: TINKERPOP-1321 Introduce Kryo shim to suppor...

2016-06-07 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/325 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 this feature enabled and wishes

[jira] [Commented] (TINKERPOP-1321) Loosen coupling between TinkerPop serialization logic and shaded Kryo

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318400#comment-15318400 ] ASF GitHub Bot commented on TINKERPOP-1321: --- Github user dkuppitz commented on the issue:

[GitHub] incubator-tinkerpop issue #325: TINKERPOP-1321 Introduce Kryo shim to suppor...

2016-06-07 Thread okram
Github user okram commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/325 ``` [INFO] Reactor Summary: [INFO] [INFO] Apache TinkerPop ... SUCCESS [ 9.619 s] [INFO] Apache TinkerPop :: Gremlin Shaded

[jira] [Commented] (TINKERPOP-1321) Loosen coupling between TinkerPop serialization logic and shaded Kryo

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318391#comment-15318391 ] ASF GitHub Bot commented on TINKERPOP-1321: --- Github user okram commented on the issue:

[jira] [Commented] (TINKERPOP-1317) IoGraphTest throws error: URI is not hierarchical

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318389#comment-15318389 ] ASF GitHub Bot commented on TINKERPOP-1317: --- Github user twilmes commented on the issue:

[GitHub] incubator-tinkerpop issue #328: TINKERPOP-1317: use graph class as root clas...

2016-06-07 Thread twilmes
Github user twilmes commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/328 Yes, looks good to me 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 this feature

[jira] [Commented] (TINKERPOP-1317) IoGraphTest throws error: URI is not hierarchical

2016-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15318296#comment-15318296 ] ASF GitHub Bot commented on TINKERPOP-1317: --- Github user spmallette commented on the issue:

[GitHub] incubator-tinkerpop issue #328: TINKERPOP-1317: use graph class as root clas...

2016-06-07 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/incubator-tinkerpop/pull/328 @pluradj assuming @twilmes is voting +1 here pending the spelling fix, you will have your positive VOTE if you include a +1 yourself. --- If your project is set up for it, you can

Re: [DISCUSS] Amend provider listing policies

2016-06-07 Thread Stephen Mallette
I just updated the policy page to include the "version compatibility" note: http://tinkerpop.apache.org/policy.html If you are a provider it would be most helpful if you could update your project accordingly. I do think that for projects using maven that are open source, the pom.xml is a