-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Build wildfly-elytron using mvn clean install -DskipTests=true.
Once the build has finished, build the full JavaDoc using mvn javadoc:aggregate@full-javadoc.
Once that finishes, scroll up in the output to the warnings section. You should see the following warnings related to three lines in NetworkUtils:
[WARNING] /home/fjuma/Documents/releases/wildfly-elytron/http/oidc/src/main/java/org/wildfly/security/http/oidc/NetworkUtils.java:62: warning - invalid usage of tag > [WARNING] /home/fjuma/Documents/releases/wildfly-elytron/http/oidc/src/main/java/org/wildfly/security/http/oidc/NetworkUtils.java:67: warning - invalid usage of tag > [WARNING] /home/fjuma/Documents/releases/wildfly-elytron/http/oidc/src/main/java/org/wildfly/security/http/oidc/NetworkUtils.java:69: warning - invalid usage of tag >
Update the JavaDoc in NetworkUtils so these warnings no longer occur.