Re: [DISCUSS] code freeze 3.3.7/3.4.2

2019-05-24 Thread Stephen Mallette
Just wanted to point out that there seems to be some delay in apache picking up our changes to the web site (robert dale was good enough to point that out). I double checked and the latest docs generated properly locally and are in SVN. if you're checking things out you might need to wait a bit

Re: [DISCUSS] code freeze 3.3.7/3.4.2

2019-05-24 Thread Stephen Mallette
SNAPSHOT docs are published - couldn't get them out earlier since I was at DataStax Accelerate. They generally generated without too much hassle (a couple of minor fixes were needed). Hopefully they are all good to go. It doesn't look like any issues popped up this week that block release so I'd

Next steps on the mm-ADT specification.

2019-05-24 Thread Marko Rodriguez
Hello, ** This email is primarily for Kuppitz, Josh, and Stephen. *** I sent the DRAFT specification to George to get some feedback regarding a potential home for the work. As it stands, I think we have a really solid approach. Once the concept of a “instruction patterns” hit home, we were

[jira] [Created] (TINKERPOP-2226) addLabel() and removeLabel() method of Java API is not exposed for Gremlin Language

2019-05-24 Thread Ravindra Gupta (JIRA)
Ravindra Gupta created TINKERPOP-2226: - Summary: addLabel() and removeLabel() method of Java API is not exposed for Gremlin Language Key: TINKERPOP-2226 URL:

[jira] [Created] (TINKERPOP-2227) DetachedVertex public constructor ClassCast Exception

2019-05-24 Thread Fabio Lorenzi (JIRA)
Fabio Lorenzi created TINKERPOP-2227: Summary: DetachedVertex public constructor ClassCast Exception Key: TINKERPOP-2227 URL: https://issues.apache.org/jira/browse/TINKERPOP-2227 Project:

[jira] [Updated] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread Byron Bailey (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Bailey updated TINKERPOP-2228: Description: When using the by(valueMap(true)) step when using the gremlin javascript

[jira] [Updated] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread Byron Bailey (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Bailey updated TINKERPOP-2228: Description: When using the by(valueMap(true)) step when using the gremlin javascript

[jira] [Closed] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2228. --- Resolution: Not A Problem Gremlin Server only returns "references" to graph

[jira] [Commented] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread Byron Bailey (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847645#comment-16847645 ] Byron Bailey commented on TINKERPOP-2228: - Stephen, thanks for the quick analysis.  I thought

[jira] [Reopened] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette reopened TINKERPOP-2228: - > by(valueMap(true)) drops all properties during query >

[jira] [Updated] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread Byron Bailey (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Byron Bailey updated TINKERPOP-2228: Description: When using the by(valueMap(true)) step when using the gremlin javascript

[jira] [Updated] (TINKERPOP-2227) DetachedVertex public constructor ClassCast Exception

2019-05-24 Thread Fabio Lorenzi (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Lorenzi updated TINKERPOP-2227: - Environment: java -version java version "1.8.0_181" Java(TM) SE Runtime Environment

[jira] [Closed] (TINKERPOP-2227) DetachedVertex public constructor ClassCast Exception

2019-05-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette closed TINKERPOP-2227. --- Resolution: Not A Problem You need to just account for multi-properties - place

[jira] [Created] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread Byron Bailey (JIRA)
Byron Bailey created TINKERPOP-2228: --- Summary: by(valueMap(true)) drops all properties during query Key: TINKERPOP-2228 URL: https://issues.apache.org/jira/browse/TINKERPOP-2228 Project: TinkerPop

[jira] [Commented] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847654#comment-16847654 ] stephen mallette commented on TINKERPOP-2228: - what happens if you do this: {code} g.V()

[jira] [Updated] (TINKERPOP-2226) addLabel() and removeLabel() method of Java API is not exposed for Gremlin Language

2019-05-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2226: Affects Version/s: 3.3.6 > addLabel() and removeLabel() method of Java API is

[jira] [Commented] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread Byron Bailey (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847666#comment-16847666 ] Byron Bailey commented on TINKERPOP-2228: - I had to make a couple of tweaks to what you

[jira] [Commented] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847675#comment-16847675 ] stephen mallette commented on TINKERPOP-2228: - yes - those were fine...i was just

[jira] [Commented] (TINKERPOP-2228) by(valueMap(true)) drops all properties during query

2019-05-24 Thread Byron Bailey (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16847681#comment-16847681 ] Byron Bailey commented on TINKERPOP-2228: - The original posting was with valueMap(true), but

[jira] [Updated] (TINKERPOP-2225) May be useful an option to save on disk?

2019-05-24 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-2225: Affects Version/s: 3.3.6 Component/s: tinkergraph Issue