- 
                Notifications
    
You must be signed in to change notification settings  - Fork 699
 
Release Train Gosling
        Oliver Gierke edited this page Aug 4, 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
 - RC1 - KW 31, 2015
 - GA - KW 36, 2015
 
- Upgrade Spring Framework baseline to 4.1.
 - Ease implementability of custom repository code (per repo).
 - Assert compatibility with Hibernate 5.
 - SpEl support for 
@Querymethods for MongoDB. - Support to create Querydsl 
Predicatesfrom web requests. 
- 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
 - Spring Data KeyValue 1.0
 
- 
#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. 
- 
DATACMNS-718,DATACMNS-717,DATACMNS-718- Improved compatibility with Spring Boot dev-tools - 
DATACMNS-703- Invalid property references now report potentially intended matches on Spring 4.2. - 
DATACMNS-669- Added support to bind Querydsl Predicates to Spring MVC controllers. 
- 
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. - 
DATAJPA-703- Assert Hibernate 5 compatibilities. 
- 
DATAJPA-736- Support for non-ASCII characters in entity names. - 
DATAJPA-669- IntroducedJpaContextto expose JPA setup to the application. - 
DATAJPA-763- Improved joins if fetch clauses are involved. 
- 
DATAMONGO-1211- Simplify the process of adding custom methods to all repositories. - 
DATAMONGO-1244- SpEl support for@Querymethods for MongoDB. 
- 
DATAMONGO-1166- Support forReadPreferencein aggregations. 
- 
DATAGRAPH-617- Simplify the process of adding custom methods to all repositories. 
- 
DATASOLR-238- Simplify the process of adding custom methods to all repositories. 
- 
DATASOLR-202- Auto pre/suffix keys inMapswith wildcard using - (kudos @franciscospaeth). - 
DATASOLR-86- Support for range facets - (kudos @franciscospaeth). 
- 
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. 
- 
DATAREDIS-348- Switch to mp911de/lettuce. - 
DATAREDIS-414- Improve resource usage ofRedisCache. 
- 
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(…). 
- 
DATAKV-85- Add support forMapbased repositories.