[jira] [Updated] (TINKERPOP-2098) Improve gremlin-server.sh help output

2019-02-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2098: Summary: Improve gremlin-server.sh help output (was: gremlin-server.sh start d

[jira] [Closed] (TINKERPOP-2098) Improve gremlin-server.sh help output

2019-02-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2098. --- Resolution: Done Assignee: stephen mallette Fix Version/s: 3.4.1

[jira] [Commented] (TINKERPOP-2098) gremlin-server.sh start does not seem to work as advertised

2019-02-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761271#comment-16761271 ] stephen mallette commented on TINKERPOP-2098: - Updated the help output to

[GitHub] [tinkerpop] spmallette commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-05 Thread GitHub
Adding typescript definitions is being discussed here: https://issues.apache.org/jira/browse/TINKERPOP-2027 perhaps you could read through that and include any thoughts you might have. i don't think anyone is working on that issue at this time, but you might want to ask on that in any comments

[GitHub] [tinkerpop] thefliik commented on issue #1056: fix: Path#toString() variable reference bug

2019-02-05 Thread GitHub
Seperately, would you be interested in a PR to port the whole javascript library over to typescript? [ Full content available at: https://github.com/apache/tinkerpop/pull/1056 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] thefliik opened pull request #1056: fix: Path#toString() variable reference bug

2019-02-05 Thread GitHub
I'm going through the process of creating typescript definitions for the javascript library, and I noticed a bug in Path#toString(). It incorrectly attempts to call a non-existant local `objects` variable instead of calling the class property `this.objects`. [ Full content available at: https:/

[jira] [Commented] (TINKERPOP-2151) Support for Vertex and Edge property deserialization in Python GLV

2019-02-05 Thread Daniel Kuppitz (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761008#comment-16761008 ] Daniel Kuppitz commented on TINKERPOP-2151: --- We could add {{WithOptions.adj

[GitHub] [tinkerpop] jorgebay commented on pull request #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
Nice catch @dkuppitz , will do! [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2151) Support for Vertex and Edge property deserialization in Python GLV

2019-02-05 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760953#comment-16760953 ] stephen mallette commented on TINKERPOP-2151: - No language variant provid

[jira] [Created] (TINKERPOP-2151) Support for Vertex and Edge property deserialization in Python GLV

2019-02-05 Thread Matthew Stafford (JIRA)
Matthew Stafford created TINKERPOP-2151: --- Summary: Support for Vertex and Edge property deserialization in Python GLV Key: TINKERPOP-2151 URL: https://issues.apache.org/jira/browse/TINKERPOP-2151

[GitHub] [tinkerpop] dkuppitz commented on pull request #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
The new configuration option should be added to the [docs](https://github.com/apache/tinkerpop/blob/TINKERPOP-2150/docs/src/reference/gremlin-applications.asciidoc#graphbinary). [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache

[GitHub] [tinkerpop] dkuppitz commented on issue #1054: TINKERPOP-2149 Add fallback resolver to TypeSerializerRegistry

2019-02-05 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1054 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
Please add an entry to CHANGELOG when you merge but otherwise VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] spmallette commented on issue #1054: TINKERPOP-2149 Add fallback resolver to TypeSerializerRegistry

2019-02-05 Thread GitHub
Please add an entry to CHANGELOG when you merge, but otherwise VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1054 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2150) GraphBinary: Support configuring the TypeSerializerRegistry builder class in config

2019-02-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760734#comment-16760734 ] ASF GitHub Bot commented on TINKERPOP-2150: --- jorgebay commented on pull req

[GitHub] [tinkerpop] jorgebay opened pull request #1055: TINKERPOP-2150 Support configuring the registry builder in config

2019-02-05 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2150 VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1055 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Updated] (TINKERPOP-2150) GraphBinary: Support configuring the TypeSerializerRegistry builder class in config

2019-02-05 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Bay updated TINKERPOP-2150: - Component/s: io > GraphBinary: Support configuring the TypeSerializerRegistry builder class i

[jira] [Created] (TINKERPOP-2150) GraphBinary: Support configuring the TypeSerializerRegistry builder class in config

2019-02-05 Thread Jorge Bay (JIRA)
Jorge Bay created TINKERPOP-2150: Summary: GraphBinary: Support configuring the TypeSerializerRegistry builder class in config Key: TINKERPOP-2150 URL: https://issues.apache.org/jira/browse/TINKERPOP-2150

[jira] [Commented] (TINKERPOP-2148) "no connection available!" is being thrown despite lots of free connections

2019-02-05 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760728#comment-16760728 ] Florian Hockmann commented on TINKERPOP-2148: - Unfortunately, this can ha

AW: ATTN Committers/PMC Members: Bio Update

2019-02-05 Thread Florian Hockmann
My bio is also still up-to-date. Regards, Florian -Ursprüngliche Nachricht- Von: Robert Dale Gesendet: Sonntag, 3. Februar 2019 03:50 An: dev@tinkerpop.apache.org Betreff: Re: ATTN Committers/PMC Members: Bio Update No change. Thanks. Robert Dale On Fri, Feb 1, 2019 at 4:14 PM Danie