I've just created https://github.com/protocolbuffers/protobuf/issues/15407
Thanks, Wesley On Thu, Jan 11, 2024 at 10:35 AM Adam Cozzette <[email protected]> wrote: > Thank you for the heads-up. That sounds like a real bug we should make > sure to fix in the upcoming release. Would you mind filing a GitHub issue > for this so that we can track it? > > On Mon, Jan 8, 2024 at 2:17 PM Wesley Hartford <[email protected]> > wrote: > >> Starting with version 3.25.0 the protobuf-kotlin jar includes some common >> .proto files in the JARs src/google/protobuf directory. Previous version >> included these files in the google/protobuf directory (without the >> parent src directory). I haven't been able to find any announcement or >> explanation of this change. Current and past versions of the protobuf-java >> JAR include the same .proto files in the google/protobuf directory. >> >> Was this change intentional? It caused one of my builds to break because >> because the contents of the protobuf-kotlin and protobuf-java JAR were both >> present causing protoc to detect conflicting declarations of the Any type. >> My build was misconfiguration and has been fixed, but the change in >> location still seems wrong to me, especially considering the protobuf-java >> JAR still includes the same files in the original location. >> >> Thanks, >> >> Wesley Hartford >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Protocol Buffers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/protobuf/e5c4258b-a233-459b-b33e-af058d56d3c8n%40googlegroups.com >> <https://groups.google.com/d/msgid/protobuf/e5c4258b-a233-459b-b33e-af058d56d3c8n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/CA%2B%2B-c5z8jUrYpWUFQZ8vCWjQgOcxWVQ4OefderQWkZ30%3Dfc5xg%40mail.gmail.com.
