Pere Fernández
Pere Fernández
hey @juangon I'm currently trying the example in Fedora and it's working fine... based on your last comment, it looks like the `startServices.sh` script is failing when tries to identify...
Good! I'm not sure but I think the issue might be more on the `if` syntax than the `$(uname)` itself :S
I think the issue that @bxf12315 is trying to solve is related to the current docker image for data index, were the I think that `{ ̣isNull: true }` query...
@juangon hi! just a question, are you starting the `docker-compose` in your project? maybe the **data-index** started there is clashing with the **data-index** started by kogito in dev mode. If...
@kstan79 thank you again for registering this issue. Will rise two jiras to tackle this asap. For what I could see, the logout issue is related to the keycloak image,...
Hi @kstan79 @rajeshpalani2021, sorry for the delay, we are looking into this issue. We'll come up with a fix but we need to understand what's going on internally. Please give...
@elguardian From the engine side everything seems to work fine but I found an issue while testing the example in this PR inside a `kogito` app. Looks like there's a...
@elguardian @fjtirado shouldn't we use `32.0.1` As in https://github.com/apache/incubator-kie-kogito-runtimes/pull/3113 and skip this PR?
Hi guys, that's because the extension is using `quarkus-resteasy` to define some custon REST endpoints. I think I have an idea on how to remove those endpoints by using the...