Dmitry Werner created IGNITE-27476:
--------------------------------------
Summary: Restore the use of Set instead of Collection in messages
Key: IGNITE-27476
URL: https://issues.apache.org/jira/browse/IGNITE-27476
Project: Ignite
Issue Type: Task
Reporter: Dmitry Werner
Assignee: Dmitry Werner
During refactoring of some messages for migration to generated serializers, the
type of some fields was changed from `Set` to `Collection` due to lack of
support for `Set` in the serialization framework at that time.
Now that the framework has added support for `Set`, it is necessary to restore
the usage of `Set` instead of `Collection`.
Commits where the type was changed from Set to Collection:
-
[https://github.com/apache/ignite/commit/6591914ba0a6cf513527a654ba8280bfa42634a7#diff-c077aada5a4d572d9b394f1885182c7533bd9524f196badf6719806dbd2fb19b]
-
https://github.com/apache/ignite/commit/b2fdcea548339b4a13e636adb8cce4c0796421ec#diff-60dbd8b28ead3b71044c27d73d4a2af1bd020c63c4dbe68b8f1011fb78f9a977
--
This message was sent by Atlassian Jira
(v8.20.10#820010)