-
Notifications
You must be signed in to change notification settings - Fork 8
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
WIP - MTA-4637: Pattern matching docs need urgent improvements #92
base: main
Are you sure you want to change the base?
WIP - MTA-4637: Pattern matching docs need urgent improvements #92
Conversation
when: | ||
java.referenced: | ||
location: PACKAGE | ||
pattern: org.jboss* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anarnold97 in the preview I see that this line looks like pattern: org.jboss.*
. It should look like pattern: org.jboss*
(like this line above). Just wanted to make sure - when using PACKAGE or IMPORT locations, the *
should not be preceded by a .
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apologies, there was one other example of pattern: org.jboss.*
thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
174 java.referenced:
175 location: PACKAGE
176: pattern: org.jboss*
177 ----
178
/home/anarnold/Documents/SublimeMerge/mta-documentation/topics/yaml-provider-conditions.adoc:
251 java.referenced:
252 location: PACKAGE
253: pattern: org.jboss*
254 ----
255
d50178c
to
eb6a028
Compare
MTA-4637: Pattern matching docs need urgent improvements Signed-off-by: A.Arnold <[email protected]>
334da09
to
057fad1
Compare
JIRA
PREVIEW
2.3. Creating a basic YAML rule