-
### What happened?
I have been randomly getting an error starting Integrations that use quartz and run on camel-k-runtime 3.2.3. The Integrations builds, but fails to start with:
```
Exception in t…
-
### Description
SmallRye health is add through a filter [here](https://github.com/quarkusio/quarkus/blob/9ce1059f8742e385c1e63178cb9dba14916f89b2/extensions/smallrye-health/deployment/src/main/java/i…
-
I need help to use Quarkus.
-
https://github.com/smallrye/smallrye-jwt/blob/main/implementation/jwt-auth/src/main/java/io/smallrye/jwt/config/JWTAuthContextInfoProvider.java#L224
```java
@Inject
@ConfigProperty(name =…
-
What we're trying to do, is spin up Tapir in an Azure Kubernetes Service, with local configurations for the backend. We're using the Helm chart deployment, with the full config value is below.
What…
-
After upgrading to 3.7, I gave a try to feature generation, as I was looking forward to it. When running:
```sh
./mvnw clean compile liberty:generate-features --debug
```
It gets quickly stuck…
-
### Brief Summary
I would like to be able to use a TOML file as a source for configuration values. This is a standard feature for SmallRye and should be included in Payara, too.
### Expected Out…
-
### Description
I use quarkus with kotlin suspend function to write the reactive programming.
When I try to use quarkus-hibernate-reactive-panache and make the method in a transaction boundary by …
-
It would be useful in the wire format if we specified a way to execute only some health checks, rather than all discovered `@Health` health checks.
I could see this being done from both client and …
-
**Describe the bug**
While using the `liberty:dev` Maven plugin, a source code change that triggered a restart lead to the server being stopped. Here are the last log lines:
```
[INFO] [2024-04-1…