Spring Data MongoDB 1.0 GA released
Dear Spring Community,
to go on with SpringSource Christmas presents I'd like to announce the availability of Spring Data Mongo 1.0 GA. The release marks the end of a long road to the first step of developing sophisticated data access using a MongoDB datastore. The overall feature set includes:
- MongoTemplate to simplify performing common Mongo operations, including map-reduce and geo spatial queries
- Spring namespace to configure MongoDB instances, replica sets and JMX monitoring
- MongoConverter for domain class mapping and persistence
- Spring Data repositories support
- MongoDB Log4j appender
- Cross-store persistance - support for JPA Entities with fields transparently persisted/retrieved using MongoDB
- Java based Query, Criteria, and Update DSLs
- QueryDSL integration
Part of that release is the release of Spring Data Commons 1.2 GA which contains most of the core functionality of the high-level functionality such as entity mapping and repository abstraction. Note that we will remove the Spring Data Document repository from GitHub as we moved it to the Spring Data…