cel-java
cel-java copied to clipboard
Common Expression Language for Java
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/projectnessie/cel-java). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.protobuf:protobuf-java](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.25.3` -> `4.26.1` |...
I am looking to use cel-java to evaluate if a value is in a list. The problem that I'm running into is the different conversions between the different types. This...
I get the following error when my var is a `protobuf.Any` message: ``` java.lang.IllegalArgumentException: FieldDescriptor does not match message type. ``` Stack trace: ``` com.google.protobuf.DynamicMessage.verifyContainingType(DynamicMessage.java:306) at com.google.protobuf.DynamicMessage.getField(DynamicMessage.java:195) at org.projectnessie.cel.common.types.pb.FieldDescription.getValueFromField(FieldDescription.java:447) at...
How can I convert the "greet" example into a lib please? This does not work: ```java import org.projectnessie.cel.EnvOption; import org.projectnessie.cel.Library; import org.projectnessie.cel.ProgramOption; import org.projectnessie.cel.checker.Decls; import org.projectnessie.cel.interpreter.functions.Overload; import java.util.List; import static...
Hi, I'm trying to use protobuf messages in the cel-java and my code fails with an exception "Caused by: org.projectnessie.cel.tools.ScriptCreateException: check failed: ERROR: :1:9: [internal] unexpected failed resolution of 'com.xyz.Customer'"....
Hello, Is there a way to override overloads for standard library? Below is part of my code which is not getting the expected result. ```java @NotNull private static final Overload...
Hello CEL custom method wants to be overload Is there a code example? test(String,String) test(String,int) thanks
Maybe pull in https://github.com/google/cel-go/pull/446
Pull in https://github.com/google/cel-go/pull/443