[ https://issues.apache.org/jira/browse/IGNITE-22705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maksim Timonin updated IGNITE-22705: ------------------------------------ Ignite Flags: (was: Docs Required,Release Notes Required) > 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 > Priority: Major > Labels: good-first-issue > > 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)