Skip to content

mybatis-guice-1.1.0

Compare
Choose a tag to compare
@emacarron emacarron released this 08 Nov 17:39
· 1762 commits to master since this release

1.1.0 maintenance release

  • Remove mapper order restriction when referencing SQL fragment in another file. Fixes Google Code 179
  • Fixed org.mybatis.guice.configuration.ConfigurationProvider injections point, added missing setters.
  • Guice dependency upgrated to 3.0.
  • Modules are JSR330'ed.
  • Added BoneCP in the supported datasource providers.
  • Added H2DB in the supported JDBC Helpers.
  • @org.mybatis.guice.transactional.Transactional#exceptionMessage() expressed using java.util.Formatter pattern and no more with java.text.MessageFormat#format().