Graylog2 / Graylog2/graylog2-server
Update protobuf-java to 4.x or 5.x
Open
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
We are currently at 3.x.
https://protobuf.dev/support/version-support/#java
Check which version we can update to, as this needs to be in sync with other third-party dependencies.
Also, we might have to recompile our generated protobuf classes, which we use for journal messages. With the protobuf compiler making its way into our build process with #21536, we should also consider compiling the protobuf stubs on-demand instead of checking them in.
Contributor guide
Assessment
This issue has not been assessed yet.