DATAJDBC-512 - Polishing.

Removed some accidental leftovers from the development process.
Added a note in the `new-features`.

Original pull request: #203.
This commit is contained in:
Jens Schauder
2020-03-26 17:17:25 +01:00
parent 4e23fa6fdf
commit beaeb5cbdf
3 changed files with 3 additions and 9 deletions

View File

@@ -129,7 +129,6 @@
</includes>
<excludes>
<exclude>**/*HsqlIntegrationTests.java</exclude>
<exclude>**/*H2IntegrationTests.java</exclude>
</excludes>
<systemPropertyVariables>
<spring.profiles.active>mysql</spring.profiles.active>
@@ -148,7 +147,6 @@
</includes>
<excludes>
<exclude>**/*HsqlIntegrationTests.java</exclude>
<exclude>**/*H2IntegrationTests.java</exclude>
</excludes>
<systemPropertyVariables>
<spring.profiles.active>postgres</spring.profiles.active>
@@ -167,7 +165,6 @@
</includes>
<excludes>
<exclude>**/*HsqlIntegrationTests.java</exclude>
<exclude>**/*H2IntegrationTests.java</exclude>
</excludes>
<systemPropertyVariables>
<spring.profiles.active>mariadb</spring.profiles.active>

View File

@@ -15,17 +15,12 @@
*/
package org.springframework.data.jdbc.testing;
import java.util.Arrays;
import javax.sql.DataSource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.core.env.Environment;
import org.springframework.data.relational.core.dialect.Dialect;
import org.springframework.data.relational.core.dialect.HsqlDbDialect;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseBuilder;
import org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType;

View File

@@ -7,7 +7,9 @@ This section covers the significant changes for each version.
== What's New in Spring Data JDBC 2.0
* Optimistic Locking support.
* Support for `PagingAndSortingRepository`
* Support for `PagingAndSortingRepository`.
* Full Support for H2.
* All SQL identifiers know get quoted by default.
[[new-features.1-1-0]]
== What's New in Spring Data JDBC 1.1