Skip to content

Release Train Dijkstra

Thomas Darimont edited this page Apr 1, 2014 · 58 revisions

This page contains a list of the most significant features and bugfixes implemented in the Spring Data Dijkstra release train that will not be back-ported into Codd service releases.

  • M1 - Mar 31th, 2014
  • RC1 - CW 17, 2014
  • GA - CW 21, 2014

Participating modules

  • Spring Data Build 1.4
  • Spring Data Commons 1.8
  • Spring Data JPA 1.6
  • Spring Data MongoDB 1.5
  • Spring Data Neo4j 3.1
  • Spring Data Solr 1.2
  • Spring Data Elasticsearch 1.0
  • Spring Data Couchbase 1.1
  • Spring Data Cassandra 1.0
  • Spring Data Gemfire 1.4
  • Spring Data Redis 1.3
  • Spring Data REST 2.1

Spring Data Build - 1.4

M1

Spring Data Commons - 1.8

M1

  • DATACMNS-437 - Add common geo spatial types.
  • DATACMNS-397 - Support for Slices.
  • DATACMNS-448 - Infrastructure to support derived delete queries.
  • DATACMNS-458 - Introduce PersistentEntities value object to safely access PersistentEntity instances from a set of MappingContexts

Spring Data JPA - 1.6

M1

  • DATAJPA-486 - Support for sliced query execution.
  • DATAJPA-173 - Support for @QueryHints on CRUD methods.
  • DATAJPA-466 - Add support for lazy loading configuration via JPA 2.1 fetch-/loadgraph.

Spring Data MongoDB - 1.5

M1

Spring Data Neo4j - 3.1

M1

  • DATAGRAPH-440 - Add support for Slice API
  • DATAGRAPH-451 - RelationshipEntities will be validated when manipulated
  • DATAGRAPH-454 - Support for Common Geospatial Types and Derived spatial Queries

Spring Data Solr - 1.2

M1

Spring Data Elasticsearch - 1.0

M2

  • DATAES-79 - Upgrade to elasticsearch 1.1.0.
  • DATAES-52 - Support Get & Multi Get.
  • DATAES-51 - Allow for multiple sort builders when using NativeSearchQuery.
  • DATAES-64 - Add dynamic settings using @Setting.

Spring Data Couchbase - 1.1

M1

  • No specific changes for the M1

Spring Data Cassandra - 1.0

M1

Spring Data Gemfire - 1.4

M1

  • SGF-201 - Support for Spring Data GemFire/GemFire in Spring Boot; adds a "Starter" POM and "Sample" Application demonstrating how to use SDG and GemFire with Spring Boot.
  • SGF-248 - Adds ability to bootstrap a Spring ApplicationContext in a GemFire Server using a small snippet of GemFire cache.xml to launch that Server from Gfsh.
  • SGF-261 - Enables persisting application domain objects to multiple Regions.
  • SGF-260 - Allows the @Id annotation on domain entity interface/class methods in addition to domain entity class fields.
  • SGF-251 - Fixes issue storing application domain objects in Sub-Regions as well as identically named Sub-Regions (e.g. /Parent1/Child1 & /Parent2/Child1).
  • SGF-204 - Changes the default 'lookup' behavior of peer Region type elements to create only; adds the 'ignore-if-exists' attribute restoring previous behavior.
  • SGF-88 - Support for Region Shortcuts.

Spring Data Redis - 1.3

M1

Spring Data REST - 2.1

M1

Clone this wiki locally