-
Notifications
You must be signed in to change notification settings - Fork 677
Release Train Codd
Oliver Gierke edited this page Jan 17, 2014
·
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 - Nov 21st, 2013
- RC1 - Jan 24th, 2014
- GA - Feb 24th, 2014
- Spring Data Build 1.3
- 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
- Spring Data REST 2.0
- Upgrade to Java 6.
- Upgrade to Spring 3.2.5.
-
DATACMNS-386- Upgrade to Spring 3.2.5. -
DATACMNS-391- Ensure compatibility with Spring 4. -
DATACMNS-364- Ability to override CRUD methods with manually defined query. -
DATACMNS-389- Support for annotation based auditing configuration (@Enable…Auditing
}. -
DATACMNS-392- Dedicated control for repository instantiation (eager VS. lazy). -
DATACMNS-363- Support for unicode characters in property reference expressions. -
DATACMNS-395- General performance improvements.
-
DATACMNS-411- Support for Java 8 date/time types on Spring 4.0.1 or better. -
DATACMNS-415- Performance improvements in repository scanning. -
DATACMNS-416- Provide means to enforce eager instantiation of CDI repository beans. -
DATACMNS-418,DATACMNS-419-PagedResourcesAssembler
adds self links toPagedResources
(including template variables).
-
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 (@EnableJpaAuditing
). -
DATAJPA-419-- Dedicated control for repository instantiation (eager VS. lazy). -
DATAJPA-401,DATAJPA-403- Improved JOIN handling during query derivation.
DATAJPA-417 - Upgraded to EclipseLink 2.5.1.
-
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 (@EnableMongoAuditing
). -
DATAMONGO-789- Support for dedicated authentication database. -
DATAMONGO-764- Support for SSL connections to Mongo. -
DATAMONGO-777- Upgrade to Mongo Java Driver 2.11. -
DATAMONGO-534- Support for sorted access to GridFS resources.
-
DATAGRAPH-384- Upgrade to Neo4j 2.0. -
DATAGRAPH-392- Ability to override CRUD methods with manually defined query. -
DATAGRAPH-340- CDI integration. -
DATAGRAPH-409- Improved default transaction configuration.
- Support for type type safe query methods on repositories.
-
DATAGRAPH-341 - Support for
@PersistenceConstructor
.
-
DATASOLR-99- Allow defining Solr field name via@Indexed
. -
DATASOLR-113- Support for pivot faceting.
-
DATAREST-103- Support for non-CrudRepositories. -
DATAREST-94- Remove project dependency on Guava. - DATAREST-93 - A lot of code cleanups and internal refactorings (ongoing).