Skip to content

Commit 288ad06

Browse files
authored
chore: remove libraries-bom-protobuf3 folder (#7495)
1 parent 65018fc commit 288ad06

3 files changed

Lines changed: 2 additions & 37 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use it in Maven, add the following to your POM:
3131
When you use the Libraries BOM, you don't specify individual library versions
3232
and your application runs on a consistent set of the dependencies.
3333

34-
If you encounter compatibility issues with protobuf-java 4.x, update your codebase and dependencies to ensure compatibility, see [release notes of libraries-bom v26.50.0](https://github.com/googleapis/java-cloud-bom/releases/tag/v26.50.0) for potential compatibility issues. If this is not feasible, use `com.google.cloud:libraries-bom-protobuf3` as a workaround. `com.google.cloud:libraries-bom-protobuf3` includes the same client libraries and library versions as libraries-bom.
34+
If you encounter compatibility issues with protobuf-java 4.x, update your codebase and dependencies to ensure compatibility, see [release notes of libraries-bom v26.50.0](https://github.com/googleapis/java-cloud-bom/releases/tag/v26.50.0) for potential compatibility issues.
3535

3636
## Libraries in Scope
3737

libraries-bom-protobuf3/pom.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

release-note-generation/src/main/java/com/google/cloud/ReleaseNoteGeneration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private void printKeyCoreLibraryDependencies(Bom bom) {
174174
.append("\n")
175175
.append("\n");
176176
report
177-
.append("If you encounter compatibility issues with protobuf-java 4.x, please update your codebase and dependencies to ensure compatibility. If this is not feasible, use libraries-bom-protobuf3 as a workaround. libraries-bom-protobuf3 includes the same client libraries and library versions as libraries-bom.")
177+
.append("If you encounter compatibility issues with protobuf-java 4.x, please update your codebase and dependencies to ensure compatibility.")
178178
.append("\n");
179179
}
180180

0 commit comments

Comments
 (0)