Skip to content

Commit b85ef97

Browse files
authored
[incubator-kie-drools-6386] Update note about mvel deprecation (#4569)
1 parent 3a02b38 commit b85ef97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ The `drools-engine-classic` and `drools-mvel` execute rules with `non executable
2323
2424
As mentioned, `drools-engine-classic` and `drools-mvel` are deprecated, it is recommended to migrate from a `non-executable model` to an `executable model` by changing dependencies.
2525
26+
[NOTE]
27+
====
28+
`drools-mvel` is deprecated, but `drools-mvel-parser` and `drools-mvel-compiler` are not deprecated.
29+
====
30+
2631
In general, from an external perspective, rule evaluation and rule consequence execution results can be expected to be the same using either the `non-executable` model or the `executable model`. You may however encounter a few edge cases during compile time or runtime. If you find any issues, please report them to the {PRODUCT} community. We have already identified some small known differences, reported below.
2732
2833
=== Invalid cast

0 commit comments

Comments
 (0)