What's new in Spring Data (Klara Dan von) Neumann?
Spring Data Neumann is the first release to follow the new six-month cadence. The reduced timeframe lets us deliver new features more often, which is key in enabling you to move faster. The release itself ships with a bunch of new stuff and includes important (potentially breaking) upgrades of several store.
Major Version Upgrades
Several store modules, as listed below, required a major version bump due to potentially breaking changes in either their exposed API or their drivers:
-
Spring Data JDBC 2.0 (was 1.1 before)
Here’s the link to the post that explains migration from Spring Data JDBC 1.1 to 2.0. -
Spring Data MongoDB 3.0 (was 2.2 before)
-
Spring Data for Apache Cassandra 3.0 (was 2.2 before)
-
Spring Data Couchbase 4.0 (was 3.2 before)
-
Spring Data Elasticsearch 4.0 (was 3.2 before)
Learn What’s new in Spring Data Elasticsearch. …