quarkus
quarkus copied to clipboard
Quarkus: Supersonic Subatomic Java.
### 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...
**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...
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...
### 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,...
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...
Issue will be reopened when https://github.com/quarkusio/quarkus-platform fails to build against latest Quarkus Snapshots.
### 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...
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...
### 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...
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