vkostyukov/la4j

Proper way to migrate to java 8

Opened this issue · 0 comments

I'm currently thinking about migration to jdk 8 and have a bunch of questions. First of all, this will cause a need for clients to install jdk 8 to support la4j, is that acceptable? Then, how do we migrate, by only adding additional constructors/methods or by full migration of existing code?

Related to #164.