j-easy / easy-rules

The simple, stupid rules engine for Java
https://github.com/j-easy/easy-rules/wiki
MIT License
4.86k stars 1.05k forks source link

Will Easyrule have support for future version of java ? #357

Open zouroto opened 3 years ago

zouroto commented 3 years ago

Hello, We are refactoring a legacy application to remove Drools, but we'd like to keep a rule engine because of business complexity. EasyRule seems to be a potential candidate, but as we doesn't want experience one more time (as with drools) the use of a library that will bring pain in a future, my architects were asking me if EasyRule will support java 17 and more ? And if easyrule is complient with graalVM ?

Thanks a lot

dvgaba commented 2 years ago

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 an issue.

<dependency>
    <groupId>io.github.dvgaba</groupId>
    <artifactId>easy-rules-core</artifactId>
    <version>1.0.5</version>
</dependency>