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

wuwen5 / hessian
73%

Build:
DEFAULT BRANCH: main
Repo Added 17 Aug 2025 06:15AM UTC
Files 146
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • main

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

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

Relevant lines Covered
Build:
Build:
5996 RELEVANT LINES 4516 COVERED LINES
3.2 HITS PER LINE
Source Files on main
  • Tree
  • List 146
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18351028599 main 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, ZonedDateT... push 08 Oct 2025 04:13PM UTC web-flow github
72.65
18318963775 main 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, ZonedDateT... push 07 Oct 2025 04:13PM UTC web-flow github
72.65
18287208869 main feat: add serializers and deserializers for java.time.LocalTime and java.time.LocalDate (#66) push 06 Oct 2025 04:12PM UTC web-flow github
71.99
18261165350 main feat: add serializers and deserializers for java.time.Duration and java.time.Instant (#65) push 05 Oct 2025 04:10PM UTC web-flow github
71.88
18246573596 main docs: add average time to resolve an issue badge to README files push 04 Oct 2025 04:11PM UTC wuwen5 github
71.75
18227578831 main docs: add average time to resolve an issue badge to README files push 03 Oct 2025 04:12PM UTC wuwen5 github
71.75
18198827917 main docs: add average time to resolve an issue badge to README files push 02 Oct 2025 04:12PM UTC wuwen5 github
71.75
18168396910 main docs: add average time to resolve an issue badge to README files push 01 Oct 2025 04:13PM UTC wuwen5 github
71.75
18136346666 main docs: add average time to resolve an issue badge to README files push 30 Sep 2025 04:13PM UTC wuwen5 github
71.75
18103372059 main chore(deps): bump org.mockito:mockito-core from 5.19.0 to 5.20.0 (#55) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://... push 29 Sep 2025 04:10PM UTC web-flow github
71.75
See All Builds (54)
  • Repo on GitHub
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

© 2025 Coveralls, Inc