-
Notifications
You must be signed in to change notification settings - Fork 16k
Description
Let's remove Linkage Monitor check.
What language does this apply to?
It's CI for protobuf Java.
If it's a proto syntax change, is it for proto2 or proto3? -> N/A
If it's about generated code change, what programming language? -> N/A
Describe the problem you are trying to solve.
Linkage Monitor check (#6318) is no longer needed.
https://github.com/protocolbuffers/protobuf/blob/master/tests.sh#L248
Describe the solution you'd like
I will remove the linkage monitor setup from this repository.
https://github.com/protocolbuffers/protobuf/blob/master/tests.sh#L248
Describe alternatives you've considered
Additional context
I'll create a pull request.
Background
When we installed Linkage Monitor, we were choosing the protobuf-java version for the Libraries BOM independently from the Google Cloud client libraries. Now we choose the protobuf Java version that is used by the Google Cloud client libraries. When there's any linkage errors between them, it would manifest as compilation errors. Therefore, we no longer need to run Linkage Monitor for this repository.
