-
Notifications
You must be signed in to change notification settings - Fork 674
Release Train Gosling
John Blum edited this page May 20, 2015
·
28 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Gosling release train that will not be back-ported into Fowler service releases.
- M1 - TBA
- RC1 - TBA
- GA - TBA
- Upgrade Spring Framework baseline to 4.1.
- Support for Querydsl 4.0.
- Ease implementability of custom repository code (per repo, for all repositories).
- Query augmentation (e.g. for soft-deletes in JPA).
- SpEl support for
@Query
methods for (non-JPA modules, basis for security integration). - Dynamic projections on repository query method level (return type, fetch-graph-like).
- Advanced MongoDB 3.0 support (BSON types).
- Spring Data Build 1.7
- Spring Data Commons 1.11
- Spring Data JPA 1.9
- Spring Data MongoDB 1.8
- Spring Data Neo4j 3.4
- Spring Data Solr 1.5
- Spring Data Elasticsearch 1.3
- Spring Data Couchbase 1.4
- Spring Data Cassandra 1.3
- Spring Data Gemfire 1.7
- Spring Data Redis 1.6
- Spring Data REST 2.4
- #159 - Upgrade to Spring 4.1.6.
- SGF-400 - SpringContextBootstrappingInitializer Configurable ClassLoader support.
- SGF-396 - PropertyPlaceholder support for Locator/Servers in gfe:pool.
- SGF-395 - JavaConfig support with SpringContextBootstrappingInitializer.
- SGF-353 - Upgrade to Pivotal GemFire 8.1.0 GA.
- SGF-370 - Multi-Index definition and creation support.
- SGF-196 - Support to mutate existing Region using gfe:lookup-region.