-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove DefaultRuleListener and DefaultRulesEngineListener #223
Comments
Thank you! Glad you like it!
This does not work because of #157 .
yes that's possible, it is not the first time someone asks to remove it (See #146). However, I wanted to know the motivation of this request. Can you please explain why do you want to remove it? |
ok, yet another time I see people removing default listeners: #215 (comment). There should be a good reason (which I fail to see) for all these people to do that. So I will remove them in the next major release. |
Hi benas, Please excuse my late reply. Somehow I overlooked your query. We want to remove the DefaultRuleListener to define our own default listener. Here we would like to adjust the logging and also the logging format. I am very pleased to hear that this will be possible from the next major release. Thank you so much for your great work. Many greetings from Germany |
To clarify why we might want to remove the |
Thank you very much for this great library. I wanted to ask if it is possible to remove the DefaultRuleListener from the Rule Listener.
DefaultRulesEngine rulesEngine = new DefaultRulesEngine(new RulesEngineParameters().skipOnFirstFailedRule(true)); rulesEngine.getRuleListeners().clear();
does not work.Thank you
Marc
The text was updated successfully, but these errors were encountered: