Matheus Cruz
Matheus Cruz
Many thanks for submitting your Pull Request :heart:! Closes/Fixes/Resolves #3469 **Description:** Please make sure that your PR meets the following requirements: - [ ] You have read the [contributors guide](CONTRIBUTING.md)...
Fix https://github.com/apache/incubator-kie-kogito-examples/issues/1998
### Description To know how to use correlation with MongoDB and Quarkus (https://github.com/apache/incubator-kie-kogito-runtimes/pull/3612), I think that is necessary to add a new example project. ### Implementation ideas Add a new...
Hi @zhfeng, I updated the dependabot.yml
We have a [migration guide to 3.14](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.14#for-extension-developers) and actually we are using `-AlegacyConfigRoot=true`to build the extension, see #794. The idea is to use the [`@ConfigMapping`](https://quarkus.io/guides/config-mappings) instead the legacy `@ConfigRoot`annotation.
Based on this [comment](https://github.com/quarkiverse/quarkus-openapi-generator/pull/771#issuecomment-2346102268) we need to add a validation when using `use-bean-validation` is set to **true**. If the user wants to use bean validation, he must add a dependency...
### What happened? What did you expect to happen? Reading the documentation at `docs/_README` was not possible to see the directory called `docs/_versioned-docs`. Is it deprecated? If yes, I can...
## What? This pull request aims to mention `dagger login` at [Dagger Cloud Introduction](https://docs.dagger.io/manuals/user/cloud-get-started/#connect-from-your-local-development-host) documentation. ## Why? After the `dagger login` there was no mentions about `dagger login` on Dagger...
Fixes #43705 ## What This pull request allows to populate a `@RequestParam() Map queryParams` with the request parameter values, this is aimed to work only for Spring Boot. ## Current...
## What This pull request creates a new `BuildItem` that is used for drop uri from tracing when using `quarkus-opentelemetry` extension. The `DropApplicationUrisBuildItem` is generated from the scanning of the...