When importing cf-java-client into eclipse (File --> Import --> Existing maven project) a lot of compile errors show up. These can be fixed with some trivial changes and minor refactorings.
It seems the compiler in eclipse is not capable of handling too deeply nested lambda expressions.
I will push a small refactoring to fix these problems.