Skip to content
New issue

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

[fix_rules_scesim_naming] Fix names and Readme for rules-legacy-scesim examples #1928

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading