Maksim Timonin created IGNITE-22705:
---------------------------------------
Summary: FIx javadocs warnings under jdk11
Key: IGNITE-22705
URL: https://issues.apache.org/jira/browse/IGNITE-22705
Project: Ignite
Issue Type: Improvement
Reporter: Maksim Timonin
It's required to fix all javadocs warnings under jdk11.
Steps to reproduce:
# Setup local jdk version to 11
# ./mvnw -DskipTests -Pall-java clean install
# ./mvnw initialize -Pjavadoc
It produces a lot of warnings like
{code:java}
[WARNING]
/Users/maksim/work/ignite/modules/core/src/main/java/org/apache/ignite/cluster/ClusterNode.java:48:
warning - invalid usage of tag >
{code}
Let's fix all of them and provide automatic check of PR that no warnings
appeared.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)