Adam Kobor
Adam Kobor
Keycloak 17+ doesn't have the `/auth/` fragment in its pre-set URLs, therefore the original logic in `AuthorizationServer` is outdated, and it's not possible to infer the right type of newer...
There is no hint about this, only browsing the actual source code of micronaut-sql gave me the solution, so it could be helpful for others too.
### Feature description The problem is that micronaut-data starting with version 3.8.0 throws an error if we simply use the`@MicronautTest` annotation without explicitly setting `transactional` to `false` when the configured...
The problem: on iOS, if you have a link with `target="_blank"` inside your webview, it won't open by clicking on it (you have to hold your thumb on the link,...