AW: .NET NamingConversions Template

2018-04-26 Thread Florian Hockmann
Oh yes, looks like I forgot to remove the template when I transformed the enums into classes for Gremlin.Net. I just removed the NamingConversions.cs file and deleted the lines in the groovy script that use the template but forgot the template itself [1]. I'll push a CTR commit that also remove

.NET NamingConversions Template

2018-04-26 Thread Stephen Mallette
I just noticed that the NamingConversions.template https://github.com/apache/tinkerpop/blob/2c373064021c9df5cf02906e73bdb9f37d6c9d6c/gremlin-dotnet/glv/NamingConversions.template Doesn't appear to be referenced in the groovy script for some reason: https://github.com/apache/tinkerpop/blob/2c3730

[jira] [Commented] (TINKERPOP-1296) Remove deprecated serializedResponseTimeout from Gremlin Server

2018-04-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454869#comment-16454869 ] ASF GitHub Bot commented on TINKERPOP-1296: --- Github user dkuppitz commented

[GitHub] tinkerpop issue #859: TINKERPOP-1296 Remove previously deprecated Gremlin Se...

2018-04-26 Thread dkuppitz
Github user dkuppitz commented on the issue: https://github.com/apache/tinkerpop/pull/859 VOTE: +1 ---

Re: How to fix .Net build error?

2018-04-26 Thread Florian Hockmann
That's really strange. I don't know why you see a difference between 'dotnet bulid -c Release'  and just 'dotnet build' which is the same as 'dotnet build -c Debug' as both should be signing the assembly. Does it work now with just 'dotnet clean' and 'dotnet build -c Release' or do you always need

Re: [DISCUSS] Deprecate Order.incr/decr

2018-04-26 Thread Stephen Mallette
I created an issue for the deprecation: https://issues.apache.org/jira/browse/TINKERPOP-1956 I'm expecting to deprecate for 3.3.4 (since we're planning a quick release of 3.3.3 in the next week or so, I won't try to shove this change into that). On Thu, Apr 12, 2018 at 4:45 PM, Robert Dale wr

[jira] [Created] (TINKERPOP-1956) Deprecate Order incr/decr for asc/desc

2018-04-26 Thread stephen mallette (JIRA)
stephen mallette created TINKERPOP-1956: --- Summary: Deprecate Order incr/decr for asc/desc Key: TINKERPOP-1956 URL: https://issues.apache.org/jira/browse/TINKERPOP-1956 Project: TinkerPop

Re: [DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-26 Thread Robert Dale
I'll take 3.2.9 Robert Dale On Thu, Apr 26, 2018 at 7:35 AM, Stephen Mallette wrote: > Seems like we're all on board with getting a quick turnaround release out > the door. At this point the groovy fix is now in place and Jorge has both > TINKERPOP-1943/1944 prepared. Unless there are other maj

Re: [DISCUSS] Consider patch release 3.2.9/3.3.3

2018-04-26 Thread Stephen Mallette
Seems like we're all on board with getting a quick turnaround release out the door. At this point the groovy fix is now in place and Jorge has both TINKERPOP-1943/1944 prepared. Unless there are other major issues anyone wants to bring up, we should consider a code freeze starting this friday and p

[jira] [Commented] (TINKERPOP-1296) Remove deprecated serializedResponseTimeout from Gremlin Server

2018-04-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453856#comment-16453856 ] ASF GitHub Bot commented on TINKERPOP-1296: --- GitHub user spmallette opened a

[GitHub] tinkerpop pull request #859: TINKERPOP-1296 Remove previously deprecated Gre...

2018-04-26 Thread spmallette
GitHub user spmallette opened a pull request: https://github.com/apache/tinkerpop/pull/859 TINKERPOP-1296 Remove previously deprecated Gremlin Server infrastructure This PR actually covers these three related issues which all involve deprecation removal related to Gremlin Server:

[jira] [Commented] (TINKERPOP-1944) JavaScript GLV: DriverRemoteConnection is not exported in the root module

2018-04-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453762#comment-16453762 ] ASF GitHub Bot commented on TINKERPOP-1944: --- Github user jbmusso commented o

[GitHub] tinkerpop issue #852: TINKERPOP-1944 Export DriverRemoteConnection

2018-04-26 Thread jbmusso
Github user jbmusso commented on the issue: https://github.com/apache/tinkerpop/pull/852 VOTE +1 ---

[jira] [Commented] (TINKERPOP-1952) using Gremlin.Net in .NET Framework 4.71 console app causes "Could not load file or assembly 'System.Reflection.TypeExtensions, Version=4.0.0.0..."

2018-04-26 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453726#comment-16453726 ] Florian Hockmann commented on TINKERPOP-1952: - And you're getting that for

[jira] [Created] (TINKERPOP-1955) Gremlin.Net uses hard-coded g alias to retrieve side effects

2018-04-26 Thread Florian Hockmann (JIRA)
Florian Hockmann created TINKERPOP-1955: --- Summary: Gremlin.Net uses hard-coded g alias to retrieve side effects Key: TINKERPOP-1955 URL: https://issues.apache.org/jira/browse/TINKERPOP-1955 Proj

[jira] [Commented] (TINKERPOP-1952) using Gremlin.Net in .NET Framework 4.71 console app causes "Could not load file or assembly 'System.Reflection.TypeExtensions, Version=4.0.0.0..."

2018-04-26 Thread Kai Walter (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453642#comment-16453642 ] Kai Walter commented on TINKERPOP-1952: --- [~Florian Hockmann] you're right - that

[jira] [Commented] (TINKERPOP-1952) using Gremlin.Net in .NET Framework 4.71 console app causes "Could not load file or assembly 'System.Reflection.TypeExtensions, Version=4.0.0.0..."

2018-04-26 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16453632#comment-16453632 ] Florian Hockmann commented on TINKERPOP-1952: - Thanks for clarifying [~Kai