We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current documentation is missing steps how to properly configure DevUI in the project.
Chapter: https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.html
Missing prerequisites (having project) for the following commands in quarkus-dev-ui-overview.html:
quarkus ext add org.apache.kie.sonataflow:sonataflow-quarkus-devui
quarkus ext add org.kie:kie-addons-quarkus-source-files
Missing description of "kie-addons-quarkus-source-files" depdendency, what is its purpose in overview: quarkus-dev-ui-overview.html
The following dependency is missing the necessary version to work properly:
<dependency> <groupId>org.apache.kie.sonataflow</groupId> <artifactId>sonataflow-quarkus-devui</artifactId> </dependency>
The text was updated successfully, but these errors were encountered:
domhanak
No branches or pull requests
The current documentation is missing steps how to properly configure DevUI in the project.
Chapter: https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.html
Issues
Missing prerequisites (having project) for the following commands in quarkus-dev-ui-overview.html:
quarkus ext add org.apache.kie.sonataflow:sonataflow-quarkus-devui
quarkus ext add org.kie:kie-addons-quarkus-source-files
Missing description of "kie-addons-quarkus-source-files" depdendency, what is its purpose in overview: quarkus-dev-ui-overview.html
The following dependency is missing the necessary version to work properly:
The text was updated successfully, but these errors were encountered: