1. 11 Sep, 2018 3 commits
  2. 10 Sep, 2018 10 commits
  3. 09 Sep, 2018 1 commit
  4. 07 Sep, 2018 7 commits
  5. 05 Sep, 2018 4 commits
  6. 04 Sep, 2018 1 commit
  7. 03 Sep, 2018 2 commits
  8. 02 Sep, 2018 2 commits
  9. 30 Aug, 2018 3 commits
  10. 16 Aug, 2018 6 commits
  11. 13 Aug, 2018 1 commit
    • Andy Wilkinson's avatar
      Align link configuration with the needs of the Maven Javadoc Plugin · f63a95ed
      Andy Wilkinson authored
      The -link parameters passed into the javadoc executable are used
      as-is. For example, redirects are not followed. Unlike 3.x, 2.x of the
      Maven javadoc plugin does not attempt to follow redirects before links
      are passed to the javadoc executable. As a result, for external links
      to work, the links that we provide must be canonical and produce a
      200 response when accessed.
      
      Closes gh-14031
      f63a95ed