Spring Data Couchbase 1.0 M1 and Spring Data Solr 1.0 GA released
Join the DZone community and get the full member experience.
Join For FreeThis post was originally authored by Oliver Gierke on the SpringSource blog
Hot on the heels of the Spring Data Babbage GA release I am happy to announce the availability of two community driven Spring Data modules, namely the first milestone of Spring Data Couchbase lead by Michael Nitschinger and the 1.0 GA of Spring Data Solr lead by Christoph Strobl.
The first milestone release of the Couchbase module contains lots of features that allow you to build content driven and scalable applications on top of Couchbase and spring-data very quickly. This release features support for templates, repositories, Java and XML-style configuration. Entities are automatically converted into JSON documents, which can be queried from Couchbase and exported through scalable map/reduce views. In addition to that, the release contains support for @Cacheable
annotations, which allow you to cache any kind of binary data (for example serialized java objects) inside Couchbase in a transparent manner.
Find more on that on the project on the project website.
The Spring Data Solr GA release is also based on the latest core release in Babbage. The release concludes a trail of milestones and release candidates and finally adds these bits and pieces:
- Boost query terms via
@Boost
- Support for
@Highlight
and@Facet
- Extensible document converter
- Enhanced multicore support
For the full release information have a look at the changelog and on the project website.
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Working on an Unfamiliar Codebase
-
Microservices Decoded: Unraveling the Benefits, Challenges, and Best Practices for APIs
-
VPN Architecture for Internal Networks
-
Design Patterns for Microservices: Ambassador, Anti-Corruption Layer, and Backends for Frontends
Comments