Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/main/java/build/buf/protovalidate/ValidateLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ final class ValidateLibrary implements CelCompilerLibrary, CelRuntimeLibrary {

static Cel newCel() {
ValidateLibrary validateLibrary = new ValidateLibrary();
// NOTE: CelExtensions.strings() does not implement string.reverse() or strings.quote() which
// are available in protovalidate-go. Fixed in https://github.com/google/cel-java/pull/998.
return CelFactory.standardCelBuilder()
.setOptions(CEL_OPTIONS)
// Drop stdlib matches; CustomOverload provides a caching replacement.
Expand Down
Loading