Daniele Zonca
Daniele Zonca
Many thanks for submitting your Pull Request :heart:! Please make sure that your PR meets the following requirements: - [ ] You have read the [contributors guide](CONTRIBUTING.md) - [ ]...
This PR is a followup of - https://github.com/kiegroup/kogito-runtimes/pull/1497 And aims to cover the remaining corner case > There is a corner case that it is still not properly addressed by...
**Is your feature request related to a problem? Please describe.** There is no way to recognize the type of discount of a promo code after it has been created. **Describe...
**Thank you for submitting this pull request** **NOTE!:** Double check the target branch for this PR. The default is `main` so it will target Drools 8 / Kogito / Optaplanner...
Zookeeper is a transitive dependency in ModelMesh (see [litelinks-core](https://github.com/IBM/litelinks-core/blob/main/pom.xml#L204) and [kv-utils](https://github.com/IBM/kv-utils/blob/main/pom.xml#L148)) but it is not used when ModelMesh is used in K8s via [modelmesh-serving](https://github.com/kserve/modelmesh-serving/) controller so it should be possible...
At the moment in the log it is not possible to understand the exact commit that has been used for the build ``` [INFO] [kiegroup/kogito-runtimes] Checking out project [INFO] [kiegroup/optaplanner]...
In Kogito we are creating multiple jobs for each PR to test in parallel different repos and see if the change breaks one of the downstream components. This is useful...