Was wondering if resteasy has some way to autogenerate REST
endpoints inside integration/admin-client to be automatically synced
with the REST endpoints from keycloak-services ?
So for example when I add new REST endpoint on server-side into
org.keycloak.services.resources
.RealmsResource class, the admin-client class org.keycloak.admin.client.resource.RealmsResource will be
automatically updated too . Ideally there can be maven target
executed on demand for update admin-client sources. That would help
to avoid unsynced endpoints in admin-client - issues like
https://issues.jboss.org/browse/KEYCLOAK-1967 .
Marek