We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you add log level check first to improve performance?
String msg = r.getRule().getFullyQualifiedName() + "-{" + r.getRule().getExpression() + "}"; if(String.valueOf(o).equals("true")){ matchingRules.add(r.getRule()); log.info("matched: " + msg); }else{ log.info("unmatched: " + msg); }
The text was updated successfully, but these errors were encountered:
fixed. see https://github.com/maxant/rules/releases/tag/v2.2.1. available NOW at https://oss.sonatype.org/content/repositories/releases/ch/maxant/ or very soon at maven central.
Sorry, something went wrong.
maxant
No branches or pull requests
Could you add log level check first to improve performance?
String msg = r.getRule().getFullyQualifiedName() + "-{" + r.getRule().getExpression() + "}"; if(String.valueOf(o).equals("true")){ matchingRules.add(r.getRule()); log.info("matched: " + msg); }else{ log.info("unmatched: " + msg); }
The text was updated successfully, but these errors were encountered: