luontola / retrolambda

Backport of Java 8's lambda expressions to Java 7, 6 and 5
Apache License 2.0
3.54k stars 227 forks source link

The Maven plugin no longer uses classpathFile #141

Closed dmitri-gb closed 6 years ago

dmitri-gb commented 6 years ago

The Maven plugin was made to use the retrolambda.classpathFile property in commit fd5b63c7745eeaca99b6b8401611e5cd80d1aa25, however, a regression was introduced in c534b941226060e6421a244835e65523ab748795 and the plugin now uses retrolambda.classpath again, which makes it fail to execute on Windows when the class path is very long.

luontola commented 6 years ago

Thanks for finding this. It is fixed in Retrolambda 2.5.4.