dvgaba

Results 32 comments of dvgaba

This project is in maintenance mode but I have made some changes and upgraded JDK version to 11, if there is a specific case for higher java version please raise...

check what is supported in mvel here : http://mvel.documentnode.com/

Is this still an issue for you? If yes, could you please try against below fork ``` io.github.dvgaba easy-rules-core 1.0.5 ``` ``` Time Taken in ms:1 Time Taken in ms:2...

I did couple of minor improvements in logging statements, I think it should perform very well now. If you have a sample I can re-visit. Maven central ``` io.github.dvgaba easy-rules-core...

You can add system.out.println within mvel expression, or a static logger class should also work.

This is available in below version io.github.dvgaba easy-rules-core 1.0.5

you should process rules on object which are in list one by one, I am assuming your requirement is to set flag for each object based on object's state.

invoking rulesEngine.fire(rules, facts) in a for loop should work for you. Here fact should contain single object from your list

If you can share some sample rule and sample data might be able to help.

I think keeping priority of the rules same and then change order before execution should work for you.