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

This is done in order to be more consistent with how other cases are handled and how RESTEasy Classic handles things as well Fixes: #26828

area/resteasy-reactive
triage/backport?

Fixes #26867 Keeping this PR as a draft until I figure out how to test it. I just had to refactor `OidcClientImpl` a little bit to reuse the code which...

area/documentation

### Describe the bug This was a particularly strange, very nasty-to-debug issue so this one may require some discussion. First, some background: in a Maven version of a Quarkus project,...

kind/bug
area/gradle

Addressing issue https://github.com/quarkusio/quarkus/issues/26587 WIP, wanted to check with @geoand and/or @iocanel if you're happy with this approach? This change should have broken one of the ITs which I will update...

area/documentation
area/persistence
area/core
area/arc
area/infinispan
area/logging
area/smallrye
area/vertx
area/mongodb
area/narayana
area/kubernetes
area/kafka
area/dependencies
area/infra-automation
area/funqy
area/health
area/resteasy-reactive
area/agroal
area/stork
area/jakarta

Done by not writing to target dir and removing non-idempotent annotations. Addressing issue: https://github.com/quarkusio/quarkus/issues/26928

area/kubernetes

Default in parent is `LANG="C.utf8"`: - https://catalog.redhat.com/software/containers/ubi8/openjdk-17/618bdbf34ae3739687568813?container-tabs=dockerfile - https://catalog.redhat.com/software/containers/ubi8/openjdk-11/5dd6a4b45a13461646f677f4?container-tabs=dockerfile According to https://access.redhat.com/solutions/5211991 , the UBI image has glibc-minimal-langpack is installed by default for C, POSIX and C.UTF-8 locales. To use...

area/platform
area/devtools
triage/backport-2.7?
triage/backport-2.10?
triage/backport?

### Describe the bug In, io.quarkus.oidc.OidcSession (https://github.com/quarkusio/quarkus/blob/main/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcSession.java), it uses Instant to present duration. ``` /** * Return an {@linkplain:Instant} indicating how long will it take for the current session to...

kind/bug
area/oidc

Using only `verify` in mvn build and release won't let codestart tests pass. Reason is that the tests are using the actual artifacts which should be installed in the local...

area/platform
area/devtools

### Description Adjust Quarkus to upcoming Native Image API changes. An initial discussion happened during the [Native Image Committer Community Meeting on 2nd of June](https://github.com/oracle/graal/discussions/4616). ### Analysis The following required...

kind/epic

I have set up a self-hosted runner on a Mac Mini which can now start running builds. Before this PR is merged, we will need to adjust the quarkus repository...

area/infra-automation