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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@
2
2
3
3
## Introduction
4
4
5
-
This project is a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded) created due to the inactivity of the maintainers.
5
+
This project is a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded) created due to inactivity of maintainers.
6
6
7
7
The library allows embedding PostgreSQL into Java application code with no external dependencies.
8
8
Excellent for allowing you to unit test with a "real" Postgres without requiring end users to install and set up a database cluster.
9
9
10
-
If you are using `Spring` or `Spring Boot` framework you can also consider using the specialized [embedded-database-spring-test](https://github.com/zonkyio/embedded-database-spring-test) project.
10
+
If you are using `Spring` or `Spring Boot` framework you can also consider using the following more specialized [embedded-database-spring-test](https://github.com/zonkyio/embedded-database-spring-test) project.
11
11
12
12
## Features
13
13
14
-
* All features of `com.opentable:otj-pg-embedded:0.13.1`
14
+
* All features of `com.opentable:otj-pg-embedded:0.13.3`
15
15
* Configurable version of [PostgreSQL binaries](https://github.com/zonkyio/embedded-postgres-binaries)
16
16
* PostgreSQL 11+ support even for Linux platform
17
17
* Support for running inside Docker, including Alpine Linux
@@ -24,12 +24,12 @@ Add the following Maven dependency:
24
24
<dependency>
25
25
<groupId>io.zonky.test</groupId>
26
26
<artifactId>embedded-postgres</artifactId>
27
-
<version>1.2.5</version>
27
+
<version>1.2.6</version>
28
28
<scope>test</scope>
29
29
</dependency>
30
30
```
31
31
32
-
The default version of the embedded postgres is `PostgreSQL 10.10`, but you can change it by following the instructions described in [Postgres version](#postgres-version).
32
+
The default version of the embedded postgres is `PostgreSQL 10.11`, but you can change it by following the instructions described in [Postgres version](#postgres-version).
The default version of the embedded postgres is `PostgreSQL 10.10`, but it can be changed by importing `embedded-postgres-binaries-bom` in a required version into your dependency management section.
74
+
The default version of the embedded postgres is `PostgreSQL 10.11`, but it can be changed by importing `embedded-postgres-binaries-bom` in a required version into your dependency management section.
0 commit comments