Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 2f0eae1

Browse files
authored
Update releaseNotes.md
1 parent 810ae6b commit 2f0eae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries-bom/releaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For a detailed explanation and mitigation steps, please refer to the Java sectio
1818
While rare, the following incompatibilities may occur due to the version update:
1919

2020
#### 1. Runtime Version Mismatch
21-
* **Issue:** The minimum required `protobuf-java` runtime version is now **v4.33.2**. Starting with the 4.x runtime, [validations](https://github.com/protocolbuffers/protobuf/blob/1082da2da37a0887d0cfd70abf4a00e8973cd8bf/java/core/src/main/java/com/google/protobuf/RuntimeVersion.java#L55-L73) ensure the runtime version is higher than the gen code version. Using a lower version of protobuf-java will produce errors below.
21+
* **Issue:** The minimum required `protobuf-java` runtime version is now **v4.33.2**. Starting with the 4.x runtime, [validations](https://github.com/protocolbuffers/protobuf/blob/1082da2da37a0887d0cfd70abf4a00e8973cd8bf/java/core/src/main/java/com/google/protobuf/RuntimeVersion.java#L55-L73) ensure the runtime version is higher than or equal to the gen code version. Using a lower version of protobuf-java will produce errors below.
2222
* **Symptoms:**
2323
* `java.lang.NoClassDefFoundError: com/google/protobuf/RuntimeVersion$RuntimeDomain` (when using 3.x versions).
2424
* `com.google.protobuf.RuntimeVersion$ProtobufRuntimeVersionException` (when using older 4.x versions).

0 commit comments

Comments
 (0)