This is an automated email from the ASF dual-hosted git repository.

gitgabrio pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new dc96c747d [fix_rules_scesim_naming] Fix names and Readme for 
rules-legacy-scesim examples (#1928)
dc96c747d is described below

commit dc96c747dd61153c52a1e0da7aabc7de440eac4f
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Thu May 23 14:00:19 2024 +0200

    [fix_rules_scesim_naming] Fix names and Readme for rules-legacy-scesim 
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 <[email protected]>
---
 .../rules-legacy-scesim-quarkus-example/README.md              |  8 ++++----
 .../rules-legacy-scesim-quarkus-example/pom.xml                |  2 +-
 .../rules-legacy-scesim-springboot-example/README.md           | 10 +++++-----
 .../rules-legacy-scesim-springboot-example/pom.xml             |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/README.md 
b/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/README.md
index 03a599d8c..677340d85 100644
--- a/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/README.md
+++ b/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/README.md
@@ -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
 
@@ -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
\ No newline at end of file
diff --git 
a/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/pom.xml 
b/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/pom.xml
index e069ae3a6..a34dd5797 100644
--- a/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/rules-legacy-scesim-quarkus-example/pom.xml
@@ -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>
diff --git 
a/kogito-springboot-examples/rules-legacy-scesim-springboot-example/README.md 
b/kogito-springboot-examples/rules-legacy-scesim-springboot-example/README.md
index 71b8d7394..1d3b145fa 100644
--- 
a/kogito-springboot-examples/rules-legacy-scesim-springboot-example/README.md
+++ 
b/kogito-springboot-examples/rules-legacy-scesim-springboot-example/README.md
@@ -16,7 +16,7 @@
   specific language governing permissions and limitations
   under the License.
   -->
-# RuleUnit + Spring Boot example
+# RuleUnit + Spring Boot + Test Scenario example
 
 ## Description
 
@@ -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
\ No newline at end of file
diff --git 
a/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml 
b/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml
index 6e843823f..3141269de 100644
--- a/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml
+++ b/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to