quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
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
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...
### 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,...
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...
Done by not writing to target dir and removing non-idempotent annotations. Addressing issue: https://github.com/quarkusio/quarkus/issues/26928
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...
### 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...
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...
### 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...
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...