2.1.0
版本发布时间: 2022-03-06 16:54:26
dasniko/testcontainers-keycloak最新发布版本:3.4.0(2024-06-10 20:33:42)
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