apache / incubator-kie-drools

Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
http://www.drools.org
5.85k stars 2.49k forks source link

[Incubator-kie-issues#1345] It shouldn't be possible to add\subtract a DateTime with a number #6040

Closed bncriju closed 1 month ago

bncriju commented 2 months ago

Fixes https://github.com/apache/incubator-kie-issues/issues/1345

It was possible to add a number with a Temporal and was returning the result, which was not right. According to DMN specification, addition of Temporal with a number shouldn't be supported. This PR has the changes to bring the behavior supported by DMN spec.