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

### Description Hi, I've written a Quarkus extension for developing Discord bots using the Discord4J library that I'd like to have migrated to Quarkiverse, if possible. You can find the...

kind/extension-proposal
area/quarkiverse

**Describe the bug** at first time that request an concurrency reactive sql client, it fail. But the second time it work fine **Expected behavior** that also works fine the first...

kind/bug
area/hibernate-reactive

With these changes, we can now register custom object mappers when creating a client programmatically: ``` clientAllowsUnknown = RestClientBuilder.newBuilder() .baseUrl(new URL(wireMockServer.baseUrl())) .register(ClientObjectMapperUnknown.class) .build(MyClient.class); ``` where ClientObjectMapperUnknown is: ``` public static...

area/resteasy-reactive

### Describe the bug I'm writing a cache layer using redis and the pubsub module of the new redis api (since Quarkus 2.10). When used with `@ApplicationScoped` as a bean,...

kind/bug
area/redis

This issue will be open and closed dependent on the state of https://github.com/kiegroup/kogito-runtimes building against Quarkus master snapshot. \n If you have interest in being notified of this subscribe to...

area/infra
triage/ci-participant
triage/ci-platform

Issue will be reopened when https://github.com/quarkusio/quarkus-platform fails to build against latest Quarkus Snapshots.

area/infra
triage/ci-participant
triage/ci-platform

### Describe the bug I'm using the `@RunOnVertxContext(duplicateContext = true)` annotation in my tests since the tests calls a Hibernate reactive data source. This works when I put the annotation...

kind/bug
area/testing

The classes annotated with @XmlSchema within package-info results into errors because the package-info is not a class. These changes fix this issue by adding a package-info.java class and not bounding...

area/jaxb
triage/backport?

### Describe the bug Commit [Allow to provide custom configuration for JAXB context](https://github.com/quarkusio/quarkus/commit/e812d24038587981ea1a1c2d50ceb8434c6159b0 ) , introduced changes to the JaxbProcessor. One of the changes results in the inclusion of **package-info**s...

kind/bug
area/jaxb

Changes from 2.1.23 includes back-ported PRs listed in https://github.com/smallrye/smallrye-open-api/pull/1210 Fixes #27058 Fixes #26546 Fixes #26848

area/smallrye
area/dependencies