iluwatar/uml-reverse-mapper

Upgrade to Java 11

iluwatar opened this issue · 1 comments

The project is currently using Java 8 features. In this task we update to Java 11. Travis build should also be set to use openjdk 11.

After the changes the code can be built with Java 11 as well, but one of the critical dependencies does not work with it. Reflections library seems to be able to handle only Java 8, so we are holding back from updating until that issue is resolved.