-
Notifications
You must be signed in to change notification settings - Fork 8
Merge post-GA 7.2.2 - MTA-4828: Removing discrete headers #124
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -45,11 +45,8 @@ In addition to the tags in the standard `perform action` syntax, the following ` | |||
|
||||
* `<fail>` | ||||
|
||||
[id="not-syntax_{context}"] | ||||
==== <not> syntax | ||||
|
||||
[discrete] | ||||
===== Summary | ||||
[id="not-syntax-summary_{context}"] | ||||
==== Summary | ||||
|
||||
The `<not>` element is the standard logical _not_ operator, and is commonly used to perform a `<fail>` if the condition is not met. | ||||
|
||||
|
@@ -96,9 +93,6 @@ The `<not>` element has no unique attributes or child elements. | |||
[id="iterable-filter-syntax_{context}"] | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this required? There is a similar id below - iterable-filter-syntax-summary? |
||||
==== <iterable-filter> syntax | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not applicable in the scope of this PR |
||||
|
||||
[discrete] | ||||
===== Summary | ||||
|
||||
The `<iterable-filter>` element counts the number of times a condition is verified. For additional information, see the link:{LinkAPI}rules-base/api/src/main/java/org/jboss/windup/rules/general/IterableFilter.java[IterableFilter] class. | ||||
|
||||
The following is an example that looks for four instances of the specified message. | ||||
|
@@ -141,7 +135,7 @@ The following is an example that looks for four instances of the specified messa | |||
|
||||
The `<iterable-filter>` element has no unique child elements. | ||||
|
||||
[discrete] | ||||
[id="iterable-filter-element_{context}"] | ||||
===== <iterable-filter> element attributes | ||||
|
||||
[cols="1,1,3", options="header"] | ||||
|
@@ -204,7 +198,7 @@ The following is an example that searches for a specific classification title. | |||
|
||||
The `<classification-exists>` has no unique child elements. | ||||
|
||||
[discrete] | ||||
[id="classification_exists_element_{context}"] | ||||
===== <classification-exists> element attributes | ||||
|
||||
[cols="1,1,3", options="header"] | ||||
|
@@ -273,7 +267,7 @@ The following is an example that searches for a specific hint. | |||
|
||||
The `<hint-exists>` element has no unique child elements. | ||||
|
||||
[discrete] | ||||
[id="hint-exists-element-attributes_{context}"] | ||||
===== <hint-exists> element attributes | ||||
|
||||
[cols="1,1,3", options="header"] | ||||
|
@@ -298,7 +292,7 @@ The `<fail>` element reports the execution as a failure and displays the associa | |||
|
||||
The `<fail>` element has no unique child elements. | ||||
|
||||
[discrete] | ||||
[id="fail-syntax-element-attributes_{context}"] | ||||
===== <fail> element attributes | ||||
|
||||
[cols="1,1,3", options="header"] | ||||
|
Uh oh!
There was an error while loading. Please reload this page.