hazelcast / hazelcast/hazelcast-csharp-client
[TRACKING ISSUE] Fix class definitions registration with same class id [API-2063]
Open
Jira
Source: Tracking
- Dominant language
- C#
- Stars
- 107
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
The tracking issue for the Java side PR.
**Fix class definitions registration with same class id**
See https://github.com/hazelcast/hazelcast/pull/16831 for details.
---
When class definition is registered explicitly from serialization config
, if user gives same class id in different factories, we could not
handle it correctly. This pr makes sure it works from now on.
fixes https://github.com/hazelcast/hazelcast/issues/16820
(cherry picked from commit 29b1fb3ad3f29e78757d472ab827bb0b222b39ad)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.