diff --git a/pom.xml b/pom.xml index 1399a7fc47..8f37ea21be 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-relational-parent - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT pom Spring Data Relational Parent @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 3.0.0-SNAPSHOT + 3.0.0-unified-release-notes-SNAPSHOT diff --git a/spring-data-jdbc-distribution/pom.xml b/spring-data-jdbc-distribution/pom.xml index db3b7ddd1a..085407ca69 100644 --- a/spring-data-jdbc-distribution/pom.xml +++ b/spring-data-jdbc-distribution/pom.xml @@ -14,7 +14,7 @@ org.springframework.data spring-data-relational-parent - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT ../pom.xml diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml index 547ff62b8b..985601de41 100644 --- a/spring-data-jdbc/pom.xml +++ b/spring-data-jdbc/pom.xml @@ -6,7 +6,7 @@ 4.0.0 spring-data-jdbc - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT Spring Data JDBC Spring Data module for JDBC repositories. @@ -15,7 +15,7 @@ org.springframework.data spring-data-relational-parent - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT diff --git a/spring-data-r2dbc/pom.xml b/spring-data-r2dbc/pom.xml index 9bd821ef3c..fca86b1e50 100644 --- a/spring-data-r2dbc/pom.xml +++ b/spring-data-r2dbc/pom.xml @@ -6,7 +6,7 @@ 4.0.0 spring-data-r2dbc - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT Spring Data R2DBC Spring Data module for R2DBC @@ -15,7 +15,7 @@ org.springframework.data spring-data-relational-parent - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT diff --git a/spring-data-r2dbc/src/main/asciidoc/index.adoc b/spring-data-r2dbc/src/main/asciidoc/index.adoc index 66d482d698..e66a7ae792 100644 --- a/spring-data-r2dbc/src/main/asciidoc/index.adoc +++ b/spring-data-r2dbc/src/main/asciidoc/index.adoc @@ -22,7 +22,7 @@ toc::[] include::preface.adoc[] -include::new-features.adoc[leveloffset=+1] +include::{spring-data-commons-docs}/upgrade.adoc[leveloffset=+1] include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1] diff --git a/spring-data-r2dbc/src/main/asciidoc/new-features.adoc b/spring-data-r2dbc/src/main/asciidoc/new-features.adoc deleted file mode 100644 index 5665a848c2..0000000000 --- a/spring-data-r2dbc/src/main/asciidoc/new-features.adoc +++ /dev/null @@ -1,45 +0,0 @@ -[[new-features]] -= New & Noteworthy - -[[new-features.1-3-0]] -== What's New in Spring Data R2DBC 1.3.0 - -* Introduce <>. - -[[new-features.1-2-0]] -== What's New in Spring Data R2DBC 1.2.0 - -* Deprecate Spring Data R2DBC `DatabaseClient` and move off deprecated API in favor of Spring R2DBC. -Consult the <> for further details. -* Support for <>. -* <> through `@EnableR2dbcAuditing`. -* Support for `@Value` in persistence constructors. -* Support for Oracle's R2DBC driver. - -[[new-features.1-1-0]] -== What's New in Spring Data R2DBC 1.1.0 - -* Introduction of `R2dbcEntityTemplate` for entity-oriented operations. -* <>. -* Support interface projections with `DatabaseClient.as(…)`. -* <>. - -[[new-features.1-0-0]] -== What's New in Spring Data R2DBC 1.0.0 - -* Upgrade to R2DBC 0.8.0.RELEASE. -* `@Modifying` annotation for query methods to consume affected row count. -* Repository `save(…)` with an associated ID completes with `TransientDataAccessException` if the row does not exist in the database. -* Added `SingleConnectionConnectionFactory` for testing using connection singletons. -* Support for {spring-framework-ref}/core.html#expressions[SpEL expressions] in `@Query`. -* `ConnectionFactory` routing through `AbstractRoutingConnectionFactory`. -* Utilities for schema initialization through `ResourceDatabasePopulator` and `ScriptUtils`. -* Propagation and reset of Auto-Commit and Isolation Level control through `TransactionDefinition`. -* Support for Entity-level converters. -* Kotlin extensions for reified generics and <>. -* Add pluggable mechanism to register dialects. -* Support for named parameters. -* Initial R2DBC support through `DatabaseClient`. -* Initial Transaction support through `TransactionalDatabaseClient`. -* Initial R2DBC Repository Support through `R2dbcRepository`. -* Initial Dialect support for Postgres and Microsoft SQL Server. diff --git a/spring-data-relational/pom.xml b/spring-data-relational/pom.xml index e9d0455c68..f82ab4dcfc 100644 --- a/spring-data-relational/pom.xml +++ b/spring-data-relational/pom.xml @@ -6,7 +6,7 @@ 4.0.0 spring-data-relational - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT Spring Data Relational Spring Data Relational support @@ -14,7 +14,7 @@ org.springframework.data spring-data-relational-parent - 3.0.0-SNAPSHOT + 3.0.0-1351-release-notes-SNAPSHOT diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index ce5b3d2beb..0016afe037 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -15,7 +15,7 @@ NOTE: Copies of this document may be made for your own use and for distribution include::preface.adoc[] -include::new-features.adoc[leveloffset=+1] +include::{spring-data-commons-docs}/upgrade.adoc[leveloffset=+1] include::{spring-data-commons-docs}/dependencies.adoc[leveloffset=+1] include::{spring-data-commons-docs}/repositories.adoc[leveloffset=+1] diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc deleted file mode 100644 index ff397418ef..0000000000 --- a/src/main/asciidoc/new-features.adoc +++ /dev/null @@ -1,50 +0,0 @@ -[[new-features]] -= New & Noteworthy - -This section covers the significant changes for each version. - -[[new-features.2-3-0]] -== What's New in Spring Data JDBC 2.3 - -* Support for <>. -* Support for specifying projection types as the return type or using generics and providing a Class parameter to query methods. - -[[new-features.2-2-0]] -== What's New in Spring Data JDBC 2.2 -* `Page` and `Slice` support for <>. - -[[new-features.2-1-0]] -== What's New in Spring Data JDBC 2.1 - -* Dialect for Oracle databases. -* Support for `@Value` in persistence constructors. - -[[new-features.2-0-0]] -== What's New in Spring Data JDBC 2.0 - -* Optimistic Locking support. -* Support for `PagingAndSortingRepository`. -* <>. -* Full Support for H2. -* All SQL identifiers know get quoted by default. -* Missing columns no longer cause exceptions. - -[[new-features.1-1-0]] -== What's New in Spring Data JDBC 1.1 - -* `@Embedded` entities support. -* Store `byte[]` as `BINARY`. -* Dedicated `insert` method in the `JdbcAggregateTemplate`. -* Read only property support. - -[[new-features.1-0-0]] -== What's New in Spring Data JDBC 1.0 - -* Basic support for `CrudRepository`. -* `@Query` support. -* MyBatis support. -* Id generation. -* Event support. -* Auditing. -* `CustomConversions`. -