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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,10 @@ If you are using `Spring` or `Spring Boot` framework you can also consider using
9
9
10
10
## Features
11
11
12
-
* All features of `com.opentable:otj-pg-embedded:0.12.6`
12
+
* All features of `com.opentable:otj-pg-embedded:0.13.2`
13
13
* Configurable version of [PostgreSQL binaries](https://github.com/zonkyio/embedded-postgres-binaries)
14
+
* PostgreSQL 11+ support even for Linux platform
14
15
* Support for running inside Docker, including Alpine Linux
15
-
* Fixed the logging of initdb process ([#83](https://github.com/opentable/otj-pg-embedded/pull/83))
16
-
* Fixed the caching of prepared databases ([#85](https://github.com/opentable/otj-pg-embedded/pull/85))
17
-
* Improved extracting postgres archives on Windows platform ([#84](https://github.com/opentable/otj-pg-embedded/pull/84))
18
16
19
17
## Maven Configuration
20
18
@@ -24,7 +22,7 @@ Add the following Maven dependency:
24
22
<dependency>
25
23
<groupId>io.zonky.test</groupId>
26
24
<artifactId>embedded-postgres</artifactId>
27
-
<version>1.2.1</version>
25
+
<version>1.2.2</version>
28
26
<scope>test</scope>
29
27
</dependency>
30
28
```
@@ -125,7 +123,7 @@ You probably need to install the [Microsoft Visual C++ 2013 Redistributable Pack
125
123
126
124
Running build inside Docker is fully supported, including Alpine Linux. But you must keep in mind that the **PostgreSQL database must be run under a non-root user**. Otherwise, the database does not start and fails with an error.
127
125
128
-
So be sure to use a docker image that uses a non-root user, or you can use any of the following Dockerfiles to build your own image.
126
+
So be sure to use a docker image that uses a non-root user, or you can use any of the following Dockerfiles to prepare your own image.
0 commit comments