You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-5Lines changed: 29 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ or through `zonky.test.database.provider` property globally.
228
228
### Common Configuration
229
229
230
230
The `@AutoConfigureEmbeddedDatabase` annotation can be used for some basic configuration, advanced configuration requires properties or yaml files.
231
-
The following configuration keys are used by all providers:
231
+
The following configuration keys are honored by all providers:
232
232
233
233
```properties
234
234
zonky.test.database.provider=zonky # Provider used to create the underlying embedded database, see the documentation for the comparision matrix.
@@ -339,7 +339,7 @@ Note that not all architectures are supported by all platforms, look here for an
339
339
340
340
Since `PostgreSQL 10.0`, there are additional artifacts with `alpine-lite` suffix. These artifacts contain postgres binaries for Alpine Linux with disabled [ICU support](https://blog.2ndquadrant.com/icu-support-postgresql-10/) for further size reduction.
Copy file name to clipboardExpand all lines: embedded-database-spring-test/src/main/java/io/zonky/test/db/provider/impl/DockerPostgresDatabaseProvider.java
Copy file name to clipboardExpand all lines: embedded-database-spring-test/src/main/java/io/zonky/test/db/provider/impl/OpenTablePostgresDatabaseProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ public OpenTablePostgresDatabaseProvider(Environment environment, ObjectProvider
Copy file name to clipboardExpand all lines: embedded-database-spring-test/src/main/java/io/zonky/test/db/provider/impl/ZonkyPostgresDatabaseProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ public ZonkyPostgresDatabaseProvider(Environment environment, ObjectProvider<Lis
Copy file name to clipboardExpand all lines: embedded-database-spring-test/src/test/java/io/zonky/test/db/provider/DockerProviderWithConfigurationIntegrationTest.java
Copy file name to clipboardExpand all lines: embedded-database-spring-test/src/test/java/io/zonky/test/db/provider/DockerProviderWithPostgisImageIntegrationTest.java
0 commit comments