deliveredtechnologies / rulebook

100% Java, Lambda Enabled, Lightweight Rules Engine with a Simple and Intuitive DSL
http://www.deliveredtechnologies.com
Apache License 2.0
716 stars 124 forks source link

Downgrade reflections to 0.9.9 due to multithreading issues #183

Open azell opened 4 years ago

azell commented 4 years ago

Unfortunately https://github.com/deliveredtechnologies/rulebook/issues/178 is not a drop-in change and I am not aware of an upcoming release.

Therefore an alternative fix is to downgrade the reflections library from 0.9.10 to 0.9.9.

This has been implemented with success as mentioned in https://github.com/ronmamo/reflections/issues/81 .

Clayton7510 commented 4 years ago

Will get it done shortly. Thanks!

azell commented 4 years ago

https://github.com/deliveredtechnologies/rulebook/pull/189