quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
This issue reports the status of the nightly cron job that runs Early Access JDK build (first introduced in #15711). Don't close this issue manually. This issue will be closed...
Hello everyone, I haven't been able to find anything regarding hot reloading of TLS keystores during Quarkus runtime. I understand that Quarkus is pretty static in its concept, so dynamic...
This issue will be open and closed dependent on the state of Jakarta Rewrite building against Quarkus main snapshot. If you have interest in being notified of this subscribe to...
The way this is done is pretty much a hack, but we either have to do it this way, or document that the combination of the two does not work...
trying to explain to users that when doing performance measurements be aware of coordinated ommision in various tools but noticed we did not mention it in our own performance guide....
Allow setting refreshAfterWrite property on caffeine - Issue #25921 I am not confident about [CacheLoader](https://github.com/ben-manes/caffeine/wiki/Population#loading) required when using refreshAfterWrite property. Also did not found good information about this. So If...
Sometimes it's necessary to know whether the tests failed (at test case level or even in the before stages). For example: if we use one resource via the `@QuarkusTestResource` annotation...
Fixes #25462 Resources classes where merged by using all components as map key. This leads to situations where the only differing property of a component may be its name. The...
Fixes #23478 This PR supports a front-channel logout request. If the current request path matches the configured frontchannel logout URL then the `sid` and `iss` query parameters are compared against...
* Create realm by posting to Keycloak admin API * Use "keycloak.docker.legacy.image" for KeycloakContainer Closes #24320