Skip to content
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

Feature/#46 component count rule #57

Merged
merged 10 commits into from
Oct 13, 2020

Conversation

MrMcCartney
Copy link
Contributor

No description provided.

@MrMcCartney MrMcCartney linked an issue Oct 12, 2020 that may be closed by this pull request

UntilSuccessfulRule() {
super('UNTIL_SUCCESSFUL_RULE', 'Until Successful Rule', "until-successful",
"http://www.mulesoft.org/schema/mule/core", 1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The core namespace should either be referenced from ConfigurationFile or we should move these into a Namespaces file as constants we can reference and not have to know or repeat.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm all for creating a namespaces class

@MrMcCartney MrMcCartney merged commit 5959a9c into develop Oct 13, 2020
@MrMcCartney MrMcCartney deleted the Feature/#46-component-count-rule branch October 21, 2020 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component Exists more then X number of times
3 participants