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

is java_package option's value from .proto file ignored in ScriptHost.withTypes call?

Open miksonov opened this issue 3 years ago • 1 comments

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!

miksonov avatar Apr 08 '22 01:04 miksonov

Sure, feel free!

snazy avatar Apr 08 '22 08:04 snazy