-
Notifications
You must be signed in to change notification settings - Fork 677
Release Train Codd
Oliver Gierke edited this page Nov 12, 2013
·
31 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Codd release train that will not be back-ported into Babbage service releases.
- M1 - end of Oct, 2013 (tbc)
- RC1 - end of Nov, 2013 (tbc)
- GA - Dec, 2013 (tbc)
- Spring Data Commons 1.7
- Spring Data JPA 1.5
- Spring Data MongoDB 1.4
- Spring Data Neo4j 3.0
- Spring Data Solr 1.1 (tbc)
- Spring Data REST 2.0 (tbc)
-
DATACMNS-368- Upgrade to Spring 3.2.5. -
DATACMNS-364- Ability to override CRUD methods with manually defined query. -
DATACMNS-389- Support for annotation based auditing configuration. -
DATACMNS-392- Dedicated control for repository instantiation (eager VS. lazy).
-
DATAJPA-398- Ability to override CRUD methods with manually defined query. -
DATAJPA-83- Added getOne(…) toJpaRepository
(to exposeEntityManager.getReference(…)
). -
DATAJPA-265- Support for annotation based auditing configuration. -
DATAJPA-419-- Dedicated control for repository instantiation (eager VS. lazy).
-
DATAMONGO-760- Ability to override CRUD methods with manually defined query. -
DATAMONGO-766- Support for nested field references through @Field. -
DATAMONGO-770- Support for IgnoreCase in query derivation. -
DATAMONGO-774- Support for SpEL expressions in aggregation framework support. -
DATAMONGO-792- Support for annotation based auditing configuration.
-
DATAGRAPH-384- Upgrade to Neo4j 2.0. -
DATAGRAPH-392- Ability to override CRUD methods with manually defined query. -
DATAGRAPH-340- CDI integration.
- Support for type type safe query methods on repositories.
-
DATAGRAPH-341 - Support for
@PersistenceConstructor
.