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
Copy file name to clipboardExpand all lines: prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/net/management/model/localModel/StorageManagerModel.java
+4-2
Original file line number
Diff line number
Diff line change
@@ -736,7 +736,8 @@ public void readExternal(java.io.DataInput in)
736
736
}
737
737
738
738
// added in 14.1.2.0.0 / 26.06.7 / 23.09.1
739
-
if (ExternalizableHelper.isVersionCompatible(in, VersionHelper.VERSION_14_1_2_0)
739
+
if ((ExternalizableHelper.isVersionCompatible(in, VersionHelper.VERSION_14_1_2_0)
740
+
&& !ExternalizableHelper.isVersionCompatible(in, VersionHelper.VERSION_23_09)) // exclude reading from 23.09 as it doesn't contain the attribute
0 commit comments