dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
327 stars 50 forks source link

Bump Keycloak to latest version #89

Closed sonOfRa closed 1 year ago

dasniko commented 1 year ago

I don't see a real improvement in creating a new lib version just because of the Keycloak patch version, which just contains a fix related to MySQ!? As long as there are no real fixes and improvements in Keycloak patch versions, I usually don't release a new version of this lib. If it is just the Keycloak version, you can always start a container instance with your custom image name as mentioned here: https://github.com/dasniko/testcontainers-keycloak#custom-image

sonOfRa commented 1 year ago

That makes sense, I hadn't considered that (and mostly did this in line with the other PR). The API probably did not change anyways, so the bump in the keycloak client library version probably also doesn't make a difference. Sorry for the noise!