DATAJDBC-256 - Polishing.

Rename RequiredFeature to EnabledOnFeature to align with JUnit terminology. Use RunWith instead of Spring rules. Reformat code. Update documentation.

Original pull request: #232.
This commit is contained in:
Mark Paluch
2020-07-13 14:09:42 +02:00
parent 4eb92abd8f
commit b28e4e07c6
17 changed files with 155 additions and 145 deletions

View File

@@ -3,6 +3,11 @@
This section covers the significant changes for each version.
[[new-features.2-1-0]]
== What's New in Spring Data JDBC 2.1
* Dialect for Oracle databases.
[[new-features.2-0-0]]
== What's New in Spring Data JDBC 2.0

View File

@@ -46,6 +46,7 @@ Spring Data JDBC includes direct support for the following databases:
* MariaDB
* Microsoft SQL Server
* MySQL
* Oracle
* Postgres
If you use a different database then your application wont startup. The <<jdbc.dialects,dialect>> section contains further detail on how to proceed in such case.