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

Protocol Buffer Validation for Java.

Results 8 protovalidate-java issues
Sort by recently updated
recently updated
newest added

see https://github.com/bufbuild/protovalidate-java/issues/80 see https://github.com/open-toast/protokt/pull/259/commits/0cd3157ccf84b8e79485d892bfdc1a7d748e8900 for what the implementation looks like given this PR

**Feature description:** How to integrate with grpc interceptor? **Problem it solves or use case:** Use like this (https://github.com/bufbuild/protoc-gen-validate/blob/main/java/pgv-java-grpc/src/main/java/io/envoyproxy/pgv/grpc/ValidatingServerInterceptor.java) **Examples or references:** Use like this (https://github.com/bufbuild/protoc-gen-validate/blob/main/java/pgv-java-grpc/src/main/java/io/envoyproxy/pgv/grpc/ValidatingServerInterceptor.java) **Additional context:** None!

Feature

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=gradle&previous-version=3.25.3&new-version=4.26.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies
java

## Description The project i am working is a multi module one, there are fields in a proto for which i am trying to validations that has fields imported from...

Bug

## Description The current implementation of `Config.disableLazy` isn't functional. In addition to specifying `disableLazy = true`, a user also needs to provide the initial set of messages/descriptors to use to...

Bug

**Feature description:** I'd like to generify the `Value` interface to accommodate validation of Protobuf messages generated by other implementations. Specifically I'd like to implement support for [protokt](https://github.com/open-toast/protokt). **Problem it solves...

Feature

## Description I am trying to use proto validate files in my Java project by adding/importing them via `protoc-jar-maven-plugin` plugin with protobuf version of `3.24.4`. However, the build fails when...

Bug

See https://github.com/bufbuild/protovalidate/issues/101 for details. This depends on https://github.com/bufbuild/protovalidate/pull/114 being merged. However, locally I was able to build & run conformance tests using some edits to the `build.gradle.kts` and `Makefile`. (After...