If you use Spring Boot and want to upgrade to 2021.0.0-RC1
or 2020.0.7, set the
spring-data-bom.version` property accordingly.
While the service releases ship with mostly bug fixes and dependency upgrades, the release candidate contains a few noteworthy changes:
- Improved error messages and exceptions if a repository cannot be created.
- Support
@Value
meta-annotations on persistence constructor parameters. - Add support for projections inside the Neo4j templates and CypherDsl executors.
- Consider
@Column
– and@Element
-annotated constructor parameters with Cassandra. - Add support to Redis Streams by using Jedis Client and upgrade to Jedis 3.6.0-RC1 and Lettuce 6.1.0.RELEASE.
转自 https://spring.io/blog/category/releases