Make ListenableFuture lambda compliant [SPR-11820] #16440
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Sébastien Deleuze opened SPR-11820 and commented
When building a Spring 4 / Java 8 application, we can't use lambda with ListenableFuture since ListenableFutureCallback is not a functional interface (2 methods to implement).
5 proposals to improve this:
My prefered solution is the 3rd.
Any feedback or advice ?
Affects: 4.0.5
Issue Links:
Referenced from: commits 4e25a14, 86e8bda
1 votes, 5 watchers
The text was updated successfully, but these errors were encountered: