Netflix / maestro

Maestro: Netflix’s Workflow Orchestrator
Apache License 2.0
3.3k stars 202 forks source link

chore: remove Joda-Time dependency from maestro-common #25 #41

Open pranaybattu opened 3 months ago

pranaybattu commented 3 months ago

Pull Request type

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

This pull request removes the Joda-Time dependency #25 from the maestro-common module and replaces it with the java.time API. The changes include:

This change modernizes the codebase by adopting the java.time API, which is the recommended approach for handling date and time in Java 8 and later versions. The updates ensure that time zone handling is consistent and efficient