This is an automated email from the ASF dual-hosted git repository.
colegreer pushed a change to branch graph-binary-4-JS-HTTP
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
omit c6646b6e07 remove additional WS references
omit 9fdac8acba remove references to WS
omit 9e50e37692 disable transactions and minor fixes
omit 7b6c6bf6da remove graphson from JS
omit 2ced41407d Fix BulkResults handling, other minor fixes
omit e9238d482c fix JS examples
omit 04c9bd0adf Fix integration and feature tests
omit 9fb81e7d95 JS GLV test infrastructure fixes
omit d12ed2e35d Replace Bytecode in tests with GremlinLang
omit f6a3edb774 Comment out deprecated method causing conflicts
omit 82a884df15 Unit test updates for HTTP and GraphBinary
omit 0045503cb2 Updated GraphBinary reader and writer to v4
omit 0bfe2381f6 minor tweaks
omit 7c81345c6e Replace JS Websockets with HTTP
omit 9ef86ab31a Updated copyright to 2026 CTR
omit 90749fe1c0 Changed copyright to 2026 CTR
add 45196e7f52 Changed copyright to 2026 CTR
add 97322b59d6 Merge branch '3.7-dev' into 3.8-dev
add 3a00724d6a Updated copyright to 2026 CTR
add cc51de3d6f Merge branch '3.8-dev'
add 6290b41905 TINKERPOP-3214 Fixed bug in VertexProperty id generation
add 81073eac4e Merge branch '3.7-dev' into 3.8-dev
add 3fde8bf60a Merge branch '3.8-dev'
add bafd861010 Replace JS Websockets with HTTP
add 2411344a46 minor tweaks
add ab54c3f379 Updated GraphBinary reader and writer to v4
add 8a3e499f53 Unit test updates for HTTP and GraphBinary
add 1b56843939 Comment out deprecated method causing conflicts
add 9345721004 Replace Bytecode in tests with GremlinLang
add 36412f0fac JS GLV test infrastructure fixes
add 52a95166f3 Fix integration and feature tests
add b3e12077b9 fix JS examples
add d5ca666db1 Fix BulkResults handling, other minor fixes
add b27663321e remove graphson from JS
add 7d39b530ab disable transactions and minor fixes
add c37978d4ce remove references to WS
add c79813ce0f remove additional WS references
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c6646b6e07)
\
N -- N -- N refs/heads/graph-binary-4-JS-HTTP (c79813ce0f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.asciidoc | 1 +
.../tinkergraph/structure/AbstractTinkerGraph.java | 25 +++--
.../tinkergraph/structure/TinkerVertex.java | 3 +
.../structure/TinkerVertexProperty.java | 1 +
.../structure/TinkerGraphIdManagerTest.java | 116 +++++++++++++++++++++
5 files changed, 138 insertions(+), 8 deletions(-)