[GitHub] [tinkerpop] javeme commented on issue #1222: TINKERPOP-2313 Support g.E().properties().hasKey('xx') & hasValue('xx')

2019-11-13 Thread GitHub
hi @spmallette Could you accept this change? And do you think it is necessary to unify the behavior of edges comparison? like StarEdge and TinkerEdge. [ Full content available at: https://github.com/apache/tinkerpop/pull/1222 ] This message was relayed via gitbox.apache.org for

[jira] [Commented] (TINKERPOP-2076) Build with Java 11

2019-11-13 Thread Robert Dale (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973898#comment-16973898 ] Robert Dale commented on TINKERPOP-2076: re: 4. images can co-exist for multiple versions

[jira] [Commented] (TINKERPOP-2076) Build with Java 11

2019-11-13 Thread Robert Dale (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973852#comment-16973852 ] Robert Dale commented on TINKERPOP-2076: consistency for when things go awry ;) > Build with

[jira] [Commented] (TINKERPOP-2076) Build with Java 11

2019-11-13 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973848#comment-16973848 ] Stephen Mallette commented on TINKERPOP-2076: - i figured we could safely use bionic for

[jira] [Commented] (TINKERPOP-2076) Build with Java 11

2019-11-13 Thread Robert Dale (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973846#comment-16973846 ] Robert Dale commented on TINKERPOP-2076: re: 4. Noticed that docker/Dockerfile is from xenial

[jira] [Commented] (TINKERPOP-2076) Build with Java 11

2019-11-13 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973687#comment-16973687 ] Stephen Mallette commented on TINKERPOP-2076: - Summarizing and adding to the todo list

[jira] [Commented] (TINKERPOP-2314) Employ by(String) for Map when possible and improve errors around incorrect types

2019-11-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973659#comment-16973659 ] ASF GitHub Bot commented on TINKERPOP-2314: --- spmallette commented on pull request #1223:

[jira] [Updated] (TINKERPOP-2314) Employ by(String) for Map when possible and improve errors around incorrect types

2019-11-13 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Mallette updated TINKERPOP-2314: Description: This bit of Gremlin demonstrates both problems for uses of

[jira] [Created] (TINKERPOP-2314) Employ by(String) for Map when possible and improve errors around incorrect types

2019-11-13 Thread Stephen Mallette (Jira)
Stephen Mallette created TINKERPOP-2314: --- Summary: Employ by(String) for Map when possible and improve errors around incorrect types Key: TINKERPOP-2314 URL:

[GitHub] [tinkerpop] spmallette commented on issue #1213: Reverts TINKERPOP-2289 resolve ip address

2019-11-13 Thread GitHub
thanks for testing @olivertowers - i've published fresh snapshots for all release branches. [ Full content available at: https://github.com/apache/tinkerpop/pull/1213 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[jira] [Commented] (TINKERPOP-2289) Use address instead of hostname for connection

2019-11-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973342#comment-16973342 ] ASF GitHub Bot commented on TINKERPOP-2289: --- spmallette commented on pull request #1213:

Re: [DISCUSS] dependabot

2019-11-13 Thread Stephen Mallette
I may or may not have killed dependabot with this: https://github.com/apache/tinkerpop/tree/master/.dependabot Florian, if you or someone else wants to config dependabot in a "nice" way that's useful to us feel free to make the appropriate changes. As folks have interest in this tool I won't bug

Re: [GitHub] [tinkerpop] dependabot[bot] opened pull request #1221: Bump jackson-databind from 2.6.7 to 2.9.10.1 in /spark-gremlin

2019-11-13 Thread Stephen Mallette
i hate this bot. want to punch him in the face On Wed, Nov 13, 2019 at 6:45 AM wrote: > Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.6.7 > to 2.9.10.1. > > Commits > > - See full diff in [compare view]( > https://github.com/FasterXML/jackson/commits) > > > >

[GitHub] [tinkerpop] dependabot[bot] opened pull request #1221: Bump jackson-databind from 2.6.7 to 2.9.10.1 in /spark-gremlin

2019-11-13 Thread dependabot
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.6.7 to 2.9.10.1. Commits - See full diff in [compare view](https://github.com/FasterXML/jackson/commits) [![Dependabot compatibility

[jira] [Commented] (TINKERPOP-2313) Support query: g.E().properties().hasKey("xx") & hasValue("xx")

2019-11-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16973118#comment-16973118 ] ASF GitHub Bot commented on TINKERPOP-2313: --- javeme commented on pull request #1222:

[GitHub] [tinkerpop] javeme opened pull request #1222: TINKERPOP-2313 Support g.E().properties().hasKey('xx') & hasValue('xx')

2019-11-13 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2313 Currently, an exception will be thrown for this query: `XxProperty cannot be cast to Element` [ Full content available at: https://github.com/apache/tinkerpop/pull/1222 ] This message was relayed via gitbox.apache.org for

[jira] [Created] (TINKERPOP-2313) Support query: g.E().properties().hasKey("xx") & hasValue("xx")

2019-11-13 Thread Jermy Li (Jira)
Jermy Li created TINKERPOP-2313: --- Summary: Support query: g.E().properties().hasKey("xx") & hasValue("xx") Key: TINKERPOP-2313 URL: https://issues.apache.org/jira/browse/TINKERPOP-2313 Project: