cel-java
cel-java copied to clipboard
is java_package option's value from .proto file ignored in ScriptHost.withTypes call?
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'".
I looked at the code and I think it ignores the value of java_package option in the ScriptHost.withTypes method.
Please let me know if you want me to fix this issue.
Thanks!
Sure, feel free!