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

- Fixes #26776

area/vertx
area/tracing

### Describe the bug Hi guys! I believe something is changed in the build process in Quarkus 2.10.x+ for "quarkus.http.host" property initialization process. Right now, it's necessary to have it...

kind/bug
area/config

### Describe the bug After switching from RESTeasy Classic to the reactive counterpart, `UriInfo.resolve` does not work anymore and always returns `null`. `UriInfo.getBaseUri().resolve` still works, though. ### Expected behavior `UriInfo.resolve`...

kind/bug
triage/needs-triage

Fixes #26284 It makes it possible to use projection with HQL queries with a select clause. @loicmathieu this seems to work.

area/documentation
area/panache
triage/waiting-for-ci

### Describe the bug When running application via jar and via dev mode at the same time, then it doesn't fail with port 8080 conflict. ### Expected behavior It should...

kind/bug
area/devmode

This issue will be open and closed dependent on the state of https://github.com/quarkus-qe/beefy-scenarios building against Quarkus master snapshot. If you have interest in being notified of this subscribe to the...

area/infra
triage/ci-participant

This issue will be open and closed dependent on the state of https://github.com/quarkus-qe/quarkus-test-suite building against Quarkus main snapshot. If you have interest in being notified of this subscribe to the...

triage/ci-participant

### Describe the bug Running the redis-client integration test using a Mandrel 22.3.0 dev build fails generating the native image with: ``` ======================================================================================================================== GraalVM Native Image: Generating 'quarkus-integration-test-redis-client-999-SNAPSHOT-runner' (executable)... ========================================================================================================================...

kind/bug
area/redis
area/mandrel

Bumps `avro.version` from 1.11.0 to 1.11.1. Updates `avro` from 1.11.0 to 1.11.1 Updates `avro-compiler` from 1.11.0 to 1.11.1 You can trigger a rebase of this PR by commenting `@dependabot rebase`....

area/dependencies

Allow providing custom HTTP options via CDI and for a programmatically created client. Fix https://github.com/quarkusio/quarkus/issues/26116

area/documentation
area/resteasy-reactive