quarkus icon indicating copy to clipboard operation
quarkus copied to clipboard

Quarkus: Supersonic Subatomic Java.

Results 937 quarkus issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

area/infra

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...

kind/enhancement
triage/needs-triage

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...

triage/ci-participant
area/jakarta

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...

area/testing
area/picocli
triage/backport?

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....

area/documentation

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...

area/documentation
area/cache

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...

area/testing

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...

area/documentation
area/testing
area/oidc

* Create realm by posting to Keycloak admin API * Use "keycloak.docker.legacy.image" for KeycloakContainer Closes #24320

area/testing