Hi,
Using drools 5.0 APIs, I have written a kind of framework component code using which I am able to achieve following functionalities successfully :
-
Running rules using changeset.xml
-
Executing workflow
Example of framework component code can be :
-
Creating knowledge agent
-
Applying changeset to it
-
Building knowledge base out of that agent
-
Creating stateful knowledge session
-
Inserting fact types into this session , fire rules and get result
Now that 5.1 stable version has been released, I want to know if I just replace the 5.0 jars with 5.1 jars in my framework code, would I be able to achieve same results as they were when I was using 5.0 API ?
Or there is/are some change/s in the APIs ?
Thanks & Regards,
Swapnil Sawant