butterfly icon indicating copy to clipboard operation
butterfly copied to clipboard

Upgrade to Java 10

Open fabiocarvalho777 opened this issue 6 years ago • 0 comments

These items will have to be addressed to upgrade Butterfly to Java 10:

  • Travis CI: Travis CI doesn't support Oracle JDK 10 at the time this issue was opened, as seen here
  • Spring: Due to this issue, and other reasons, it is better to replace Spring by Guice or Dagger (preferably Dagger)
  • Deprecated usage: Remove usage of deprecated features, such as Class.newInstance() in the CLI project
  • Powermock: Make sure powermock supports Java 10 (it doesn't at the time this issue was opened)

fabiocarvalho777 avatar Jun 04 '18 21:06 fabiocarvalho777