Files
Sergii Tkachenko 9b77c0d4df [Fix][Compiler] Plugins fall back to the edition 2023 for older protobuf (#41357)
Fixes the issue with gRPC protobuf plugins declaring the support for `protobuf::Edition::EDITION_2024`, which is higher than the one supported by the protobuf we're using at the moment: `EDITION_2023` at google/protobuf@74211c0dfc.

Related:
- Effectively undoes #40957

Closes #41357

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41357 from sergiitk:fix/compiler/protobuf-edition-2023 c3d7b9b27ead199e5e4c66052d4d91d32a7370c6
PiperOrigin-RevId: 853371790
2026-01-07 12:39:57 -08:00
..
2023-12-13 20:06:30 -08:00
2017-06-08 11:22:41 +02:00
2017-03-26 00:52:56 +08:00

Overview

This directory contains source code for gRPC protocol buffer compiler (protoc) plugins. Along with protoc, these plugins are used to generate gRPC client and server stubs from .proto files.