Matheus Cruz
Matheus Cruz
- Fixes: #43394
- Fixes: #42294
- Fixes: #43464
Many thanks for submitting your Pull Request :heart:! Closes https://github.com/apache/incubator-kie-issues/issues/1534 **Description:** Please make sure that your PR meets the following requirements: - [ ] You have read the [contributors guide](CONTRIBUTING.md)...
There is guide for contributing with a Smallrye connector https://smallrye.io/smallrye-reactive-messaging/4.19.0/concepts/contributing-connectors/ cc: @salaboy
- Add installation section first - Use dependency version with {project-version} attribute - Use examples with `CloudEvents` - [x] Fix extension configuration reference
The idea is to have in `application.properties`: ```properties quarkus.dapr.devservices.enabled=true ``` A resource saving/retrieving data into kvstore StateStore component (provided by DevServices).
Actually at the end of the server generator page there is no reference for the configuration properties and their info (default, build or runtime, description, etc.) We need to ad...
When using quarkus-wiremock and moqu-wiremock extension, we need to generate wiremock files inside the [`quarkus.wiremock.devservices.files-mapping` ](https://docs.quarkiverse.io/quarkus-wiremock/dev/index.html#_usage) location. It allows the user to have a better OpenAPI first approach, using the...
## Why This pull request aims to add a new module where we get a OpenAPI Specification and transform it to a Wiremock (this pull request, we can have more...