What's Changed
- [#98] Add generics to the KeycloakContainer class by @nils-christian in #100
- Since a few versions, Keycloak Containers have moving tags with
major.minorversion. From now on, the defaults in this repository also are based on the moving tags. This means, that if you just use the defaults, you will use21.0which is21.0.0as of the time writing this note. If there will be a21.0.1or any other21.0.xrelease, you just have to pull a new Docker image with21.0which then yields to most recent version. No update to this lib is needed.
Or, of course, you can still pin your desired version by specifying the concreteimagename:versionin the constructor.
New Contributors
- @nils-christian made their first contribution in #100
Full Changelog: 2.4.0...2.5.0