marklogic / marklogic-contentpump

MarkLogic Contentpump (mlcp)
http://developer.marklogic.com/products/mlcp
Apache License 2.0
34 stars 26 forks source link

MLE-10994:Update maven javadoc plugin in mlcp to mitigate security vu… #395

Closed DarrenJAN closed 6 months ago

DarrenJAN commented 6 months ago
  1. Upgrade Maven Javadoc plugin from 2.10.3 to 3.6.3
  2. Generate Javadoc without jszip:3.1.5 and jQuery 3.3.1
  3. Fixed malformed html Javadoc by following solutions:
    1. Delete expected end tag

    2. Use < for < and > for >
    3. The ampersand (&) should be written &
    4. Void methods should have no @return tag
    5. Deleted the @throws
    6. Delete incorrect reference
abika5 commented 6 months ago

Thanks for explaining the change over call. Looks good to me.

yunzvanessa commented 6 months ago

@DarrenJAN Please do a squash merge, and post the link to the commit on Jira. Thanks!