Skip to content

[enhancement] Use java.util.Optional instead of com.google.common.base.Optional, use LoggerFactory.getLogger instead of Exec.getLogger

Compare
Choose a tag to compare
@minidragon88 minidragon88 released this 16 Mar 10:25
· 54 commits to master since this release
6d6ab9f

Since Exec.getLogger and Guava will be deprecate soon from Embulk
Using

  • LoggerFactory.getLogger instead of Exec.getLogger
  • java.util.Optional instead of com.google.common.base.Optional