Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: maxifier/x-guice

Property binding from resource files (5.0.4)

30 May 11:48

Choose a tag to compare

Allow to bind properties from property files from resources.

Project dependencies fix (5.0.3)

25 Nov 14:07

Choose a tag to compare

-- Fixed logback dependency
-- Strange existing cglib dependency moved to the root POM.

XGuice-JPA rework (5.0.2)

20 Nov 09:59

Choose a tag to compare

  • Introduce @DB(transaction = REQUIRES_NEW) mode
  • Introduce @DB.retries to 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.