-
Notifications
You must be signed in to change notification settings - Fork 682
Release Train Dijkstra
Christoph Strobl edited this page Mar 25, 2014
·
58 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Dijkstra release train that will not be back-ported into Codd service releases.
- M1 - Mar 27th, 2014
- RC1 - CW 17, 2014
- GA - CW 21, 2014
- Spring Data Build 1.4
- Spring Data Commons 1.8
- Spring Data JPA 1.6
- Spring Data MongoDB 1.5
- Spring Data Neo4j 3.1
- Spring Data Solr 1.2
- Spring Data Elasticsearch 1.0
- Spring Data Couchbase 1.1
- Spring Data Cassandra 1.0 (tbc)
- Spring Data Gemfire 1.4 (tbc)
- Spring Data Redis 1.3
- Spring Data REST 2.1
- DATAJPA-437 - Add common geo spatial types.
-
DATAJPA-397- Support forSlice
s. -
DATAJPA-448- Infrastructure to support derived delete queries. -
DATAJPA-458- IntroducePersistentEntities
value object to safely accessPersistentEntity
instances from a set ofMappingContext
s
-
DATAJPA-486- Support for sliced query execution. -
DATAJPA-173- Support for@QueryHints
on CRUD methods.
-
DATAMONGO-566- Support for deriveddeleteBy...
queries. -
DATAMONGO-870- Support for sliced query execution.
- Support for type type safe query methods on repositories.
-
DATAGRAPH-341 - Support for
@PersistenceConstructor
.
-
DATASOLR-88- Support for index time boosting. (kudos @franciscospaeth) -
DATASOLR-105- Fixed problem with complex queries having nestedCritieria
expressions. -
DATASOLR-143- Support for derivedcountBy...
queries. -
DATASOLR-144- Support for deriveddeleteBy...
queries.
-
DATAREDIS-73-RedisTemplate
usesMULTI
,EXEC
|DISCARD
within spring managed transaction boundaries. -
DATAREDIS-268- Support forCLIENT
commands. -
DATAREDIS-271- Support forPSETEX
.
-
DATAREST-221- Support for projections. -
DATAREST-262- Support for nested associations. -
DATAREST-155- SPI to manually map the id being exposed in URIs.