Hi Sathish,
if you intend the Drools engine (the API, framework, library) that is a Java artifact and thankfully Java JVM maintains backward compatibility.
The minimal JDK version for Drools are:
- Drools 7.x series -> JDK 8 minimum
- Drools 8.x series -> JDK 11 minimum (reference)
This implies if you are using JDK11, you can use either and both Drools 7.x and Drools 8.x.
Different considerations for the Business Central workbench.
The Business Central workbench from the v7.x series based on my limited testing works fine using JDK 11, but I was not able to make it work using JDK 17 onwards. YMMV you ought to test the workbench on your JVM if using any not listed in the supported environment for the Business Central workbench.
Hope this helps!
MM