cel-java icon indicating copy to clipboard operation
cel-java copied to clipboard

Fast, portable, non-Turing complete expression evaluation with gradual typing (Java)

Results 18 cel-java issues
Sort by recently updated
recently updated
newest added

Hi, First of all, I would like to apologize for that the issue #333 I posted was incorrect. I have once again confirmed my program behavior, so let me ask...

**Describe the bug** CelDescriptorUtil method descriptorCollectionToMap throws duplicate key exception . As method getFileDescriptorsForDescriptors collect unique Messagetypes for individual filedescriptors but collects all message types for multiple filedescriptors again duplicating...

Add documentation for codelab exercises 5 through 9

**Describe the bug** In the README, under "Common Questions", it is written that: _Checking is an optional, but strongly suggested, step in CEL expression validation. It is sufficient in some...

Add ListsExtension with flatten function (single level only) Recursive implementation will be added in the future.