You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protobuf did some refactoring in v4.26, and backwards compatibility has only partly been restored.
This leads to the Jackson Datatype Protobuf module throwing this error: java.lang.NoClassDefFoundError: com/google/protobuf/GeneratedMessageV3$ExtendableMessageOrBuilder
This issue has been addressed in the protobuf repository, but of course, it would be better to provide support for newer versions instead of relying on backwards compatibility.
The text was updated successfully, but these errors were encountered:
Protobuf did some refactoring in v4.26, and backwards compatibility has only partly been restored.
This leads to the Jackson Datatype Protobuf module throwing this error:
java.lang.NoClassDefFoundError: com/google/protobuf/GeneratedMessageV3$ExtendableMessageOrBuilder
This issue has been addressed in the protobuf repository, but of course, it would be better to provide support for newer versions instead of relying on backwards compatibility.
The text was updated successfully, but these errors were encountered: