protovalidate-java
protovalidate-java copied to clipboard
Protocol Buffer Validation for Java.
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...
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...
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 [](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...
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....
Bumps com.palantir.git-version from 4.1.0 to 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...
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...