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

0.12 release question #177

Open jsteinbrunner opened 4 years ago

jsteinbrunner commented 4 years ago

Hello @Clayton7510 ,

I have been evaluating this project and it looks great - I really appreciate all your contributions!

I had noticed a bug in the 0.11 release that has been fixed, but not yet released. I was curious if there were any plans to do another release since the latest one was awhile back.

Also, I noticed there hasn't been a lot of activity on the project and was curious if you felt it was already very mature, or if this project will likely not receive much support in the future.

azell commented 4 years ago

I would also welcome a 0.12 release.

azell commented 4 years ago

@Clayton7510 Could you take a moment and let us know the direction of the project? I would like to contribute to rulebook and use it internally and would appreciate any roadmap you have in mind. Thanks!

Clayton7510 commented 4 years ago

I was waiting on an update to a PR for the 0.12 release. But you're right, it's been a while. So, I'll probably just end up making the update on my own, merging and cutting a 0.12 release.

Clayton7510 commented 4 years ago

As far as the direction... I want to add an additional algorithm, so that it becomes clear how to extend RuleBook and so that there are additional options available. I also want to update it to Java 11. That would probably be v1.0.

Afterwards, I'd be looking to add Groovy or Kotlin DSL support in externally loaded scripts.

Clayton7510 commented 4 years ago

BTW, you don’t have to bite off a big chunk to contribute. Any of the issues not currently assigned are available for work. You can respond to issues, fix a bug or submit your own issues.

azell commented 4 years ago

Pull request: https://github.com/deliveredtechnologies/rulebook/pull/185