This release is considered as stable and ready for development use. Note that some refactoring was done and class have been renamed since release 0.5 (such as HibernateLazyManager that became HibernateBeanManager).
It adds dynamic proxy generation for Hibernate beans handling. It means that your POJO will not have to extends LazyGwtPojo anymore, but just implements the standard Java Serializable interface instead !
New features :
* Dynamic proxy generation : no more technical inheritance on Hibernate POJO is needed, and your web server remains stateless
* Hibernate JPA EntityManagerFactory support
Bug fixed :
* Better collection support for clone and merge (including set and map)
Improvements :
* No more clone or merge class needed for Java5 support (clone based on defined ClassMapper)
Other :
* Needs the new BeanLib version (3.3beta10) for solving javassist proxy clone issue
* GWT 1.4 only