Commit Graph

283 Commits (4a5956feb351516e10321d4a42ecc7ce8f0b1df7)
 

Author SHA1 Message Date
Mahmoud Ben Hassine 393496df19 add method to log engine parameters 10 years ago
Mahmoud Ben Hassine c180484bd7 refactoring:
- extract logic to apply rules in a separate methods
- remove redundant calls
10 years ago
Mahmoud Ben Hassine eca1ff250b remove redundant call (the annotated engine operates on a list of RuleBean instances) 10 years ago
Mahmoud Ben Hassine b6bd3d1b36 refactor tests:
- use mocks instead of stubs
- use assertj for fluent assertions
- move test classes to the same package as tested classes
10 years ago
Mahmoud Ben Hassine fc5d56f225 update author's email 10 years ago
Mahmoud Ben Hassine c4e0ee90b3 refactor pom.xml files:
- extract plugins version in properties
- move common dependencies to dependencyManagement section of parent pom
10 years ago
Mahmoud Ben Hassine 9de4e18842 refactor logging:
- use uniform log message format
- use class name to get the logger (remove the common logger name)
10 years ago
Mahmoud Ben Hassine 308a5a4a61 refactor sanity checks in separate methods 10 years ago
Mahmoud Ben Hassine 15e88c0dc9 add contributors list 10 years ago
Mahmoud Ben Hassine c7c485f51c update license header 10 years ago
Mahmoud Ben Hassine b02e6a916e improve logging 10 years ago
Mahmoud Ben Hassine 3d1307e474 Merge pull request #5 from drem-darios/1.3.0
Implement issue #4: Move JMX support to a separate module
10 years ago
Drem Darios 7f8d311fd6 Merge branch 'benas-master' into 1.3.0
* benas-master:
  fix issue #6: equals and compareTo should be implemented in a consistent way
  change version to 1.3.0-SNAPSHOT

Conflicts:
	easyrules-core/src/test/java/org/easyrules/core/test/EasyRulesTestSuite.java
10 years ago
Drem Darios 3bb001c6fc Resolved merge conflicts. 10 years ago
Mahmoud Ben Hassine 1bff470adc fix issue #6: equals and compareTo should be implemented in a consistent way 10 years ago
Mahmoud Ben Hassine 07af8dc138 change version to 1.3.0-SNAPSHOT 10 years ago
Drem Darios b3dc5815ca Removed annotation that is no longer needed. 10 years ago
Drem Darios 2694cf566a Updated comment. 10 years ago
Drem Darios 6b4aebb349 Updated samples with new JMX module. 10 years ago
Drem Darios a49b9926c5 Removed <br/> from comments to fix javadoc generation from command line. 10 years ago
Drem Darios f181821559 Added JMX support. 10 years ago
Drem Darios 3b001e118b Removed all JMX references from core module. 10 years ago
Drem Darios 8f0cf22ff0 Updated poms with version 1.3.0-SNAPSHOT 10 years ago
Mahmoud Ben Hassine 7210a35481 Merge branch 'develop' 10 years ago
Mahmoud Ben Hassine 4ff53d65fc add .gitignore 10 years ago
Mahmoud Ben Hassine a2f97cd16e Merge pull request #3 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
10 years ago
The Gitter Badger d637c59307 Added Gitter badge 10 years ago
Mahmoud Ben Hassine 8fcae9e035 [maven-release-plugin] prepare for next development iteration 10 years ago
Mahmoud Ben Hassine 6985e2391f [maven-release-plugin] prepare release easyrules-1.2.0 10 years ago
Mahmoud Ben Hassine 671e9a5407 [sonar] 'equals(Object obj)' should be overridden along with the 'compareTo(T obj)' method 10 years ago
Mahmoud Ben Hassine 045a590be4 [sonar] Loggers should be 'private static final' and should share a naming convention 10 years ago
Mahmoud Ben Hassine 881b88f6a0 [sonar] String literals should not be duplicated 10 years ago
Mahmoud Ben Hassine b7b19ce76d [sonar] The members of an interface declaration or class should appear in a pre-defined order 10 years ago
Mahmoud Ben Hassine 63132676bb add profile to run rule priority tutorial 10 years ago
Mahmoud Ben Hassine 437d6bb185 update version for next release 10 years ago
Mahmoud Ben Hassine 21827ef5fe update release notes 10 years ago
Mahmoud Ben Hassine bd8d860af4 add github buttons 10 years ago
Mahmoud Ben Hassine 1148abb281 fix links to previous/next section 10 years ago
Mahmoud Ben Hassine 555ad4a70e update description 10 years ago
Mahmoud Ben Hassine fdc364df0c add release notes page 10 years ago
Mahmoud Ben Hassine 2aace6b059 add html meta tags 10 years ago
Mahmoud Ben Hassine 707c827cf1 add tutorial about rule priority 10 years ago
Mahmoud Ben Hassine 63ad9a4ac2 add method to unregister a rule 10 years ago
Mahmoud Ben Hassine 730f9ae25f fix test name 10 years ago
Mahmoud Ben Hassine cc6666fa0c [maven-release-plugin] prepare for next development iteration 11 years ago
Mahmoud Ben Hassine b9e32881b3 [maven-release-plugin] prepare release easyrules-1.1.0 11 years ago
Mahmoud Ben Hassine 4aade01175 rename base package from io.github.benas to org.easyrules 11 years ago
Mahmoud Ben Hassine 4b3d9a7348 rename order rule class 11 years ago
Mahmoud Ben Hassine 1bdd5a1954 remove jmx @, already defined in interface 11 years ago
Mahmoud Ben Hassine 5cb26cb163 add new site for documentation 11 years ago