Re: [DISCUSS][Java] Protobuf 4.x

2024-06-19 Thread Vibhatha Abeykoon
Thanks for initiating this discussion. We recently encountered this issue [1] as mentioned in this discussion. I think this sounds like a reasonable plan to me. But I have doubts about supporting 4,x and 3.x. [1]. https://github.com/apache/arrow/issues/41997 On Fri, Jun 14, 2024 at 1:59 AM Norm

[DISCUSS][Java] Protobuf 4.x

2024-06-13 Thread Norman Jordan
Protobuf recently released a 4.x release. This is a breaking change from the 3.x series at least for Java. One of the most significant changes is the removal of the "GeneratedMessageV3" class. Generated classes would need to be regenerated to no longer extend "GeneratedMessageV3". Most project