-
[Failsafe](https://github.com/jhalterman/failsafe) already has support for [this](http://jodah.net/failsafe/javadoc/net/jodah/failsafe/RetryPolicy.html#withBackoff-long-long-java.util.concurrent.TimeU…
-
### Bug description
Quarkus has upgraded SmallRye Fault Tolerance to 6.4.0. We need to catch up on the Camel side.
```
2024-07-23T03:25:18.8625451Z Caused by: java.lang.ClassNotFoundException: io…
-
### Description
#### Background
Starting with Mandrel 23.0 (GraalVM for JDK 17) an option `-H:+ThrowMissingRegistrationErrors` was introduced to throw an exception
> when it is impossible to …
-
Hello. I was wondering, is it possible to pass request arguments to `@Source` methods?
```
@Query
public List users(FilterUser filterUser) {...}
public List roles(
@Source User user,
…
-
The GraphQL test works, so maybe the error is somewhere in quarkus/implementation-cdi? But I can not find it.
Quarkus is just the code start with enabled federation via application parameters. Furt…
-
### Describe the bug
Im trying kogito using quarkus, so far so good, however after install quarkus-mongodb-panache cannot execute quarkus anymore.
i install this library using `quarkus extension…
-
### Describe the bug
1. Description
===========
On RHEL 8 CSB, when docket is installed using the command
#yum install docker
It is not possible to run use Quarkus keycloak devservices c…
-
Hi everyone,
first of all. I like this extension very much. I also want to update to the current release of quarkus 3.9.3 but the depracted enum ConfigPhase.BOOTSTRAP is still on your release versi…
-
##### Issue Overview
I try to use the liberty-managed container for running test.
I'm using liberty features like `jsonb-1.0` and `cdi-2.0` that are not compatible with the [configuration](https…
-
### Describe the bug
Our application uses the Kafka extension and is running in EKS with a "Horizontal Pod Autoscaler". When the pods are scaling down, following warnings are logged (we us logging in…