AO Javadoc Resources Changelog

ao-javadoc-resources-1.1.1

Release Notes

  • Removed incorrect direct declaration of a POM dependency. Uses of the previous release may fail with: Execution attach-javadocs of goal org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:jar failed: '…/javaee-web-api-bom-7.0.1.pom' not allowed on the path, only outputDirectories and jars are accepted

ao-javadoc-resources-1.1.0

Release Notes

  • Minimum Java version changed from 1.8 to 11.

ao-javadoc-resources-1.0.2

Release Notes

  • Now supports Java 9+ modules with included Automatic-Module-Name manifest entry.
  • Maven artifact relocated from com.aoindustries:ao-javadoc-resources to com.aoapps:ao-javadoc-resources.

ao-javadoc-resources-1.0.1

Release Notes

  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.

ao-javadoc-resources-1.0.0

Release Notes

  • New project for Javadoc resources for AO-branded projects.
  • Added images to save space by avoiding "data:" URL on each page:
    1. ao-javadoc-resources/ao-logo.png
    2. ao-javadoc-resources/fork-me.png
  • Added resources/fonts/dejavu.css to avoid 404's due to JDK bug 8129828.