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

Use embulk-util-config instead of embulk-core's config processor #130

Closed dmikurube closed 4 years ago

dmikurube commented 4 years ago

embulk-base-restclient:0.10.0 starts using embulk-util-config instead of embulk-core's config processor.

It changes method signatures of embulk-base-restclient, then method-level compatibility is lost. Plugins using this library need some modifications to catch-up.

dmikurube commented 4 years ago

Thanks!