[hibernate-dev] Hibernate OGM 4.1.0.Beta4 is out, with support for MongoDB CLI syntax and bidirectional relationships for Neo4j

2014-06-13 Thread Davide D'Alto
Hi, I'm happy to announce a new release of Hibernate OGM. The MongoDB backend now supports the MongoDB CLI syntax for native queries. In Neo4j, we have solved a bug related to the way we store embedded collections (OGM-549 ) and we now create only o

Re: [hibernate-dev] Making tests nicer with lambdas

2014-06-13 Thread Gunnar Morling
For those interested, Java 8 actually intends to allow for "optional returns" from Lambda expressions, i.e. there may be two overloaded versions of a method, one expecting a Lambda expression with a return and one without. So the previous example could actually be written like this: Foo foo =