Version 1.1 released
Merry Christmas to all of you. Here's the geek christmas present for JPA and Spring developers. Hades 1.1 comes with some major bugfixes, minor extensions and some SPI to allow more sophisticated extension of Hades DAO creation. The most important tickets were:
- #159 - Pagination in query methods triggered lookup of entire resultset rather that only of the page
- #136 - Sorting directions can now be defined per sort property
- #139 - Allow easy adding of a custom DAO method to all DAOs
- #162 - Derived queries now also work if a subclass of the managed entity is returned
- #172, #173, #174 - Various issues regarding binding of Sort property for query methods
For a detailed changelog see Version 1.1. Note that as Hades is still able to run with latest Spring 2.5.x versions it is officailly been tested against Spring 3.0 GA.
Comments