-
Notifications
You must be signed in to change notification settings - Fork 677
Release Train Codd
Oliver Gierke edited this page Oct 8, 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 2.4
- Spring Data Solr 1.1 (tbc)
- Spring Data REST 2.0 (tbc)
-
DATACMNS-364- Ability to override CRUD methods with manually defined query.
-
DATAJPA-398- Ability to override CRUD methods with manually defined query. -
DATAJPA-83- Added getOne(…) toJpaRepository
(to exposeEntityManager.getReference(…)
).
-
DATAMONGO-760- Ability to override CRUD methods with manually defined query. - [
DATAMONGO-766}(https://jira.springsource.org/browse/DATAMONGO-766) - Support for nested field references through @Field. - [
DATAMONGO-770}(https://jira.springsource.org/browse/DATAMONGO-776) - Support for IgnoreCase in query derivation.
-
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
.