Skip to content

Tags: bufbuild/protovalidate-java

Tags

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support repeated fields in MessageOneofEvaluator (#428)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update protovalidate (#384)

Signed-off-by: Sri Krishna <[email protected]>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to gradle 8.14.3 (#368)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to protovalidate v1.0.0 (#347)

Update to [upstream
v1.0.0](https://github.com/bufbuild/protovalidate/releases/tag/v1.0.0).

v1.0.0-rc.5

Toggle v1.0.0-rc.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify tests (#346)

Update tests to just declare unexpected exceptions in throws clause
(don't need to catch them as they will fail the test automatically if
thrown). Update to remove unnecessary type arguments.

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simplify tests (#346)

Update tests to just declare unexpected exceptions in throws clause
(don't need to catch them as they will fail the test automatically if
thrown). Update to remove unnecessary type arguments.

v1.0.0-rc.4

Toggle v1.0.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v1.0.0-rc.3

Toggle v1.0.0-rc.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>