Sunday, March 10, 2013

MyBatis 3.2.1 Released

Dear Community,

We would like to announce the release of MyBatis 3.2.1

It is a bug fix release. You can find the detailed list of fixes in the tracker.

It is available as usual in maven central repository as a jar or a bundle.

Sincerely,
The MyBatis Team.

Thursday, February 21, 2013

MyBatis 3.2.0 Released

Dear Community,

MyBatis Team is pleased to announce the release of MyBatis 3.2.0

See the details of this release in the tracker.

It is available in maven central repository as a jar or a bundle.

New features:
- Support for plugable scripting engines.
- Support pluggable bytecode providers & Javassist.
- Cached nested queries.
- Logging improvements.
- More than 40 bug fixes.

Upgrade notes:
- MyBatis 3.2 requires Jdk 1.6 while previous versions required Jdk 1.5.

Se the docs for more details.

Thank your all for your contributions and help!

MyBatis-Spring 1.2.0 Released

Dear Community,

MyBatis Team is pleased to announce the release of MyBatis-Spring 1.2.0

See the details of this release in the tracker.

It is available in maven central repository as a jar or a bundle.

New features:
- New @MapperScan annotation.
- New <mybatis> namespace.

Upgrade Notes:
- @Autowired has been removed from SqlSessionDaoSupport (and MapperFactoryBean).
- Dependencies to Spring-Jdbc & MyBatis are now "provided" so you may need to include them explicitly in your pom.xml.

Se the docs for more details.

Thank your all for your contributions and help!

Monday, September 10, 2012

Schema Migrations 3.1.0 Released!

I've just released MyBatis Schema Migrations 3.1.0.  It contains mostly bug fixes, but is also the first release since splitting it out into its own sub-project. It also contains a number of improved defaults in the environment properties files.

http://code.google.com/p/mybatis/wiki/Migration

I plan to do an updated tutorial video with narration to help new users.

Enjoy!

Note: The Maven release and thus the Maven plugin have not been updated yet.


Wednesday, August 8, 2012

Mybatis for Scala (beta2) Code samples moved to github


Dear Scala Users,

In order to make it easier to try the scala code samples, we have published an updated version to github.

https://github.com/mnesarco/mybatis-scala-samples-beta2


Enjoy it.