Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/81 Currently javadoc fails on java 11 with: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc (default-cli) on project commons-text: An error has occurred in Javadoc report generation: [ERROR] Exit code: 1 - Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m [ERROR] /home/travis/build/apache/commons-text/src/main/java/org/apache/commons/text/StrTokenizer.java:61: error: attribute not supported in HTML5: summary [ERROR] * <table summary="Tokenizer Properties"> [ERROR] ^ [ERROR] /home/travis/build/apache/commons-text/src/main/java/org/apache/commons/text/StringTokenizer.java:58: error: attribute not supported in HTML5: summary [ERROR] * <table summary="Tokenizer Properties"> [ERROR] ^ [ERROR] /home/travis/build/apache/commons-text/src/main/java/org/apache/commons/text/WordUtils.java:65: error: attribute not supported in HTML5: summary [ERROR] * <table border="1" summary="Wrap Results"> [mERROR] ^ [ERROR] /home/travis/build/apache/commons-text/src/main/java/org/apache/commons/text/WordUtils.java:114: error: attribute not supported in HTML5: summary [ERROR] * <table border="1" summary="Wrap Results"> [ERROR] ^ [ERROR] /home/travis/build/apache/commons-text/src/main/java/org/apache/commons/text/WordUtils.java:195: error: attribute not supported in HTML5: summary [ERROR] * <table border="1" summary="Wrap Results"> [ERROR] ^ ``` that should be easy to fix.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org