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

Protocol Buffer Validation for Java.

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

In this commit: https://github.com/bufbuild/protovalidate-java/commit/265d6891cc1702e5c452c96146b846da5320f145 how did we build these files? I am trying to downgrade proto to 3.19.1, but these files are generated with a newer protoc compiler, so they're...

**Feature description:** Support for GraalVM compilation **Problem it solves or use case:** Use protovalidate in native executable **Proposed implementation or solution:** Maybe some example of reflect-config.json **Examples or references:** None...

Feature

Rehash of #132 since that PR ended up with some bad merge conflicts. See https://github.com/bufbuild/protovalidate-java/issues/80 See https://github.com/open-toast/protokt/pull/402 for what the implementation looks like given this PR

## Description Validation of `com.google.protobuf.Timestamp` fails with `java.time.DateTimeException` when the timestamp's seconds or nanoseconds values exceed the bounds that can be represented by Java's `Instant` class. This occurs when attempting...

Bug

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.33.0 to 4.33.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=4.33.0&new-version=4.33.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps [build.buf:buf](https://github.com/bufbuild/buf) from 1.59.0 to 1.60.0. Release notes Sourced from build.buf:buf's releases. v1.60.0 Fix LSP published diagnostics to filter to the opened file. Add textDocument/documentSymbol support for buf lsp serve....

dependencies
java

Bumps com.palantir.git-version from 4.1.0 to 4.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.palantir.git-version&package-manager=gradle&previous-version=4.1.0&new-version=4.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

I'm updating to the 1.0 version of protovalidate-java, and there's a breaking change in how I consume the violations that I'm confused by. Given this sample message: ```protobuf message GuesAAddress...