anathema / anathema_legacy

Anathema is an exhaustive suite for all aspects of Exalted series management. This repository hold the code to support Exalted 1, Exalted 2 and Exalted 2.5.
http://anathema.github.com
69 stars 70 forks source link

Update Reflections to fully support Java 8 #366

Closed UrsKR closed 10 years ago

UrsKR commented 10 years ago

The current version of Reflections doesn't support lambdas and method references due to an outdated version of Javassist.

Their code is already up to date, all that's missing is a fresh snapshot. Until we can update to the latest version, class discovery will fail if we use these features.

For discussion, see their issue ronmamo/reflections#15.

Related to #364.