forked from apache/incubator-kie-drools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KIE-792] introducing prototypes (apache#5639)
* [KIE-792] introducing prototype dialect * implement prototype field setting in consequence * minor refactor * rewrite prototype field access in consequence * add dialect attribute to yaml rule format + test it in quarkus extension * isolate prototypes in their own module * introduce new public API for prototypes * get rid of fact templates * turn prototype dialect into a KieBase option * implement access of map values via field notation in the mvel compiler
- Loading branch information
1 parent
d94c2cc
commit f512297
Showing
137 changed files
with
3,119 additions
and
2,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,5 +48,5 @@ public interface ObjectType | |
|
||
boolean hasField(String name); | ||
|
||
boolean isTemplate(); | ||
boolean isPrototype(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89 changes: 0 additions & 89 deletions
89
drools-base/src/main/java/org/drools/base/facttemplates/FactImpl.java
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
drools-base/src/main/java/org/drools/base/facttemplates/FactTemplate.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.