cel-java
cel-java copied to clipboard
Fast, portable, non-Turing complete expression evaluation with gradual typing (Java)
Internal Changes
Consider a JSON object ```json { "with-hyphen": "a-string", "$startsWithDollarSign": 123 } ``` **Problem**: It's not possible to provide type-hints for `with-hyphen` and `$startsWithDolalrSign` CEL can get type information well if...
Add support for configuring custom expression-level validators in CelPolicyCompiler
Enable coverage collection via the runner library for a single test.
Hi all, I am trying to run expressions against my Java data structure. I find it rather difficult to make my Java objects known to the CelCompiler and documentation seems...
Commented out tests
# Problem We have an AVRO data that we want to evaluate with a rule `value.pet == null` to preserve int and doubles we have chosen to convert to Java...