[GitHub] [tinkerpop] mosence closed pull request #1028: Merge pull request #1 from apache/master

2018-12-26 Thread GitHub
[ pull request closed by mosence ] [ Full content available at: https://github.com/apache/tinkerpop/pull/1028 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] mosence opened pull request #1028: Merge pull request #1 from apache/master

2018-12-26 Thread GitHub
update new version [ Full content available at: https://github.com/apache/tinkerpop/pull/1028 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] robertdale opened pull request #1027: Bump Jackson Databind 2.9.8

2018-12-26 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2121 Fixes: CVE-2018-19360, CVE-2018-19361, CVE-2018-19362, CVE-2018-1000873 ``` $ docker/build.sh -i -t -n [INFO] Apache TinkerPop ... SUCCESS [01:10 min] [INFO] Apache TinkerPop :: Gremlin Shaded

[jira] [Commented] (TINKERPOP-2119) Validate C# code samples in docs

2018-12-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16729094#comment-16729094 ] ASF GitHub Bot commented on TINKERPOP-2119: --- FlorianHockmann commented on pull request

[jira] [Assigned] (TINKERPOP-2088) Enable SourceLink for Gremlin.Net

2018-12-26 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann reassigned TINKERPOP-2088: --- Assignee: Florian Hockmann > Enable SourceLink for Gremlin.Net >

[jira] [Commented] (TINKERPOP-2088) Enable SourceLink for Gremlin.Net

2018-12-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16729103#comment-16729103 ] ASF GitHub Bot commented on TINKERPOP-2088: --- FlorianHockmann commented on pull request

[GitHub] [tinkerpop] FlorianHockmann opened pull request #1026: TINKERPOP-2088 Enable SourceLink for Gremlin.Net

2018-12-26 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2088 This requires contributors to update to .NET Core SDK 2.1.300 or newer. Travis and the Docker build now use the most recent SDK 2.2. SourceLink should make it easier for users to debug Gremlin.Net within their application as they get better

[GitHub] [tinkerpop] FlorianHockmann opened pull request #1025: TINKERPOP-2119 Add C# code examples in doc as code

2018-12-26 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2119 I moved most of the code examples from the docs into C# source files from where they are now included in the docs. The examples are mostly added as tests. Although I had to disable (`skip`) most of these tests for now as they try to connect

[jira] [Created] (TINKERPOP-2121) Bump Jackson Databind 2.9.8

2018-12-26 Thread Robert Dale (JIRA)
Robert Dale created TINKERPOP-2121: -- Summary: Bump Jackson Databind 2.9.8 Key: TINKERPOP-2121 URL: https://issues.apache.org/jira/browse/TINKERPOP-2121 Project: TinkerPop Issue Type:

[jira] [Updated] (TINKERPOP-2121) Bump Jackson Databind 2.9.8

2018-12-26 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale updated TINKERPOP-2121: --- Labels: security (was: ) > Bump Jackson Databind 2.9.8 > --- >

[jira] [Updated] (TINKERPOP-2121) Bump Jackson Databind 2.9.8

2018-12-26 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale updated TINKERPOP-2121: --- Description:   Fixes: CVE-2018-19360, CVE-2018-19361, CVE-2018-19362,  CVE-2018-1000873

[jira] [Updated] (TINKERPOP-2121) Bump Jackson Databind 2.9.8

2018-12-26 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale updated TINKERPOP-2121: --- Component/s: io > Bump Jackson Databind 2.9.8 > --- > >

[jira] [Updated] (TINKERPOP-2121) Bump Jackson Databind 2.9.8

2018-12-26 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Dale updated TINKERPOP-2121: --- Affects Version/s: 3.4.0 3.3.4 3.2.10 >

[jira] [Commented] (TINKERPOP-1964) Gremlin.Net: Expose Strategies in GraphTraversal

2018-12-26 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16729038#comment-16729038 ] Florian Hockmann commented on TINKERPOP-1964: - The easiest approach to solve this would

[jira] [Commented] (TINKERPOP-2113) P.Within() doesn't work when given a List argument

2018-12-26 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16729032#comment-16729032 ] ASF GitHub Bot commented on TINKERPOP-2113: --- FlorianHockmann commented on pull request

[GitHub] [tinkerpop] FlorianHockmann opened pull request #1024: TINKERPOP-2113 Fix P.Within() for list arguments in Gremlin.NET

2018-12-26 Thread GitHub
https://issues.apache.org/jira/browse/TINKERPOP-2119 This was apparently pretty much the same bug as with the problems we had earlier with the `inject()` step ([TINKERPOP-1972](https://issues.apache.org/jira/browse/TINKERPOP-1972)). So, the fix was also basically the same. All .NET tests

[jira] [Assigned] (TINKERPOP-2113) P.Within() doesn't work when given a List argument

2018-12-26 Thread Florian Hockmann (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florian Hockmann reassigned TINKERPOP-2113: --- Assignee: Florian Hockmann > P.Within() doesn't work when given a List

[GitHub] [tinkerpop] FlorianHockmann commented on issue #1000: TINKERPOP-1942 New Binary Serialization Format

2018-12-26 Thread GitHub
VOTE +1 [ Full content available at: https://github.com/apache/tinkerpop/pull/1000 ] This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org

[GitHub] [tinkerpop] FlorianHockmann commented on pull request #1000: TINKERPOP-1942 New Binary Serialization Format

2018-12-26 Thread GitHub
Sure, but that's not what I meant. My problem was simply that I wasn't sure how the value format and the type info are combined to form the full serialized value, but I just read the first paragraph of this document again where this is explained with: ```