Releases: maxifier/x-guice
Releases · maxifier/x-guice
Property binding from resource files (5.0.4)
Allow to bind properties from property files from resources.
Project dependencies fix (5.0.3)
-- Fixed logback dependency
-- Strange existing cglib dependency moved to the root POM.
XGuice-JPA rework (5.0.2)
- Introduce
@DB(transaction = REQUIRES_NEW)mode - Introduce
@DB.retriesto automatically restart transactions after dead locks - Introduce manual db-context handling using
UnitOfWork.begin()/end() - Rework multi-unit persistence concept, persistent-units now related to EntityManager, not the method annotation.