You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RuleEngineBuilder has no more added value now that DefaultRulesEngine class is public.
One of the goals of the builder was to return a package-private implementation of RulesEngine.
Now that there are two implementations of RulesEngine interface, having a generic builder or two builders makes no sense.
The RulesEngineBuilder will be deprecated in v3.1 and removed in v3.2
The text was updated successfully, but these errors were encountered:
The
RuleEngineBuilder
has no more added value now thatDefaultRulesEngine
class is public.One of the goals of the builder was to return a package-private implementation of
RulesEngine
.Now that there are two implementations of
RulesEngine
interface, having a generic builder or two builders makes no sense.The
RulesEngineBuilder
will be deprecated in v3.1 and removed in v3.2The text was updated successfully, but these errors were encountered: