Joshua
Joshua
I would like to ... third this request. It's extremely useful. Especially when you have DTO's & that have parent classes, or it only makes sense to enter data in...
We would need an actual uma implementation as we are using keycloak to maintain scopes, policies, permissions, and resources for a specific keycloak client.
Alternatively, perhaps we could use some kind of response mocker on setup: ``` @RegisterExtension protected static KeycloakMock mock = new KeycloakMock(8000, "Sandbox", umaMockResponseConfig); ``` Then configure the responses on-the-fly in...
We have a similar situation where a bunch of users are uploading multiple files at the same time. the post-receive hook is kicked off once per second per concurrent upload....
> Yes, please fix this problem. It is annoying. Make the field a decimal field if the default value is specified with a decimal point, even if the value is...
Personally, I'd classify this as a bug, rather than an enhancement.