Skip to content

Clarify GraphSON id-type behavior in TinkerGraph configuration docs#3565

Merged
spmallette merged 1 commit into
apache:masterfrom
spmallette:tp-docs-tinkergraph-graphson-id
Jul 24, 2026
Merged

Clarify GraphSON id-type behavior in TinkerGraph configuration docs#3565
spmallette merged 1 commit into
apache:masterfrom
spmallette:tp-docs-tinkergraph-graphson-id

Conversation

@spmallette

Copy link
Copy Markdown
Contributor

The IMPORTANT admonition about IdManager coercion applied broadly to graphson, but typed GraphSON preserves identifier types across the serialization round-trip (e.g. Long as g:Int64), so the coercion is only needed for untyped GraphSON. Rescope the note accordingly and add a short Java example that builds a Configuration and opens a TinkerGraph with it.

Assisted-by: Kiro:claude-opus-4.8

The IMPORTANT admonition about IdManager coercion applied broadly to
graphson, but typed GraphSON preserves identifier types across the
serialization round-trip (e.g. Long as g:Int64), so the coercion is only
needed for untyped GraphSON. Rescope the note accordingly and add a short
Java example that builds a Configuration and opens a TinkerGraph with it.

Assisted-by: Kiro:claude-opus-4.8
@spmallette
spmallette merged commit e7b035f into apache:master Jul 24, 2026
6 checks passed
@spmallette
spmallette deleted the tp-docs-tinkergraph-graphson-id branch July 24, 2026 19:03
@codecov-commenter

codecov-commenter commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.47%. Comparing base (a28cd1f) to head (5155cec).
⚠️ Report is 365 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3565      +/-   ##
============================================
+ Coverage     76.35%   76.47%   +0.11%     
- Complexity    13424    14294     +870     
============================================
  Files          1012     1036      +24     
  Lines         60341    64608    +4267     
  Branches       7075     7661     +586     
============================================
+ Hits          46076    49407    +3331     
- Misses        11548    12110     +562     
- Partials       2717     3091     +374     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants