Commit Graph

602 Commits (d462fb3a13765b25488065d6248c2c5cfd023ffa)
 

Author SHA1 Message Date
Mahmoud Ben Hassine aa27bfcb2b use tomcat7-maven-plugin to run the webapp tutorial 8 years ago
Mahmoud Ben Hassine b3f4e2b406 remove unused readme file 8 years ago
Mahmoud Ben Hassine b6415aa9a6 fix issue when condition/action method have more than one parameter annotated with @Fact 8 years ago
Mahmoud Ben Hassine 39d9ec1021 add fact injection test 8 years ago
Mahmoud Ben Hassine 45aec6d238 add sanity checks 8 years ago
Mahmoud Ben Hassine 423c704644 issue #83 : add Facts.put method and deprecate Facts.add method 8 years ago
Mahmoud Ben Hassine 8af593b3c2 add links to easy rules implementations in other languages 8 years ago
Mahmoud Ben Hassine f8487f7242 remove groovy tutorials 8 years ago
Mahmoud Ben Hassine 641f10938a refactor tests 8 years ago
Mahmoud Ben Hassine 675e54d2c0 remove sonar badge (analysis is in error after changing groupId, which is normal). it will be put back when sonar analysis is working again 8 years ago
Mahmoud Ben Hassine 05c0cac5b5 move cobertura plugin to core module. Tutorials should not be included in test coverage 8 years ago
Mahmoud Ben Hassine f37546c367 issue #82 : fix NPE in default engine when a fact is null 8 years ago
Mahmoud Ben Hassine 1c41701599 add license header 8 years ago
Mahmoud Ben Hassine b3821ef271 add method to unregister rule by name ( issue 64 ) 8 years ago
Mahmoud Ben Hassine 65f65e310d add Rules tests 8 years ago
Mahmoud Ben Hassine 669cbcfeac add Facts tests 8 years ago
Mahmoud Ben Hassine 9124cdddc3 handle IllegalArgumentException when fact type does not match parameter type 8 years ago
Mahmoud Ben Hassine 90ec13b00a add a check on the return type of action method which should be void 8 years ago
Mahmoud Ben Hassine 1e8505ec52 rename test classes 8 years ago
Mahmoud Ben Hassine 35b786509d update javadoc 8 years ago
Mahmoud Ben Hassine ba72b7fd41 add link to webapp tutorial 8 years ago
Mahmoud Ben Hassine 0d57e57ae6 update webapp tutorial 8 years ago
Mahmoud Ben Hassine 37d7bb8f93 move license header plugin to core module 8 years ago
Mahmoud Ben Hassine 8b2a89bba9 update example in the quick start archetype 8 years ago
Mahmoud Ben Hassine bb24be898f add cgonul to contributors list 8 years ago
Mahmoud Ben Hassine 97c9e44fd6 use java 7 for travis ci build 8 years ago
Caglar Gonul 1d7cd95b4f use Java 7 APIs to get parameter annotations 8 years ago
Mahmoud Ben Hassine e8aa3626a9 update readme 8 years ago
Mahmoud Ben Hassine 29a279bc5e move groovy tutorials to easy-rules-tutorials module 8 years ago
Mahmoud Ben Hassine 55e9696200 ignore groovy build files 8 years ago
Mahmoud Ben Hassine c67acf17ed update readme 8 years ago
Mahmoud Ben Hassine bbd966a3c5 remove unused logger 8 years ago
Mahmoud Ben Hassine 4dc81633ea remove EasyRulesTestSuite 8 years ago
Mahmoud Ben Hassine 38f13307fc add DefaultRuleListener for logging 8 years ago
Mahmoud Ben Hassine 9bf056444d split method log to do one thing 8 years ago
Mahmoud Ben Hassine 676f81b2b3 move engine default parameters to RulesEngineParameters class 8 years ago
Mahmoud Ben Hassine 4e888e0655 issue #79 : deprecate engine name parameter 8 years ago
Mahmoud Ben Hassine bee726af87 add facts in afterEvaluate method of RuleListener 8 years ago
Mahmoud Ben Hassine bf4b4020af add tutorials 8 years ago
Mahmoud Ben Hassine 7cdefab7c6 fix package name 8 years ago
Mahmoud Ben Hassine 4e828a71af remove unused resources 8 years ago
Mahmoud Ben Hassine c18f7eb1bb rename base package to org.jeasy.rules after moving to jeasy organisation 8 years ago
Mahmoud Ben Hassine 4a4a4469c5 Merge remote-tracking branch 'origin/easy-rules-v3'
# Conflicts:
#	easyrules-archetype/pom.xml
#	easyrules-core/pom.xml
#	easyrules-quartz/pom.xml
#	easyrules-spring-boot-starter/pom.xml
#	easyrules-spring/pom.xml
#	pom.xml
8 years ago
Mahmoud Ben Hassine d9a7d79525 [maven-release-plugin] prepare for next development iteration 8 years ago
Mahmoud Ben Hassine 603b14a4bc [maven-release-plugin] prepare release easyrules-2.5.0 8 years ago
Mahmoud Ben Hassine aa113a854e update scm url after moving to jeasy organisation 8 years ago
Mahmoud Ben Hassine 34395747f0 Merge pull request #77 from will-gilbert/master
Implemented DROOLS 'Fire' demo as an EasyRules demo
8 years ago
Will Gilbert 731142c6b6 Create easier to read 'toString' output; Set priorities to match real life; Sprinklers first then alarm 8 years ago
Will Gilbert d4aedf6d29 Move rules and beans the folders; Add rule descriptions 8 years ago
Will Gilbert ad37c37e22 Add beginnings of 'Fire' demo based on DROOLS example 8 years ago