In my current project (Using Drools 5.5) we are using following properties of 'KnowledgeAgentConfiguration' :
- "drools.agent.scanResources"
- "drools.agent.scanDirectories"
- "drools.agent.newInstance"
- "drools.agent.monitorChangeSetEvents"
- "drools.agent.useKBaseClassLoaderForCompiling"
- "drools.agent.validationTimeout"
and now i have to migrate my project to Drools 7.x. But i am not able to find anything about these properties in Drools 7.x.
Can somebody tell me what happened to these properties in Drools 7.x or How to use these configuration in Drools 7.x ?