[enhancement] Use java.util.Optional instead of com.google.common.base.Optional, use LoggerFactory.getLogger instead of Exec.getLogger
Since Exec.getLogger
and Guava
will be deprecate soon from Embulk
Using
LoggerFactory.getLogger
instead ofExec.getLogger
java.util.Optional
instead ofcom.google.common.base.Optional