Skip to content

Releases: dasniko/testcontainers-keycloak

v3.7.0

11 Apr 20:00
d719e43
Compare
Choose a tag to compare

What's Changed

  • Add capability to use --optimized option by @robson90 in #170
  • rollback to jdk-11 compatibility by @dasniko in #169
  • remove deprecation flag, as this is also undeprecated in Keycloak itself by @dasniko in #172
  • Remove temporary image after test run by @robson90 in #174

Full Changelog: 3.6.0...v3.7.0

v3.6.0

15 Jan 14:59
2ef9fe9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.1...3.6.0

v3.5.1

08 Oct 11:12
fc45fa5
Compare
Choose a tag to compare

Exclude transitive dependency to javax.* namespace, introduced by update of shrinkwrap dependency (#160 , thanks to @evandongen)

Full Changelog: 3.5.0...3.5.1

v3.5.0

07 Oct 16:58
16b2c55
Compare
Choose a tag to compare

What's Changed

  • Add support for production mode by @mathieu-pousse in #150
  • use the new bootstrap admin env vars by @dasniko in #153
  • add distinct method to disable lightweight access token for admin-cli by @dasniko in #155
  • Added distinct method for getting Management URL from Testcontainer by @robson90 in #156

New Contributors

Full Changelog: 3.4.0...3.5.0

v3.4.0

10 Jun 12:33
Compare
Choose a tag to compare

What's Changed

  • use fixed health endpoint for wait strategy on new management port by @dasniko in #142
  • use envvars as default config options and add custom command parts by @dasniko in #143
  • allow for multiple provider classes locations by @dasniko in #129
  • new truststore config by @dasniko in #144
  • don't use client auth on http management port by @dasniko in #146

Full Changelog: v.3.3.1...3.4.0

v.3.3.1

29 Apr 15:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v.3.3.1

v3.3.0

04 Mar 20:57
Compare
Choose a tag to compare

Upgrade Keycloak dependencies to 24.0 and other dependencies to most recent versions.

v3.2.0

23 Nov 20:05
Compare
Choose a tag to compare

Upgrade dependencies to Keycloak 23.0

v3.1.0

04 Nov 21:08
Compare
Choose a tag to compare

What's Changed

  • Add support for verbose command line argument #114
  • Add option to remotely debug Keycloak by @martinleim in #118

New Contributors

Full Changelog: 3.0.0...3.1.0

Keycloak 22 w/ Java 17 and jakarta.* namespace support - Breaking Changes!

11 Jul 17:26
Compare
Choose a tag to compare

With Keycloak 22 come a bunch of breaking changes, see this blog post here for all the important information!

This release now contains:

  • fully based on Java 17 (may be breaking)
  • using the new default keycloak-admin-client, which is based on jakarta.* namespace (breaking)
  • revised value of the default context path - the server url returned by getAuthServerUrl() now does not end with a / (slash) at the end if you provided no custom context path! (breaking)
  • make the method getKeycloakDefaultVersion() public, to be able to get the information from the container during runtime, e.g. in automated tests (not breaking)