embulk / embulk-input-jdbc

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

Remove use of @ConfigInject by replacing with Exec.getBufferAllocator #183

Closed dmikurube closed 4 years ago

dmikurube commented 4 years ago

It is not an immediate deprecation, but using @ConfigInject to get BufferAllocator is no longer recommended. We can use Exec.getBufferAllocator instead.