Commit Graph

548 Commits (f509077c9b77820f195da88426788793287a3cf5)
 

Author SHA1 Message Date
Mahmoud Ben Hassine 46874c101f update year to 2018 in license header 7 years ago
Mahmoud Ben Hassine 583359a229 issue #122 : add ActivationRuleGroup implementation 7 years ago
Mahmoud Ben Hassine ca4b78de8b issue #96 : add priority attribute to Rule annotation
If a priority method is defined, it will take precedence over the
priority attribute of the annotation.
7 years ago
Mahmoud Ben Hassine abad973745 fix logger 7 years ago
Mahmoud Ben Hassine 94b3a3df56 issue #145 : deprecate MVELRuleFactory#createRuleFrom(java.io.File) 7 years ago
Mahmoud Ben Hassine 5288bd8702 issue #138 : add ability to load multiple rules at once 7 years ago
Mahmoud Ben Hassine 994c24ab16 add danrivcap to contributors list 7 years ago
Mahmoud Ben Hassine 8e5a1716ae issue #143 : fix toString method of rule proxy to match original method 7 years ago
DANRIVCAP 623d80acf4 Add test to see if proxy toString is equals to original toString 7 years ago
Mahmoud Ben Hassine a8d5177570 add dagframstad to contributors list 7 years ago
Mahmoud Ben Hassine 7bb0962e34 issue #122 : add ConditionalRuleGroup implementation 7 years ago
Mahmoud Ben Hassine 79e68108be add license header to easy-rules-support module 7 years ago
Mahmoud Ben Hassine b874b761ac Merge branch 'unit-rule-group' 7 years ago
Mahmoud Ben Hassine 72d7bff940 issue #141 : fix NPE in MVELRuleDefinitionReader when name/description/priority is not specified 7 years ago
Mahmoud Ben Hassine d5385af524 refactor MVELRuleDefinitionReader to remove duplicate code 7 years ago
Mahmoud Ben Hassine 45defca853 add license header 7 years ago
Mahmoud Ben Hassine cf66bd6eb1 add bpoussin to contributors list 7 years ago
Benjamin POUSSIN cbf5eee679 enhance test to test no regression on missing fact 7 years ago
Benjamin POUSSIN 62f49a79ed add test for issue #139 (NPE If i add Fact with null value and use annotation) 7 years ago
Benjamin POUSSIN c2f8c4643b this commit fix bug if i try to put null value for one fact in Facts object
and use annotation parameter method for action/condition method
7 years ago
Paul Brejla c79c4e6da4 add the ability to create rules from java.io.Reader 7 years ago
Paul Brejla f066f86c1a let reader read MVEL rules from String 7 years ago
DANRIVCAP 686a3857cb Add test to cover unregister non existing rule 7 years ago
Mahmoud Ben Hassine f904f330cb add unit rule group 7 years ago
Mahmoud Ben Hassine 2022c4b739 update README.md 7 years ago
Mahmoud Ben Hassine ff9be2a0d1 update README.md 7 years ago
Mahmoud Ben Hassine b4de5dc7da update README.md 7 years ago
Mahmoud Ben Hassine 2df20457ef Merge remote-tracking branch 'origin/master' 7 years ago
Mahmoud Ben Hassine 8c184a5fa9 update README.md for v3.1 7 years ago
Mahmoud Ben Hassine 4acdeeffbd remove deprecated APIs 7 years ago
Mahmoud Ben Hassine e0e231f079 update javadoc 7 years ago
Mahmoud Ben Hassine 90afb2bf47 update development version to 3.2.0-SNAPSHOT 7 years ago
Mahmoud Ben Hassine d3eb3afcfe [maven-release-plugin] prepare for next development iteration 7 years ago
Mahmoud Ben Hassine fb3e66fb37 [maven-release-plugin] prepare release easy-rules-3.1.0 7 years ago
Mahmoud Ben Hassine 663f0c623a use project.version instead of parent.version in pom.xml 7 years ago
Mahmoud Ben Hassine 56d63a5214 add slf4j-simple dependency to the app generated by the quick start archetype 7 years ago
Mahmoud Ben Hassine c2d9f3c250 add methods to set rules engine parameters with a Fluent API 7 years ago
Mahmoud Ben Hassine 366e342ff2 update javadoc 7 years ago
Mahmoud Ben Hassine 24544fa6d1 remove unused classes in shop tutorial 7 years ago
Mahmoud Ben Hassine 001dd0c7e8 remove static method RuleBuilder.aNewRule
This method is confusing, it returns a rule builder (not a rule).
7 years ago
Mahmoud Ben Hassine f18389ee9b make DefaultRule extend BasicRule 7 years ago
Mahmoud Ben Hassine f2e3ba7493 update shop tutorial to use MVEL rules 7 years ago
Mahmoud Ben Hassine 20f6a03ea6 make MVELRuleFactory return MVELRule instead of Rule 7 years ago
Mahmoud Ben Hassine 1460d5f6c7 add methods to set rule properties with a fluent API 7 years ago
Mahmoud Ben Hassine 1722b0dbb3 add license header 7 years ago
Mahmoud Ben Hassine 087fad1402 issue #119 : add ability to read rules from yaml files 7 years ago
Mahmoud Ben Hassine 7c690524be issue #126: Deprecate RulesEngineBuilder 7 years ago
Mahmoud Ben Hassine ca7481f07a
fix formatting 7 years ago
Mahmoud Ben Hassine 4ba3d2b9d5 use MVEL compiled expressions for better performance 7 years ago
Mahmoud Ben Hassine 6f3e05e96d polish logs 7 years ago