Skip to content

Commit 1ee5605

Browse files
committed
update readme
1 parent cdb3547 commit 1ee5605

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ If you are using `Spring` or `Spring Boot` framework you can also consider using
99

1010
## Features
1111

12-
* All features of `com.opentable:otj-pg-embedded:0.12.6`
12+
* All features of `com.opentable:otj-pg-embedded:0.13.2`
1313
* Configurable version of [PostgreSQL binaries](https://github.com/zonkyio/embedded-postgres-binaries)
14+
* PostgreSQL 11+ support even for Linux platform
1415
* 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))
1816

1917
## Maven Configuration
2018

@@ -24,7 +22,7 @@ Add the following Maven dependency:
2422
<dependency>
2523
<groupId>io.zonky.test</groupId>
2624
<artifactId>embedded-postgres</artifactId>
27-
<version>1.2.1</version>
25+
<version>1.2.2</version>
2826
<scope>test</scope>
2927
</dependency>
3028
```
@@ -125,7 +123,7 @@ You probably need to install the [Microsoft Visual C++ 2013 Redistributable Pack
125123

126124
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.
127125

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.
129127

130128
<details>
131129
<summary>Standard Dockerfile</summary>

0 commit comments

Comments
 (0)