Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sdk-platform-java-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@

<properties>
<google-cloud-shared-dependencies.version>3.55.0</google-cloud-shared-dependencies.version> <!-- {x-version-update:google-cloud-shared-dependencies:current} -->
<!-- skipping clirr check for protobuf 4.x upgrade for downstream libraries -->
<clirr.skip>true</clirr.skip>
Comment on lines +21 to +22

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Disabling the clirr check across all downstream libraries introduces a significant risk of shipping binary-incompatible changes. While this is noted as being for a protobuf upgrade, it's crucial to treat this as a temporary measure.

To ensure this check is re-enabled, please make the comment a TODO with a link to a tracking issue. This will make it easier to track and address later.

Suggested change
<!-- skipping clirr check for protobuf 4.x upgrade for downstream libraries -->
<clirr.skip>true</clirr.skip>
<!-- TODO(issue-link): Re-enable clirr check. Temporarily skipping for protobuf 4.x upgrade. -->
<clirr.skip>true</clirr.skip>

</properties>
</project>
Loading