junaiddshaukat commented on PR #39051: URL: https://github.com/apache/beam/pull/39051#issuecomment-4814312615
I switched to the vendored protobuf. Moved the proto into a small portability-nature sub-module (:runners:kafka-streams:proto, same pattern as the dataflow windmill proto module), so its shaded output uses the vendored protobuf; the serde now imports org.apache.beam.vendor.grpc.v1p69p0.com.google.protobuf.ByteString and I dropped the suppressions.xml entry. The main runner stays on applyJavaNature so spotbugs is still on. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
