[
https://issues.apache.org/jira/browse/IGNITE-28928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18100546#comment-18100546
]
Ignite TC Bot commented on IGNITE-28928:
----------------------------------------
{panel:title=Branch: [pull/13414/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13414/head] Base: [master] : New Tests
(5)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Basic 1{color} [[tests
4|https://ci2.ignite.apache.org/viewLog.html?buildId=9240007]]
* {color:#013220}IgniteBasicTestSuite:
MessageProcessorTest.testDifferentMappersForTheSameEnumAreProhibitedWithCollection
- PASSED{color}
* {color:#013220}IgniteBasicTestSuite:
MessageProcessorTest.testCustomMapperCannotBeUsedOnNonEnumCollection -
PASSED{color}
* {color:#013220}IgniteBasicTestSuite:
MessageProcessorTest.testCustomMapperCannotBeUsedOnNonEnumMap - PASSED{color}
* {color:#013220}IgniteBasicTestSuite:
MessageProcessorTest.testEnumMapperCannotBeTwoEnums - PASSED{color}
{color:#00008b}Security{color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9240086]]
* {color:#013220}SecurityTestSuite:
SecurityBasicPermissionSetSerializationTest.testWriteAndReadBack - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9240152&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9240152
rerunBuildIds=9241054,9241056,9241058,9241060,9241062,9241064,9241066{color}
> Use MessageSerializer for SecurityPermissionSet
> -----------------------------------------------
>
> Key: IGNITE-28928
> URL: https://issues.apache.org/jira/browse/IGNITE-28928
> Project: Ignite
> Issue Type: Task
> Reporter: Ilya Shishkov
> Assignee: Ilya Shishkov
> Priority: Minor
> Labels: IEP-132, ise
> Fix For: 2.19
>
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> 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)