Ilya Shishkov created IGNITE-28944:
--------------------------------------
Summary: SecurityBasicPermissionSet equals and hashCode is broken,
when different collections are used
Key: IGNITE-28944
URL: https://issues.apache.org/jira/browse/IGNITE-28944
Project: Ignite
Issue Type: Task
Reporter: Ilya Shishkov
Assignee: Ilya Shishkov
Fix For: 2.19
Also, currently we can not serialize such fields:
{code:java}
/** */
@Order(0)
Map<String, Collection<TransactionIsolation>> enumMap;
/** */
@Order(1)
Collection<TransactionIsolation> enumCol;
{code}
It will be fixed too.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)