This is an automated email from the ASF dual-hosted git repository.
tkobayas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-docs.git
The following commit(s) were added to refs/heads/main by this push:
new b85ef9703 [incubator-kie-drools-6386] Update note about mvel
deprecation (#4569)
b85ef9703 is described below
commit b85ef97038936960c662392331a0f3e06038dd15
Author: Toshiya Kobayashi <[email protected]>
AuthorDate: Wed Jul 16 09:03:01 2025 +0900
[incubator-kie-drools-6386] Update note about mvel deprecation (#4569)
---
.../ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc
b/drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc
index 2a4dda211..c1977576b 100644
---
a/drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc
+++
b/drools-docs/src/modules/ROOT/pages/migration-guide/_nonexec-model-to-exec-model.adoc
@@ -23,6 +23,11 @@ The `drools-engine-classic` and `drools-mvel` execute rules
with `non executable
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.
+[NOTE]
+====
+`drools-mvel` is deprecated, but `drools-mvel-parser` and
`drools-mvel-compiler` are not deprecated.
+====
+
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.
=== Invalid cast
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]