quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
quarkus.http.host property initialization exception during build time, started from Qarkus 2.10.1+
### 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...
### 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`...
Fixes #26284 It makes it possible to use projection with HQL queries with a select clause. @loicmathieu this seems to work.
### 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...
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...
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...
### 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)... ========================================================================================================================...
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`....
Allow providing custom HTTP options via CDI and for a programmatically created client. Fix https://github.com/quarkusio/quarkus/issues/26116