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

Update reflections dependency to 0.9.12 #178

Closed azell closed 4 years ago

azell commented 4 years ago

We have seen multithreaded exceptions with reflections 0.9.10 likely due to https://github.com/ronmamo/reflections/issues/81 . The bug appears to be fixed in 0.9.12.

Clayton7510 commented 4 years ago

Thanks! I'll get it updated.

Clayton7510 commented 4 years ago

I tried updating to 0.9.12, however there are breaking changes in 0.9.12. So, I guess it's staying on 0.9.10 until the next release.

azell commented 4 years ago

Perhaps a quicker fix would be to synchronize calls to reflections until an upgrade to 0.9.12.