[
https://issues.apache.org/jira/browse/IGNITE-27476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitry Werner updated IGNITE-27476:
-----------------------------------
Description:
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 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]
was:
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
> 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
> Priority: Minor
> Labels: IEP-132, ise
>
> 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 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)