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

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

kind/enhancement

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

kind/bug
env/windows
area/devservices
area/keycloak

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

kind/bug
area/resteasy-reactive

Bumps [readline](https://github.com/aeshell/aesh-readline) from 2.2 to 2.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.aesh:readline&package-manager=maven&previous-version=2.2&new-version=2.3)](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`. [//]: #...

area/dependencies

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

kind/bug
area/rest-client
area/resteasy-reactive

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

kind/bug
env/windows
triage/needs-triage

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

triage/ci-participant
area/jakarta

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

area/documentation
area/infra-automation

### 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' \...

kind/bug
area/swagger-ui
area/resteasy-reactive

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

kind/bug
triage/needs-triage