confluentinc / kafka-connect-storage-common

Shared software among connectors that target distributed filesystems and cloud storage.
Other
5 stars 155 forks source link

CC-27029 Bump joda-time version #370

Closed subhashiyer9 closed 4 months ago

subhashiyer9 commented 4 months ago

Problem

joda-time version 2.9.6 does not handle the daylight savings for some timezones and was formatting the time incorrectly. Example, for America/Santiago timezone, the timezone was formatted incorrectly when the day light savings ended

RCCA-19503

Solution

Fix the dependency to v2.10.1 which has the fix for same.

Does this solution apply anywhere else?
If yes, where?

Test Strategy

Testing done:

Release Plan