keycloak-clojure icon indicating copy to clipboard operation
keycloak-clojure copied to clipboard

Moves to Keycloak 24.0.5

Open cmiles74 opened this issue 4 months ago • 0 comments

This is the latest version of the 24.x client libraries. It appears that this version also includes library changes that require us to import from the jakarta namespace rather than the javax namespace.

javax.ws.rs.NotFoundException -> jakarta.ws.rs.NotFoundException

cmiles74 avatar Sep 30 '24 17:09 cmiles74