Java Maven project in Eclipse neon (4.6.0), simply does not compile when using lambda.
The error:
use lambda expressions are not supported in -source 1.5 (use -source 8 or higher to enable lambda expressions)
The detail is that I'm using JDK 8:
Java (TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot (TM) 64-Bit Server VM (build 25.101-b13, mixed mode) >
Eclipse is also configured correctly as shown below: