[tinkerpop] branch TINKERPOP-2305 created (now 6e10bde)

2019-10-11 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a change to branch TINKERPOP-2305 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. at 6e10bde TINKERPOP-2035 Move to gremlin-core This branch includes the following new commits: new

[tinkerpop] 02/03: TINKERPOP-2305 Refactor serialization method signatures

2019-10-11 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch TINKERPOP-2305 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit a76cf5de34737a45c7c71749cfbbf6f3c589e5ac Author: Jorge Bay Gondra AuthorDate: Thu Oct 10 10:13:22 2019

[tinkerpop] 01/03: TINKERPOP-2305 Introduce Buffer interface

2019-10-11 Thread jorgebg
This is an automated email from the ASF dual-hosted git repository. jorgebg pushed a commit to branch TINKERPOP-2305 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 344b737881f42eaf0e8f6c8e7fd2df526b0b3329 Author: Jorge Bay Gondra AuthorDate: Mon Oct 7 10:40:53 2019 +0200

[GitHub] [tinkerpop] jorgebay opened a new pull request #1209: TINKERPOP-2305 GraphBinary: Buffer API

2019-10-11 Thread GitBox
jorgebay opened a new pull request #1209: TINKERPOP-2305 GraphBinary: Buffer API URL: https://github.com/apache/tinkerpop/pull/1209 https://issues.apache.org/jira/browse/TINKERPOP-2305 Introduce our own `Buffer` interface as a wrapper of Netty's `ByteBuf`, allowing us to move

[GitHub] [tinkerpop] jorgebay commented on issue #1209: TINKERPOP-2305 GraphBinary: Buffer API

2019-10-11 Thread GitBox
jorgebay commented on issue #1209: TINKERPOP-2305 GraphBinary: Buffer API URL: https://github.com/apache/tinkerpop/pull/1209#issuecomment-541016783 I'll add a couple of utility methods to access the underlying memory of `Buffer` for providers to use if needed.