Tags: bufbuild/protovalidate-java
Tags
Register string extension functions to match pv-go (#439) Currently, protovalidate-java doesn't register the same string extension functions at protovalidate-go, making custom CEL rules not supported across platforms. Register the CEL string extension functions available in cel-java. These are identical to the ones available in protovalidate-go except it is missing a `quote` and `reverse` function. We could implement custom versions but it would be better to get this addressed upstream for consistency across CEL runtimes. Fixes #438.
Update protovalidate (#329) This implements the following upstream changes: - bufbuild/protovalidate#397 - bufbuild/protovalidate#396 - bufbuild/protovalidate#394 --------- Signed-off-by: Sri Krishna <[email protected]>
Update protovalidate (#329) This implements the following upstream changes: - bufbuild/protovalidate#397 - bufbuild/protovalidate#396 - bufbuild/protovalidate#394 --------- Signed-off-by: Sri Krishna <[email protected]>
Add implicit `IGNORE_IF_UNPOPULATED` for `MessageOneofRule` fields (#312 ) bufbuild/protovalidate#382 --------- Signed-off-by: Sri Krishna <[email protected]> Co-authored-by: Timo Stamm <[email protected]>
PreviousNext