Mahmoud Ben Hassine
98f2f31d98
upgrade java version to 1.6
11 years ago
Mahmoud Ben Hassine
a456cd4d6f
add a test suite class for Easy Rules core module
11 years ago
Mahmoud Ben Hassine
478998cf72
add test case for JMX managed rule registration
11 years ago
Mahmoud Ben Hassine
9621603b77
add test case for rule priority threshold parameter
11 years ago
Mahmoud Ben Hassine
87bec28cbd
add test case for skipOnFirstApplied rule parameter
11 years ago
Mahmoud Ben Hassine
5bbf3e83dc
fix issue #1 : make constructor of BasicJmxManagedRule class public
11 years ago
Mahmoud Ben Hassine
73f29790f9
update user name in javadoc
11 years ago
Mahmoud Ben Hassine
2f17415a08
update user name in license header
11 years ago
Mahmoud Ben Hassine
efb10856a8
upgrade maven plugin version
11 years ago
Mahmoud Ben Hassine
d477e73957
add user name, url and role
11 years ago
benas
fd1613d126
[maven-release-plugin] prepare for next development iteration
11 years ago
benas
9e9c9ab9c1
[maven-release-plugin] prepare release easyrules-1.0.1
11 years ago
benas
05eda8166a
remove class moved to io.github.benas.easyrules.api package (pb with last commit)
11 years ago
benas
274d3dcef0
- fix package name
...
- update license header
11 years ago
benas
a7c21a1ebe
- fix package name
...
- update license header
11 years ago
benas
2a068a390a
[maven-release-plugin] prepare for next development iteration
11 years ago
benas
4762d8e74e
[maven-release-plugin] prepare release easyrules-1.0.0
11 years ago
benas
75690c7416
[maven-release-plugin] rollback the release of easyrules-1.0.0
11 years ago
benas
2fcf05e16a
[maven-release-plugin] prepare release easyrules-1.0.0
11 years ago
benas
87b254f8fa
reset version number for first release
11 years ago
benas
21cbf29966
fix version number
11 years ago
benas
c36e33e22f
fix checkstyle warnings
11 years ago
benas
af2fe13bc0
update readme
11 years ago
benas
cf0132f12a
- add sonatype oss as parent
...
- add scm and license
- add reporting plugins (check style, pmd and find bugs)
11 years ago
benas
85d636f70e
rename base package from net.benas to io.github.benas
11 years ago
benas
c923f0d656
update alert message
11 years ago
benas
016c994f6c
add execution profiles to run the tutorials
11 years ago
benas
e37a6f530a
add uml diagrams to version control
12 years ago
benas
b4245ff7c7
update documentation
12 years ago
benas
ec18066bef
[maven-release-plugin] release of easyrules-1.1.0
12 years ago
benas
085ceb67d1
[maven-release-plugin] rollback the release of easyrules-1.1.0
12 years ago
benas
0c588d9580
[maven-release-plugin] prepare release easyrules-1.1.0
12 years ago
benas
73dc23cef0
fix developer connection in scm
12 years ago
benas
690553ebab
[maven-release-plugin] rollback the release of easyrules-1.1.0
12 years ago
benas
8d9f61000a
add url and connection to scm
12 years ago
benas
3e94d7821a
[maven-release-plugin] rollback the release of easyrules-1.1.0
12 years ago
benas
45d3077254
[maven-release-plugin] prepare release easyrules-1.1.0
12 years ago
benas
9800f57620
Merge remote-tracking branch 'origin/master'
12 years ago
benas
f8ce2392ea
add maven release plugin
12 years ago
benas
d7e9c677cb
Add link to speacker deck presentation
12 years ago
benas
28998facf6
add Getting Started section to documentation
12 years ago
benas
6d15994390
fix typo in method name
12 years ago
benas
ff5550a7dc
add documentation for composite rules and JMX feature
12 years ago
benas
4c09d495a6
add composite rule concept : a composite rule is composed of a set of "primitive" rules.
12 years ago
benas
91fbd118a3
fix documentation link
12 years ago
benas
6a1dc82f4d
update README.md
12 years ago
benas
c15be90eba
update tutorials with new core APIs
12 years ago
benas
8a5c3063f6
- Introduce Rule interface as rule abstraction
...
- Make JmxManagedRule interface extend Rule interface since it adds Jmx Management capability
- Introduce basic implementation classes for Rule and JmxManagedRule interfaces to be extended by easy rules users.
12 years ago
benas
b0b40df5c9
fix typo
12 years ago
benas
36dbf8446e
update order tutorial to make suspect order rule configurable via JMX at runtime
12 years ago