Mahmoud Ben Hassine
e1613a3dee
update javadoc
10 years ago
Mahmoud Ben Hassine
8431634d58
add simple log format
10 years ago
Mahmoud Ben Hassine
ebae10c313
update documentation for version 2.0
10 years ago
Mahmoud Ben Hassine
94b8e17d37
update comments
10 years ago
Mahmoud Ben Hassine
1b04b4290f
update log messages
10 years ago
Mahmoud Ben Hassine
2c7276079b
add test case for custom rule ordering
10 years ago
Mahmoud Ben Hassine
71875779f0
refactor engine test class
10 years ago
Mahmoud Ben Hassine
14a10f9d7d
rename test class
10 years ago
Mahmoud Ben Hassine
03690c7a4f
move constants and utilities to Utils class
10 years ago
Mahmoud Ben Hassine
d693d8d718
add parameter to mute loggers
10 years ago
Mahmoud Ben Hassine
8d3b9cdce1
add RuleListener API to allow the user to add behavior before/after the execution of each rule
10 years ago
Mahmoud Ben Hassine
bfa0b10467
add parameter to skip next rules when a rule fails
10 years ago
Mahmoud Ben Hassine
e43290f215
make compareTo() consistent with equals()
10 years ago
Mahmoud Ben Hassine
bf56663a19
change snapshot version to 2.0.0-SNAPSHOT
10 years ago
Mahmoud Ben Hassine
22d35a4ff5
add rule proxy around annotated POJOs to make the rules engine consistent
10 years ago
Mahmoud Ben Hassine
1c939ee905
fix typo in javadoc
10 years ago
Mahmoud Ben Hassine
35e1ef0b42
remove redundant modifier
10 years ago
Mahmoud Ben Hassine
62665b2a24
add snapshot repository url
10 years ago
Mahmoud Ben Hassine
8bf5a50e79
update snapshot version to 1.4.0-SNAPSHOT
10 years ago
Mahmoud Ben Hassine
d737b1ad6a
add target directories to .gitignore
10 years ago
Mahmoud Ben Hassine
e52f28c71b
Merge pull request #7 from jordanjennings/patch-1
...
Fix typo in getting-started.md
10 years ago
jordanjennings
58a397dd93
Fix typo in getting-started.md
...
Changed "form" to "from" in the building from source header
10 years ago
Mahmoud Ben Hassine
ad90e75b84
[maven-release-plugin] prepare for next development iteration
10 years ago
Mahmoud Ben Hassine
adecfc0ed4
[maven-release-plugin] prepare release easyrules-1.3.0
10 years ago
Mahmoud Ben Hassine
dc572bfaf8
update documentation for version 1.3.0
10 years ago
Mahmoud Ben Hassine
9deb03e011
update javadoc
10 years ago
Mahmoud Ben Hassine
476065568b
remove non existent background image
10 years ago
Mahmoud Ben Hassine
14c00c42ee
update author's web page
10 years ago
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