quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
**Description** If I define a REST Client interface but forget to add the HTTP verb annotation, an exception is received that the method doesn't exist. It's not very intuitive as...
### Describe the bug If I set the `quarkus.keycloak.devservices.realm-path` option in the `test/resources/application.properties` file, it is ignored by Quarkus. If set in the `main/resources/application.properties`, then everything works as expected. ###...
### Describe the bug We have a multipart endpoint which accepts two parts handled as Strings such as this: ``` public class MultipartUpload { @RestForm @PartType(MediaType.TEXT_PLAIN) public String textPart; @RestForm...
Bumps [readline](https://github.com/aeshell/aesh-readline) from 2.2 to 2.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
### Describe the bug When creating a RestClient with a `ContextResolver` registered, this ContextResolver is never used and thus the wrong ObjectMapper (via CDI) is used. Other implementation approaches would...
### Describe the bug Produced artifacts: D:\study\demo1\target\demo1-1.0-SNAPSHOT-native-image-source-jar\demo1-1.0-SNAPSHOT-runner.build_artifacts.txt (txt) D:\study\demo1\target\demo1-1.0-SNAPSHOT-native-image-source-jar\demo1-1.0-SNAPSHOT-runner.exe (executable) ======================================================================================================================== Finished generating 'demo1-1.0-SNAPSHOT-runner' in 2m 19s. [ERROR] [io.quarkus.deployment.pkg.steps.UpxCompressionBuildStep] Unable to compress the native executable. Either install `upx` from https://upx.github.io/...
This issue will be open and closed dependent on the state of Jakarta Rewrite Integration Tests building against Quarkus main snapshot. If you have interest in being notified of this...
Add a new build tool that copies source files located in a specific package from the integration-tests directory (where they are continuously built/tested) into a source directory that can be...
### Describe the bug Im using the following config: ``` quarkus.http.root-path=/test-service quarkus.http.port=${PORT:8080} quarkus.resteasy-reactive.path=rest ``` SwaggerUI converts this to the following URL in the "try-out" feature: ``` curl -X 'GET' \...
### Describe the bug Hey guys, i have installed these two dependency on my project. ``` com.microsoft.azure msal4j 1.12.0 com.azure azure-identity 1.5.2 ``` When i try to compile it nativly...