Thursday, July 26, 2012

[ANN] Mybatis For Scala Beta2 Released

Well, finally, the beta2. It includes some bug fixes and some new features.

All Changes:
http://www.mybatis.org/scala/mybatis-scala-core/changes-report.html

Documentation is not very complete now, but we have added more examples, I hope they are very easy to follow.

All sample code were moved to hsqldb, so it will be easy to try them.

All artifacts are in maven central repos.

Core:
    <groupId>org.mybatis.scala</groupId>
    <artifactId>mybatis-scala-core</artifactId>
    <version>1.0-beta2</version>

Samples:
    <groupId>org.mybatis.scala</groupId>
    <artifactId>mybatis-scala-samples</artifactId>
    <version>1.0-beta2</version>

Thanks to Bryan Hunt and Or Peles for its valuable contributions.

Cheers,

Mybatis Team.

No comments:

Post a Comment