cel-java
cel-java copied to clipboard
Fast, portable, non-Turing complete expression evaluation with gradual typing (Java)
**Feature request checklist** - [x] There are no issues that match the desired change - [x] The change is large enough it can't be addressed with a simple Pull Request...
Release 0.8.0
Fix CEL-Java to be fully protobuf v4 compatible Fixes https://github.com/google/cel-java/issues/462
**Describe the bug** ConstantFoldingOptimizer doesn't work for some expressions. e.g. "my_var in ['H', 'O']" **To Reproduce** Clone this repository, that reproduce the bug. [https://github.com/bugs84/CelOptimizerIssue](https://github.com/bugs84/CelOptimizerIssue) **Current issue** Program ends with following...
Add CelStandardDeclaration to allow environment subsetting for type-checker
Add CelStandardFunctions to allow environment subsetting for the runtime
Internal
internal
Internal
Remove deprecated CelExtensions#sets()