This is an automated email from the ASF dual-hosted git repository.
yesamer 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 192236ae7 use pass:[] for ## cases. Fix for
https://github.com/apache/incubator-kie-issues/issues/2299 (#4588)
192236ae7 is described below
commit 192236ae72ca8f425e0341dbe208603222edbda9
Author: Jared Davis <[email protected]>
AuthorDate: Wed May 6 17:33:34 2026 -0400
use pass:[] for ## cases. Fix for
https://github.com/apache/incubator-kie-issues/issues/2299 (#4588)
---
.../pages/language-reference-traditional/_custom-operators-section.adoc | 2 +-
.../src/modules/ROOT/pages/release-notes/_release-notes-10.1.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
b/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
index 9319cb258..692d1d124 100644
---
a/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
+++
b/drools-docs/src/modules/ROOT/pages/language-reference-traditional/_custom-operators-section.adoc
@@ -178,5 +178,5 @@ Custom operators cannot use brackets in their names. In
other words, you cannot
[NOTE]
====
-In Language Level DRL10, custom operators must be prefixed with `##` to avoid
ambiguity with other syntax. For example, the operator `supersetOf` should be
used as `##supersetOf` in DRL10.
+In Language Level DRL10, custom operators must be prefixed with `pass:[##]` to
avoid ambiguity with other syntax. For example, the operator `supersetOf`
should be used as `pass:[##supersetOf]` in DRL10.
====
\ No newline at end of file
diff --git
a/drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.1.adoc
b/drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.1.adoc
index c35661230..5536705c9 100644
--- a/drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.1.adoc
+++ b/drools-docs/src/modules/ROOT/pages/release-notes/_release-notes-10.1.adoc
@@ -24,7 +24,7 @@ New language level DRL10 has been added. DRL10 is handled by
the new parser base
DRL10 introduces the following changes mainly to reduce ambiguity:
-* Require a prefix '##' to custom operators
+* Require a prefix `pass:[##]` to custom operators
* Drop half constraint syntax
* Drop `agenda-group` to be replaced by `ruleflow-group`
* Drop double ampersand as infix and
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]