-
Notifications
You must be signed in to change notification settings - Fork 15
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
Dynamic rules #177
Dynamic rules #177
Conversation
I've done these changes in order to dynamically generate rules and items. |
It looks good, but in addition to the method of adding dynamic rules, you need a method for removing these rules. |
optionList.add(cp); | ||
logDebug("Compiling classes using classpath: {}", cp); | ||
logDebug("1337Compiling classes using classpath: {}", cp); |
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.
What a magic number is this?
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.
Sorry about that one,
When would you like to do this? I mean if you have a use-case? |
now doing it in #178 |
Something like this fb997f6 |
@querdenker2k Would be good to get a review on this, so we can merge and then continue building on the dynamic rules. |
I'm merging this due to now review other than querdenker2k comment above. |
Updated pull request. For dynamic rules