embulk / embulk-base-restclient

Base class library for Embulk plugins to access RESTful services
https://www.embulk.org/
Apache License 2.0
6 stars 7 forks source link

Remove JacksonTaskReportRecordBuffer#resumeFromTaskReport to remove calling TaskReport#getAttributes #117

Closed dmikurube closed 4 years ago

dmikurube commented 4 years ago

DataSource#getAttributes has been removed from embulk-core / embulk-api since v0.10.2. Anyone should no longer call it.

On the other hand, no any plugin is calling JacksonTaskReportRecordBuffer#resumeFromTaskReport as far as the maintainers of this library looked for. It should be okay just to remove it.

dmikurube commented 4 years ago

Thanks! Releasing v0.8.0 with this.