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
according document at https://docs.jboss.org/kogito/release/latest/html_single/#proc-messaging-enabling_kogito-developing-process-services: there is need to install 2 extension:
I think (2) mean kogito-addons-quarkus-messaging is it? cause there is others place highlighted it and confusing.
kogito-addons-quarkus-messaging
either kogito-addons-quarkus-cloudevent shall installable or have another appropriate name
try run quarkus ext add kogito-addons-quarkus-cloudevent
quarkus ext add kogito-addons-quarkus-cloudevent
uname -a
ver
not relavent
java -version
mvnw --version
gradlew --version
No response
The text was updated successfully, but these errors were encountered:
This doc is outdated, the doc should mention kogito-addons-quarkus-messaging
Sorry, something went wrong.
No branches or pull requests
Describe the bug
according document at https://docs.jboss.org/kogito/release/latest/html_single/#proc-messaging-enabling_kogito-developing-process-services:
there is need to install 2 extension:
I think (2) mean
kogito-addons-quarkus-messaging
is it? cause there is others place highlighted it and confusing.Expected behavior
either kogito-addons-quarkus-cloudevent shall installable or have another appropriate name
Actual behavior
either kogito-addons-quarkus-cloudevent shall installable or have another appropriate name
How to Reproduce?
try run
quarkus ext add kogito-addons-quarkus-cloudevent
Output of
uname -a
orver
not relavent
Output of
java -version
not relavent
GraalVM version (if different from Java)
not relavent
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
not relavent
Build tool (ie. output of
mvnw --version
orgradlew --version
)not relavent
Additional information
No response
The text was updated successfully, but these errors were encountered: