eclipse / microprofile-context-propagation

Apache License 2.0
33 stars 23 forks source link

JavaDoc errors in ThreadContext and ContextManager found by jenkins build #202

Closed njr-11 closed 3 years ago

njr-11 commented 3 years ago

Having made it past the previous error, I've now run into the following JavaDoc errors when running the jenkins build. Fortunately, these are easy to reproduce locally and should be simple to fix,

[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project microprofile-context-propagation-api: MavenReportException: Error while generating Javadoc: 
[INFO] [ERROR] Exit code: 1 - /home/jenkins/agent/workspace/MicroProfile Releases/api/src/main/java/org/eclipse/microprofile/context/ThreadContext.java:318: error: unexpected end tag: </p>
[INFO] [ERROR]      * </p>
[INFO] [ERROR]        ^
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/api/src/main/java/org/eclipse/microprofile/context/spi/ContextManager.java:96: error: reference not found
[INFO] [ERROR]          * {@link CompletableFuture} and {@link CompletionStage} when no executor is specified.
[INFO] [ERROR]                   ^
[INFO] [ERROR] /home/jenkins/agent/workspace/MicroProfile Releases/api/src/main/java/org/eclipse/microprofile/context/spi/ContextManager.java:96: error: reference not found
[INFO] [ERROR]          * {@link CompletableFuture} and {@link CompletionStage} when no executor is specified.
[INFO] [ERROR]                                                 ^