Skip to content

Commit

Permalink
fix issue #47 : deprecate JMX feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Aug 24, 2016
1 parent 5226913 commit d048e70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions easyrules-jmx/src/main/java/org/easyrules/api/JmxRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
*
* @author Drem Darios (drem.darios@gmail.com)
*/
@Deprecated
@MXBean
public interface JmxRule extends Rule {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*
* @author Drem Darios (drem.darios@gmail.com)
*/
@Deprecated
public interface JmxRulesEngine extends RulesEngine {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
*
* @author Drem Darios (drem.darios@gmail.com)
*/
@Deprecated
@MXBean
public class BasicJmxRule extends BasicRule implements JmxRule {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
*
* @author Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
*/
@Deprecated
public class JmxRulesEngineBuilder {

private RulesEngineParameters parameters;

private List<RuleListener> ruleListeners;

@Deprecated
public static JmxRulesEngineBuilder aNewJmxRulesEngine() {
return new JmxRulesEngineBuilder();
}
Expand Down

0 comments on commit d048e70

Please sign in to comment.