Skip to content
Snippets Groups Projects
Commit 1cb407f8 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4460 OZG-4495 extend javadoc

parent 20b08cb2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@ import com.fasterxml.jackson.annotation.JsonIgnore;
* was updated to 22.0.5. The reason for that is the new resteasy client based on Jakarata EE 10 (jakarta.ws.rs-api). Keycloak admin client 20 .0.3 is
* based on Jersey (javax.ws.rs-api). What we do here is simple ignoring one field added in the newer version of Keycloak in order for entity to be
* processable by the older version. Once Keycloak will be upgraded we can remove this class.
*
* The workaround was discussed with Quarkus team https://github.com/quarkusio/quarkus/discussions/36766
*/
class OlderUserRepresentation extends UserRepresentation {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment