You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/07/02 07:47:00 UTC

[jira] [Commented] (IGNITE-11393) Create IgniteLinkTaglet.toString() implementation for Java9+

    [ https://issues.apache.org/jira/browse/IGNITE-11393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17150036#comment-17150036 ] 

Aleksey Plekhanov commented on IGNITE-11393:
--------------------------------------------

[~amashenkov] or [~dpavlov], can you please review the patch in PR 7983?

I've additionally fixed some maven build issues and now release can be built by maven on JDK 11+:
{noformat}
mvn clean install -Pall-java,all-scala,licenses -DskipTests
mvn initialize -Pjavadoc
mvn initialize -Prelease{noformat}
Checked on JDK 8, JDK 11, JDK 14.

But there still some issues with Javadoc on JDK 11+ (see IGNITE-13202)

> Create IgniteLinkTaglet.toString() implementation for Java9+
> ------------------------------------------------------------
>
>                 Key: IGNITE-11393
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11393
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Dmitry Pavlov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> New implementation was added according to the new Java API for Javadoc.
> But the main method kept empty, need to implement toString() to process IgniteLink annotation



--
This message was sent by Atlassian Jira
(v8.3.4#803005)