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:
3
pom.xml
3
pom.xml
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user