• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wuwen5 / hessian / 18318963775
73%

Build:
DEFAULT BRANCH: main
Ran 07 Oct 2025 04:13PM UTC
Jobs 1
Files 146
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Oct 2025 03:10PM UTC coverage: 72.648% (+0.7%) from 71.991%
18318963775

push

github

web-flow
Add Hessian serialization support for Java Time API types (#68)

* Initial plan

* Add Hessian serialization support for Java Time API types

- Implemented serializers for LocalDateTime, MonthDay, ZoneOffset, OffsetTime, OffsetDateTime, ZonedDateTime, YearMonth, Year, Period, and ZoneId
- Implemented corresponding deserializers for all new types
- Registered all serializers/deserializers in META-INF files
- Added comprehensive tests for all new types in JavaTimeTest
- Created manual validation test to verify serialization correctness
- All types use compact binary encoding without introducing replacement types
- Existing types (Duration, Instant, LocalTime, LocalDate) remain unchanged

Co-authored-by: wuwen5 <5037807+wuwen5@users.noreply.github.com>

* Refactor OffsetDateTime and ZonedDateTime serialization to use nested objects

- Changed OffsetDateTime serialization to use LocalDateTime + ZoneOffset objects instead of primitives
- Changed ZonedDateTime serialization to use LocalDateTime + ZoneId objects instead of primitives
- Updated deserializers to properly handle reference tracking with setRef for immutable objects
- All tests pass, serialization/deserialization works correctly
- Trade-off: Slightly larger serialized size but better code reuse and maintainability

Co-authored-by: wuwen5 <5037807+wuwen5@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wuwen5 <5037807+wuwen5@users.noreply.github.com>

1808 of 2709 branches covered (66.74%)

Branch coverage included in aggregate %.

4516 of 5996 relevant lines covered (75.32%)

3.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18318963775.1 07 Oct 2025 04:13PM UTC 146
72.65
GitHub Action Run
Source Files on build 18318963775
  • Tree
  • List 146
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #18318963775
  • c82010b7 on github
  • Prev Build on main (#18287208869)
  • Next Build on main (#18351028599)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc