-
Notifications
You must be signed in to change notification settings - Fork 674
Release Train Gosling
Oliver Gierke edited this page Jul 7, 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.
- Dynamic projections on repository query method level (return type, fetch-graph-like).
- Ease implementability of custom repository code (per repo).
- Assert compatibility with Hibernate 5.
- SpEl support for
@Query
methods for MongoDB. - Cluster support for Redis (on Lettuce / Jedis).
- Support to create Querydsl
Predicates
from 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.
- #183 - Upgrade to Spring 4.1.7.
-
DATACMNS-542- Simplify the process of adding custom methods to all repositories. -
DATAJPA-701-PagedResourcesAssembler
now exposesfirst
andlast
links. -
DATACMNS-515-self
-links created byPagedResourcesAssembler
are now canonical (i.e. not templated). -
DATACMNS-684-ProxyProjectionFactory
allows access to the proxy target for created proxies.
- DATACMNS-89 - Dynamic projections on repository query method level (return type, fetch-graph-like).
-
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.
-
DATAMONGO-1211- Simplify the process of adding custom methods to all repositories. -
DATAMONGO-1244- SpEl support for@Query
methods for MongoDB.
-
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 inMaps
with wildcard using - (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-315- Cluster support for Redis (on Lettuce / Jedis).
-
DATAREST-293- Spring Data REST module containing the HAL browser. -
DATAREST-521- Projections contain links to managed entities backing the projection. -
DATAREST-507-RepositoryEntityLinks
exoses API to create links pointing to search resources. -
DATAREST-540 - Renamed factory method (and thus the bean name) for
RepositoryRestConfiguration
fromconfig()
torepositoryRestConfiguration()
. -
DATAREST-553 - Remove deprecated
RepositoryRestConfiguration.setBaseUri(…)
.
-
DATAKV-85- Add support forMap
based repositories.