-
Notifications
You must be signed in to change notification settings - Fork 678
Release Train Evans
Oliver Gierke edited this page Jul 3, 2015
·
31 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Evans release train that will not be back-ported into Dijkstra service releases.
- M1 - July 10th, 2014
- RC1 - August 13th, 2014
- GA - September 5th, 2014
- SR1 - October 30th, 2014
- SR2 - January 28th, 2015
- SR3 - July 1st, 2015 (final service release)
- Upgrade to Spring 4.0 as dependency baseline (previously Spring 3.2).
- Support for MongoDB 2.6 features.
- Support for SpEL support in queries (JPA).
- Upgrade to recent Solr Version (keep source 1.6 compliant).
- Moving to Asciidoctor for reference documentation.
- Improved multi-store setup.
- Support for custom implementations in CDI extensions.
- Spring Data Build 1.5
- Spring Data Commons 1.9
- Spring Data JPA 1.7
- Spring Data MongoDB 1.6
- Spring Data Neo4j 3.2
- Spring Data Solr 1.3
- Spring Data Elasticsearch 1.1
- Spring Data Couchbase 1.2
- Spring Data Cassandra 1.1
- Spring Data Gemfire 1.5
- Spring Data Redis 1.4
- Spring Data REST 2.2
-
#94- Upgrade Spring baseline to 4.0.6. -
#77- Upgrade Spring baseline to 4.0.5. -
#83/#90- Upgrade to Querydsl 3.4.0.
-
#97- Infrastructure for building the reference documentation from Asciidoctor. -
#90- Upgrade to Querydsl 3.4.2.
-
#104- Upgrade to Querydsl 3.4.3.
-
DATACMNS-516- Support for deriving limiting queries likefindTop10By...
-
DATACMNS-532- Support for Java 8 default methods on repository methods. -
DATACMNS-535- Upgraded build to Java 7 (retaining Java 6 compatibility).
-
DATACMNS-526- Improve multi-store behavior. -
DATACMNS-557- Support for custom implementations in CDI repositories. -
DATACMNS-551- Move to Asciidoctor for reference documentation.
-
DATACMNS-571- Move to JDK 8 for building.
-
DATAJPA-564- Support for SpEL based parameter expressions in repository queries. -
DATAJPA-506- Support forBlob
-to-byte[]
conversion.
-
DATAJPA-574- Support for query hints and lock modes onQueryDslPredicateExecutor
implementation. -
DATAJPA-579- Adapt to new multi-store configuration. -
DATAJPA-580- Move to Asciidoctor for reference documentation. -
DATAJPA-584- Support for custom implementations in CDI repositories.
-
DATAMONGO-850- Support for{$text : { $search : "full text search" } }
. -
DATAMONGO-975- Enhanced support for MongoDB 2.6 features in aggregation framework.
-
DATAMONGO-973- Support for full-text search in derived repository queries. -
DATAMONGO-993- Support for system variables in aggregation framework. -
DATAMONGO-1009- Adapt to new multi-store configuration. -
DATAMONGO-1015- Move to Asciidoctor for reference documentation. -
DATAMONGO-1017- Support for custom implementations in CDI repositories. -
DATAMONGO-1024- Upgrade to MongoDB Java driver 2.13.3.
-
DATAGRAPH-492- Adapt to deprecations in Spring Data Commons. -
DATAGRAPH-500- Support for custom implementations in CDI repositories.
-
DATASOLR-72- Support for automatic schema creation -
DATASOLR-162- Deep pagination support.
-
DATASOLR-184- Improve multi-store behavior. -
DATASOLR-186- Support for obtainingSlice
. -
DATASOLR-187- Support for custom implementations in CDI repositories.
-
DATAES-94- Upgrade to Elasticsearch 1.2 (requires Java 7). -
DATAES-96- Aggregation support inElasticsearchTemplate
.
-
DATAES-89- Support for geo-location queries. -
DATAES-114- Move to Asciidoctor for reference documentation.
-
DATACOUCH-100- Move to Asciidoctor for reference documentation.
-
DATACASS-150- Move to Asciidoctor for reference documentation.
-
SGF-294- EnableGatewayReceiver
s andGatewaySender
s to be started manually.
-
SGF-305- Move to Asciidoctor for reference documentation.
-
DATAREDIS-314- Support forSCAN
commands.
-
DATAREDIS-324- Add support to configure Sentinels for obtaining connection to current master node. -
DATAREDIS-330- Add support forSENTINEL
commands.
-
DATAREST-317- Support for excerpt projections. -
DATAREST-348- Support for dedicated PATCH media types (application/json-patch+json
,application/merge-patch+json
). -
DATAREST-330- Support for HEAD requests. -
DATAREST-333- Support for OPTIONS requests. -
DATAREST-230- Support for serving ALPS documents.
-
DATAREST-346- Move to Asciidoctor for reference documentation.