Skip to content

Commit

Permalink
[fix_rules_scesim_naming] Fix names and Readme for rules-legacy-scesi…
Browse files Browse the repository at this point in the history
…m examples (#1928)

* [fix_rules_scesim_naming] Fix names and Readme for ruels-legacy-scesim examples

* [fix_rules_scesim_naming] Fix as per suggestion

---------

Co-authored-by: Gabriele-Cardosi <gabriele.cardosi@ibm.com>
  • Loading branch information
gitgabrio and Gabriele-Cardosi committed May 23, 2024
1 parent 7ccdf4c commit dc96c74
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
# Rules with Legacy API + Quarkus example
# Rules with Legacy API + Quarkus + Test Scenario example

## Description

Expand Down Expand Up @@ -125,11 +125,11 @@ Example response:
```json
{"greeting":"bar","approved":false}
```
# SCESIM usage
# Test Scenario usage

Scesim+rules project created inside Business central should work, with the following requirements:
Test Scenario + rules project created inside Business central should work, with the following requirements:
1. use the pom as defined in the current project

## Caveat
Requires org.drools:drools-xml-support dependency
Requires `org.drools:drools-xml-support` dependency
For the moment being, "globals" are unsupported
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>rules-legacy-scesim-quarkus-example</artifactId>
<name>Kogito Example :: Rules Legacy API HELLO - Quarkus</name>
<name>Kogito Example :: Rules Legacy API HELLO - Quarkus :: Test Scenario</name>
<properties>
<quarkus-plugin.version>3.8.4</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
# RuleUnit + Spring Boot example
# RuleUnit + Spring Boot + Test Scenario example

## Description

Expand Down Expand Up @@ -96,12 +96,12 @@ Example response:
```json
{"greeting":"bar","approved":false}
```
# SCESIM usage
# Test Scenario usage

Scesim+rules project created inside Business central should work, with the following requirements:
Test Scenario + rules project created inside Business central should work, with the following requirements:
1. use the pom as defined in the current project
2. set the `kogito.sources.keep` variable to true
2. set the `kogito.sources.keep` variable to `true`

## Caveat
Requires org.drools:drools-xml-support dependency
Requires `org.drools:drools-xml-support` dependency
For the moment being, "globals" are unsupported
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>rules-legacy-scesim-springboot-example</artifactId>
<name>Kogito Example :: Rules Legacy API HELLO - Spring Boot</name>
<name>Kogito Example :: Rules Legacy API HELLO - Spring Boot :: Test Scenario</name>

<properties>
<version.org.kie.kogito>999-SNAPSHOT</version.org.kie.kogito>
Expand Down

0 comments on commit dc96c74

Please sign in to comment.