Skip to content

Releases: dasniko/testcontainers-keycloak

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)

Keycloak 22 - last 2.x release version!

11 Jul 16:53
Compare
Choose a tag to compare

As Keycloak 22 comes with a lot of major changes, which are mostly incompatible with prior versions and makes secure, modern and uptodate software development hard, this release will be the last version of the 2.x release branch.
See this blog post here for further details: https://www.keycloak.org/2023/07/keycloak-2200-released.html

Also, there's no guarantee, that this Keycloak testcontainer with version 22 will work properly at all places without errors!

What's Changed besides the above mentioned