[
https://issues.apache.org/jira/browse/IGNITE-28891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18096374#comment-18096374
]
Ignite TC Bot commented on IGNITE-28891:
----------------------------------------
{panel:title=Branch: [pull/13371/head] Base: [master] : Possible Blockers
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Windows){color} [[tests
2|https://ci2.ignite.apache.org/viewLog.html?buildId=9209866]]
* exe: ForkedSerializableClosureTaskTest.TestBroadcastOutException - Test has
low fail rate in base branch 0,0% and is not flaky
* exe: CachePartitionedAtomicNearEnabledTest.TestCacheConfigurationExpiryPolicy
- Test has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Platform C++ CMake (Win x64 / Release){color} [[tests 0
CANCELLED|https://ci2.ignite.apache.org/viewLog.html?buildId=9209862]]
{panel}
{panel:title=Branch: [pull/13371/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9209938&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9209938
rerunBuildIds=none{color}
> Fix IDTO Serializer Generator class name parsing for JDK 21
> -----------------------------------------------------------
>
> Key: IGNITE-28891
> URL: https://issues.apache.org/jira/browse/IGNITE-28891
> Project: Ignite
> Issue Type: Bug
> Reporter: Mikhail Petrov
> Assignee: Mikhail Petrov
> Priority: Major
> Labels: ise
> Fix For: 2.19
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{TypeMirror.toString()}} is implemented by {{{}javac{}}}, and its exact
> formatting is {*}not part of the API specification{*}. Between JDK 17 and JDK
> 21, the compiler changed how it pretty-prints annotated types to more closely
> match the Java Language Specification.
> JDK 17
> javac prints:
> {code:java}
> @org.jetbrains.annotations.Nullable java.util.List
> {code}
> JDK 21
> javac prints:
> {code:java}
> [email protected] List
> {code}
> We should not derive the class name from TypeMirror.toString()
--
This message was sent by Atlassian Jira
(v8.20.10#820010)