[GitHub] tinkerpop pull request #906: Add Joshua Shinavier to committers

2018-08-03 Thread joshsh
GitHub user joshsh opened a pull request: https://github.com/apache/tinkerpop/pull/906 Add Joshua Shinavier to committers Original TinkerPopper, still on the [first page](https://github.com/apache/tinkerpop/graphs/contributors) of TP3 contributors. Likely future contributions

Re: [DISCUSS] Add HugeGraph to Index Listing

2018-08-03 Thread Stephen Mallette
objecting to my own post.we shouldn't promote this thing. On Fri, Aug 3, 2018 at 11:03 AM Stephen Mallette wrote: > I think HugeGraph meets our index listing policies - though docs aren't in > english, but it seems like there's sufficient amounts of it: > >

[jira] [Commented] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16568327#comment-16568327 ] ASF GitHub Bot commented on TINKERPOP-2016: --- Github user FlorianHockmann commented on the

[GitHub] tinkerpop issue #904: TINKERPOP-2016 Bumped to Jackson 2.9.6

2018-08-03 Thread FlorianHockmann
Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/904 At least they are working on it for a future release: Ticket: https://issues.apache.org/jira/browse/SPARK-24601 PR: https://github.com/apache/spark/pull/21596 Although it

[jira] [Commented] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

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

[GitHub] tinkerpop issue #904: TINKERPOP-2016 Bumped to Jackson 2.9.6

2018-08-03 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/904 To be clear, I don't think we can force upgrade from 2.4.x to 2.9.x as it creates breaking changes in spark. Sadly, we don't even seem to have a route to resolve that for 3.4.0 because even

[DISCUSS] Add HugeGraph to Index Listing

2018-08-03 Thread Stephen Mallette
I think HugeGraph meets our index listing policies - though docs aren't in english, but it seems like there's sufficient amounts of it: https://github.com/hugegraph/hugegraph Unless there are objections in the next 72 hours, I'll assume lazy consensus and get this added (unless I forget, in

[jira] [Commented] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

2018-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16568314#comment-16568314 ] ASF GitHub Bot commented on TINKERPOP-2016: --- Github user FlorianHockmann commented on the

[GitHub] tinkerpop issue #904: TINKERPOP-2016 Bumped to Jackson 2.9.6

2018-08-03 Thread FlorianHockmann
Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/904 Ah ok, I didn't see that. I guess I'm still not really used to the way Maven works 😅 But in that case: VOTE +1 ---

[jira] [Commented] (TINKERPOP-2016) Upgrade Jackson FasterXML to 2.9.5 or later to fix security vulnerability

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

[GitHub] tinkerpop issue #904: TINKERPOP-2016 Bumped to Jackson 2.9.6

2018-08-03 Thread FlorianHockmann
Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/904 I just searched whether the library would also be used somewhere else and found it [in `spark-gremlin`](https://github.com/apache/tinkerpop/blob/tp32/spark-gremlin/pom.xml#L211): ```

[jira] [Commented] (TINKERPOP-1774) Gremlin .NET: Support min and max sizes in Connection pool

2018-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16568259#comment-16568259 ] ASF GitHub Bot commented on TINKERPOP-1774: --- Github user FlorianHockmann commented on the

[GitHub] tinkerpop issue #903: Gremlin.Net: Add ConnectionPool min and max sizes TINK...

2018-08-03 Thread FlorianHockmann
Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/903 I rebased and added a commit that should address your comments. The reference docs now contain a _Configuration_ section for Gremlin.Net. I was also able to run all tests with

[jira] [Commented] (TINKERPOP-1990) Add a shortestPath() step

2018-08-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16568096#comment-16568096 ] ASF GitHub Bot commented on TINKERPOP-1990: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop pull request #882: TINKERPOP-1990 Add a shortestPath() step

2018-08-03 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/882#discussion_r207509387 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java --- @@ -2451,6 +2452,24 @@ else if