- 
                Notifications
    You must be signed in to change notification settings 
- Fork 699
Release Train Gosling
        Oliver Gierke edited this page May 21, 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 - June 1st, 2015
- M2 - KW 27, 2015
- RC1 - KW 31, 2015
- GA - KW 36, 2015
- 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 @Querymethods 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.
- 
DATACMNS-542- Simplify the process of adding custom methods to all repositories.
- 
DATAJPA-701-PagedResourcesAssemblernow exposesfirstandlastlinks.
- 
DATACMNS-515-self-links created byPagedResourcesAssemblerare now canonical (i.e. not templated).
- #DATACMNS-684-ProxyProjectionFactoryallows access to the proxy target for created proxies.
- 
DATAJPA-674,DATAJPA-710- Simplify the process of adding custom methods to all repositories.
- 
DATAJPA-696- Support for ad-hoc fetch graph declarations.
- 
DATAJPA-698- Upgrade to EclipseLink 2.6.0.
- 
DATAMONGO-1211- Simplify the process of adding custom methods to all repositories.
- 
DATAGRAPH-617- Simplify the process of adding custom methods to all repositories.
- 
DATASOLR-238- Simplify the process of adding custom methods to all repositories.
- 
DATAES-162- Simplify the process of adding custom methods to all repositories.
- 
DATAES-157- Support fordeleteBy…in repositories.
- 
DATAES-159- Support for bulk updates inElasticsearchTemplate.
- 
DATACOUCH-126- Simplify the process of adding custom methods to all repositories.
- 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>.
- 
DATAREDIS-396,DATAREDIS-388- Update to Jedis driver 2.7.2.
- 
DATAREDIS-378- Support for ZRANGEBYLEX.
- 
DATAREST-293- Spring Data REST module containing the HAL browser.
- 
DATAREST-521- Projections contain links to managed entities backing the projection.
- 
DATAREST-507-RepositoryEntityLinksexoses API to create links pointing to search resources.
- 
DATAREST-540 - Renamed factory method (and thus the bean name) for RepositoryRestConfigurationfromconfig()torepositoryRestConfiguration().
- 
DATAREST-553 - Remove deprecated RepositoryRestConfiguration.setBaseUri(…).