Got below alert when running DMN using Kogito
[org.kie.kog.cod.dec.DecisionValidation] (build-10) Gap detected: [ ( 45 .. 46 ), - ]
While having Decision Table like below,

It happens because there are gap between 45 and 46 (as the error said), and the workaround is pretty much simple. Replacing square bracket (included) with round bracket (exclusion) should solve the problem.
Code can be accessed on below Github Repository
https://github.com/edwin/quarkus-and-dmn
