You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently java 8 lambdas are incompatible with javassist. I have a project with vraptor-3.5.3 and when I add a lambda in my code, javassist throws an exception.
It's related to scanannotation, so it shouldn't affect vraptor 4, right? Maybe we should consider using reflections project (http://code.google.com/p/reflections/) to do the scanning, since scanannotation development is dead.
The text was updated successfully, but these errors were encountered:
Apparently java 8 lambdas are incompatible with javassist. I have a project with vraptor-3.5.3 and when I add a lambda in my code, javassist throws an exception.
For example:
VRaptor throws the following exception: https://gist.github.com/csokol/3de6fb450689ff3c3660
Any ideas?
It's related to scanannotation, so it shouldn't affect vraptor 4, right? Maybe we should consider using reflections project (http://code.google.com/p/reflections/) to do the scanning, since scanannotation development is dead.
The text was updated successfully, but these errors were encountered: