Skip to content

MCP Keycloak SPI Providers 1.1.0

Compare
Choose a tag to compare
@oliverhaagh oliverhaagh released this 17 Jun 09:25
· 107 commits to master since this release
99cdda2

Changes in this release

  • The project is now targeting Java 11 instead of Java 8
  • Upgraded to Keycloak 17.0.1
    • Note that the Dockerfile uses the "legacy" Wildfly based Keycloak base image as this project has not been tested with the new Quarkus based release yet
  • Refactored code to use Apache HttpClient 5 instead of version 4
  • Fixed a bug that caused the ais_type attribute to not be imported when using the certificate authenticator
  • Various dependency upgrades
  • General code cleanup and refactoring