[jira] [Commented] (TINKERPOP-1349) RepeatUnrollStrategy should unroll loops while maintaining equivalent semantics.

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15356315#comment-15356315 ] ASF GitHub Bot commented on TINKERPOP-1349: --- Github user spmallette commented on the issue:

[GitHub] tinkerpop pull request #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread newkek
Github user newkek commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/351#discussion_r68951292 --- Diff: gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/GraphSONMessageSerializerV2d0Test.java --- @@ -0,0 +1,474 @@ +/* +

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355295#comment-15355295 ] ASF GitHub Bot commented on TINKERPOP-1274: --- Github user newkek commented on a diff in the

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355252#comment-15355252 ] ASF GitHub Bot commented on TINKERPOP-1274: --- Github user newkek commented on the issue:

[GitHub] tinkerpop issue #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread newkek
Github user newkek commented on the issue: https://github.com/apache/tinkerpop/pull/351 > tests are failing Ah I changed something quickly this morning and did not run again those tests. Will correct that. Ok for the docs, will do. --- If your project is set up for it,

[GitHub] tinkerpop issue #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/351 Note that travis isn't happy - tests are failing: ```text Failed tests: GraphSONMessageSerializerV2d0Test.shouldSerializeToJsonIteratorNullElement:147 expected:<[x]> but

[GitHub] tinkerpop pull request #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/351#discussion_r68940083 --- Diff: tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/IoDataGenerationTest.java --- @@ -275,4 +290,78 @@ else

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355134#comment-15355134 ] ASF GitHub Bot commented on TINKERPOP-1274: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop pull request #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/351#discussion_r68936696 --- Diff: gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/GraphSONMessageSerializerV2d0Test.java --- @@ -0,0 +1,474 @@ +/*

[GitHub] tinkerpop pull request #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/351#discussion_r68934451 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONMapper.java --- @@ -60,47 +61,78 @@ private

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355112#comment-15355112 ] ASF GitHub Bot commented on TINKERPOP-1274: --- Github user spmallette commented on a diff in

[jira] [Updated] (TINKERPOP-1351) Nb of connections going beyond the pool max size

2016-06-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1351: Affects Version/s: (was: 3.2.0-incubating)

[jira] [Updated] (TINKERPOP-1351) Nb of connections going beyond the pool max size

2016-06-29 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1351: Fix Version/s: 3.2.1 3.1.3 > Nb of connections going beyond

[jira] [Created] (TINKERPOP-1351) Nb of connections going beyond the pool max size

2016-06-29 Thread Ramzi Oueslati (JIRA)
Ramzi Oueslati created TINKERPOP-1351: - Summary: Nb of connections going beyond the pool max size Key: TINKERPOP-1351 URL: https://issues.apache.org/jira/browse/TINKERPOP-1351 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355071#comment-15355071 ] ASF GitHub Bot commented on TINKERPOP-1274: --- Github user spmallette commented on a diff in

[GitHub] tinkerpop pull request #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread spmallette
Github user spmallette commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/351#discussion_r68931920 --- Diff: gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/io/graphson/GraphSONIo.java --- @@ -22,11 +22,7 @@ import

[DISCUSS] GraphSON 2.0

2016-06-29 Thread Stephen Mallette
Note that a PR for GraphSON 2.0 has been submitted: https://github.com/apache/tinkerpop/pull/351 While I haven't reviewed in full myself yet, I think that this is a very nice set of changes. Given past discussions on this list in relation to this issue, I think we should all be happy with what

[jira] [Commented] (TINKERPOP-1274) GraphSON Version 2.0

2016-06-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15355048#comment-15355048 ] ASF GitHub Bot commented on TINKERPOP-1274: --- GitHub user newkek opened a pull request:

[GitHub] tinkerpop pull request #351: TINKERPOP-1274: GraphSON 2.0.

2016-06-29 Thread newkek
GitHub user newkek opened a pull request: https://github.com/apache/tinkerpop/pull/351 TINKERPOP-1274: GraphSON 2.0. https://issues.apache.org/jira/browse/TINKERPOP-1274 # Summary of the changes : Implementation of a format for value types serialization which is