pmlopes / yoke

Yoke is a middleware framework for Vert.x
http://pmlopes.github.io/yoke/
Apache License 2.0
157 stars 44 forks source link

java8 lambdas #75

Closed pmlopes closed 10 years ago

pmlopes commented 10 years ago

the API should also support upcoming java8 features to reduce the verbosity of the java code.

pmlopes commented 10 years ago

What needs to be done:

pmlopes commented 10 years ago

code now compiles under jdk8

pmlopes commented 10 years ago

most of the setup is already working for java7