Helber Belmiro
Helber Belmiro
This PR fixes the syntax of `code-samples/serving/hello-world/helloworld-java-spring/README.md`, which is mixing Markdown and Asciidoc syntaxes.
JIRA: https://issues.redhat.com/browse/KOGITO-7303 This PR adds the solution for the [Basic Integration Test with REST Assured guide](https://github.com/kiegroup/kogito-docs/blob/main/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/basic-integration-tests-with-restassured.adoc) After https://github.com/kiegroup/kogito-examples/pull/1292 being merged, I'll rebase this and move the solution to the new...
…-boot-archetype I opened this PR to 7.x branch. I'm not sure this is correct. I couldn't build the main branch since I couldn't find a 8.13.0-SNAPSHOT version of droolsjbpm-integration. Please...
Silently returning `false` in `io.quarkiverse.openapi.generator.deployment.codegen.OpenApiGeneratorCodeGenBase#shouldRun` may confuse the user of the extension, that may not notice that an invalid path is being used. It will be clearer if we throw...
This is necessary to avoid imports in the wrong order.
This extension uses the RESTEasy Classic dependency. However, Quarkus recommends using the RESTEasy Reactive dependency now. Documentation: https://quarkus.io/guides/resteasy-reactive-migration
Currently the .qute templates have fixed imports, like [these](https://github.com/quarkiverse/quarkus-openapi-generator/blob/41e09eb8f460f82f885f3de2b2c0f61096c7fc81/deployment/src/main/resources/templates/api.qute#L7). This can lead to compilation errors due to ambiguity when a type in the OpenAPI document has the same simple name...
Given the following path from an OpenAPI definition (the entire OpenAPI definition file is located in the end of this description): ```yaml /hello/fast: get: tags: - Reactive Greeting Resource operationId:...
**Description of your changes:** This PR depends on https://github.com/kubeflow/website/pull/3682. This PR updates the legal info due to migration from CLA to DCO. The new link points to the content added...
When we try to install the v2/test dependencies, it fails due to a conflict: ``` The conflict is caused by: ml-metadata 1.14.0 depends on protobuf=3.13 kfp 2.6.0 depends on protobuf=4.21.1...