Matheus Cruz
Matheus Cruz
Using the Quarkus version 3.6.5 when is added the Quarkus Dapr extension with the version 2.0.0 I am getting the following StackTrace: ```bash java.lang.RuntimeException: Failed to start quarkus at io.quarkus.runner.ApplicationImpl.doStart(Unknown...
Fixes #39735 cc @FroMage @cescoffier @ppalaga
- Fixes #38604 We need to wait the release of new https://github.com/dekorateio/dekorate version
# Changes - Add github.com/sethvargo/go-retry dependency - Fix tests - Add retry mechanism for kafka connection /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
# Changes - - - /kind Fixes # **Release Note** ```release-note ``` **Docs** ```docs ```
### Reason/Context Working on test issue, I noted that the project is using JUnit4 and JUnit5. ### Description The idea is to standardize the JUnit version for all application tests....
### Reason/Context This proposal aims to increase the quality and maintainability of the project, adding more unit and integration tests. ### Description Add tests to: - [x] `AMQPMessageConsumptionTask` - [...
### Description Explain to final user how to use `JsonObjectValueResolver`. ### Implementation ideas To add documentation on `https://quarkus.io/guides/qute-reference` under `Quarkus Integration` section.
# Description _Please explain the changes you've made_ ## Issue reference #995 We strive to have all PR being opened based on an issue, where the problem or feature have...