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
> This version branch (3.x) only handles Keycloak from version **22.x** and up, as there are major changes coming with this release (see the [blog post](https://www.keycloak.org/2023/07/keycloak-2200-released.html)).
19
-
> See also [compatibility matrix](#testcontainers--keycloak-version-compatiblity).
20
-
> For older Keycloak versions (until 21.x), see [version 2.x branch](https://github.com/dasniko/testcontainers-keycloak/tree/v2).
18
+
> See [version overview](versions.md) for an overview which Keycloak release works with this library by default and which [Testcontainers](https://www.testcontainers.org/) version is used.
19
+
> This library is, like Keycloak, only being developed in forward direction, there is no LTS, no backports, etc. available. So make sure to stay up to date.
21
20
22
21
## How to use
23
22
@@ -301,15 +300,12 @@ In case you need a custom implementation of the default `KeycloakContainer`, you
@@ -338,7 +334,7 @@ KeycloakContainer keycloak = new KeycloakContainer()
338
334
339
335
## Setup
340
336
341
-
The release versions of this project are available at [Maven Central](https://search.maven.org/artifact/com.github.dasniko/testcontainers-keycloak).
337
+
The release versions of this project are available at [Maven Central](https://central.sonatype.com/artifact/com.github.dasniko/testcontainers-keycloak).
342
338
Simply put the dependency coordinates to your `pom.xml` (or something similar, if you use e.g. Gradle or something else):
343
339
344
340
```xml
@@ -350,6 +346,8 @@ Simply put the dependency coordinates to your `pom.xml` (or something similar, i
350
346
</dependency>
351
347
```
352
348
349
+
For a version overview, see [here](versions.md).
350
+
353
351
> There is also a `999.0.0-SNAPSHOT` version available, pointing to `nightly` Docker image by default and using the `999.0.0-SNAPSHOT` Keycloak libraries as dependencies.
354
352
355
353
## Usage in your application framework tests
@@ -382,29 +380,6 @@ Consult the docs of your application framework testing capabilities on how to dy
_There might also be other possible version configurations which will work._
43
+
44
+
See also the [Releases](https://github.com/dasniko/testcontainers-keycloak/releases) page for version and feature update notes.
45
+
46
+
## Public Repository
47
+
48
+
The release versions of this project are available at [Maven Central](https://central.sonatype.com/artifact/com.github.dasniko/testcontainers-keycloak).
49
+
Simply put the dependency coordinates to your `pom.xml` (or something similar, if you use e.g. Gradle or something else):
50
+
51
+
```xml
52
+
<dependency>
53
+
<groupId>com.github.dasniko</groupId>
54
+
<artifactId>testcontainers-keycloak</artifactId>
55
+
<version>VERSION</version>
56
+
<scope>test</scope>
57
+
</dependency>
58
+
```
59
+
60
+
There is also a `999.0.0-SNAPSHOT` version available, pointing to `nightly` Docker image by default and using the `999.0.0-SNAPSHOT` Keycloak libraries as dependencies.
0 commit comments