easy-rules icon indicating copy to clipboard operation
easy-rules copied to clipboard

Will Easyrule have support for future version of java ?

Open zouroto opened this issue 3 years ago • 1 comments

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

zouroto avatar Jul 05 '21 19:07 zouroto

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>

dvgaba avatar Aug 12 '22 16:08 dvgaba