embulk / embulk-input-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC input plugins for Embulk
Other
102 stars 74 forks source link

Replace Embulk's Timestamp-related classes to embulk-util-timestamp and java.time #182

Closed dmikurube closed 4 years ago

dmikurube commented 4 years ago

Embulk's core has contained TimestampFormatter and TimestampParser in it, but they caused some compatibility problems in the past.

We are going to make them deprecated, and we're providing an independent Timestamp library embulk-util-timestamp. It does not depend on Embulk's core, nor JRuby. https://github.com/embulk/embulk-util-timestamp

Once a plugin uses the Timestamp library, the plugin is not affected by any Timestamp changes in Embulk's core.