Hide Forgot
The aforementioned class refers to WorkingMemoryEventListener that is deprecated and will be removed in next version of Drools. http://docs.jboss.org/drools/release/6.0.0.Final/kie-api-javadoc/org/kie/api/event/rule/WorkingMemoryEventListener.html If fixed it will not be aslo necessary to use typecasting for manager.
IIRC, this class was deprecated from the moment it was added to the public API. Bringing David into the loop since he has more knowledge on the background here.
Easy enough to remove, but it's in their public api. So, should we wait to remove it until they remove it, or what?
As long as it's marked Deprecated, we're ok.
FYI, usage of the deprecated interface is removed with this jira: https://issues.jboss.org/browse/SWITCHYARD-1955