MyGit

2.1.0

dasniko/testcontainers-keycloak

版本发布时间: 2022-03-06 16:54:26

dasniko/testcontainers-keycloak最新发布版本:v.3.3.1(2024-04-29 23:42:24)

Don't use this version!!! Use 2.1.1 instead!!!


Changes

The auto-build flag is now used always, not matter if really needed or not. This makes adding custom resources which need a build before a lot easier. The most use cases need a build anyway, so this shouldn't matter that much.

Fixes

The Java Admin Client now uses RestEasy dependency versions aligned with the Keycloak runtime. Before, this could lead to a version clash and exceptions during runtime, if you were using different versions in your tests.

New Features

It's now possible to add 3rd party libs, like e.g. further dependencies or other files, to your KeycloakContainer /providers folder with the new .withProviderLibsFrom(...) method. See README.md for further details and also a linked example for how to add dependencies from your maven pom.xml

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-03-06发行的版本