Migrate away from Joda-Time to java.time

Open
#144 1 comment 0 reactions 1 assignee View on GitHub

@sbrossie is already working on this.

Since Feb 24, 2026.

Assessment

This issue has not been assessed yet.

Description

enhancement

Summary

Migrate killbill-client-java from Joda-Time to the java.time (JSR-310) API.

Joda-Time has been in maintenance mode since Java SE 8 introduced java.time. The project itself recommends migrating to java.time.

Tasks

  • Identify all usages of Joda-Time (org.joda.time) across the codebase
  • Replace DateTime with java.time.OffsetDateTime or java.time.ZonedDateTime
  • Replace LocalDate with java.time.LocalDate
  • Replace DateTimeZone with java.time.ZoneId
  • Update serialization/deserialization (Jackson, JSON mappings)
  • Remove Joda-Time dependency from pom.xml
  • Update tests
  • Ensure backward compatibility of the public API (or document breaking changes)
Dominant language
Java
Stars
35
Forks
67
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from killbill/killbill-client-java

All issues in killbill/killbill-client-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.