vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
371 stars 109 forks source link

Proper way to migrate to java 8 #263

Open SamoylovMD opened 8 years ago

SamoylovMD commented 8 years ago

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.