-
Notifications
You must be signed in to change notification settings - Fork 674
Release Train Gosling
Mark Paluch edited this page Nov 24, 2016
·
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 - August 8th, 2015
- GA - September 1st, 2015
- SR1 - November 15th, 2015
- SR2 - December 18th, 2015
- SR4 - February 15th, 2016
- SR5 - September 20th, 2016
- SR6 - September 29th, 2016 (final SR)
- Upgrade Spring Framework baseline to 4.1.
- Ease implementability of custom repository code (per repo).
- Assert compatibility with Hibernate 5.
- SpEl support for
@Query
methods for MongoDB. - 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.
-
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-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- IntroducedJpaContext
to 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@Query
methods for MongoDB.
-
DATAMONGO-1166- Support forReadPreference
in 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 inMaps
with 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-196- Support to mutate existing Region using<gfe:lookup-region>
.
-
SGF-414- Fixes client/server SSL issue when using GemFire cluster-* config properties. -
SGF-409- SDG DataSource support for non-Spring configured GemFire Servers. -
SGF-404- Annotation support for Expiration policy configuration. -
SGF-398- Early Access support forApache Geode
. -
SGF-370- Multi-Index definition and creation support.
-
SGF-425- Enables LazyWiringDeclarableSupport to be re-initialized, which is useful for extending GemFire Functions during hot deployment that also need to be autowired. -
SGF-423- Fixes SDG's Function Annotation support on execution of pure GemFire-defined Functions with proper Exception handling. -
SGF-408- Import/export Cache/Region data snapshots. -
SGF-392- OQL Query specific extensions (.e.g. Query Tracing) applied to Repository Query methods via Annotations.
-
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-RepositoryEntityLinks
exposes API to create links pointing to search resources. -
DATAREST-553- Remove deprecatedRepositoryRestConfiguration.setBaseUri(…)
.
-
DATAREST-621- IntroducedRepositoryRestConfigurer
for less invasive customization of Spring Data REST. -
DATAREST-577- Excerpt projections are now configured automatically. -
DATAREST-654- Support for translation of enum values and HAL link titles (through Spring HATEOAS). - Improved reference documentation on projections and the HAL browser.
-
DATAREST-627- JSON Editor based POST forms based on resource metadata in HAL Browser.
-
DATAKV-85- Add support forMap
based repositories.