You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2021/08/22 23:02:02 UTC

[maven-javadoc-plugin] branch dependabot/maven/org.apache.maven.doxia-doxia-sink-api-1.10 updated (dae2ceb -> f0e5d4a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.apache.maven.doxia-doxia-sink-api-1.10
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


 discard dae2ceb  Bump doxia-sink-api from 1.9.1 to 1.10
     add d14aa16  Bump actions/cache from 2.1.5 to 2.1.6
     add 9ff51bf  [MJAVADOC-684] use MavenArchiver.parseOutputTimestamp(...) API
     add c63a305  update CI url
     add 1a1baf6  [MJAVADOC-683] Reimplement failOnWarning
     add 2bead1f  [MJAVADOC-568] Adjust invoker.java.version to 13+, these ITs fail on Windows + Oracle JDK 11.0.11
     add f845fe4  [MJAVADOC-687] Upgrade Jetty Version to last 9.4.x (#92)
     add ff0b6c3  Fix assertion of -J-Dhttp.nonProxyHosts argument including surrounding quotes
     add 791cb8b  Replace IRC with Slack
     add d2dd532  [MJAVADOC-679] "Unable to compute stale date" in a directory with accent characters (charset issue)
     add fe6d738  Bump mockito-core from 3.9.0 to 3.12.0
     add 292ebb7  Bump slf4j-simple from 1.7.30 to 1.7.32
     add f0e5d4a  Bump doxia-sink-api from 1.9.1 to 1.10

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dae2ceb)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.doxia-doxia-sink-api-1.10 (f0e5d4a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |   2 +-
 README.md                                          |  10 +-
 pom.xml                                            |  32 ++++--
 .../invoker.properties                             |   3 +-
 .../MJAVADOC-568_jar-mixed/invoker.properties      |   4 +-
 .../invoker.properties                             |   4 +-
 .../f => MJAVADOC-679_encoding/module1}/pom.xml    |  14 ++-
 .../module1}/src/main/java/com/foo/MyClass.java    |  51 ++++-----
 .../pom.xml                                        |  25 +++--
 .../F.java => MJAVADOC-679_encoding/setup.groovy}  |   8 +-
 .../maven/plugins/javadoc/AbstractJavadocMojo.java | 117 +++++++++++++--------
 .../apache/maven/plugins/javadoc/JavadocJar.java   |  10 --
 .../apache/maven/plugins/javadoc/StaleHelper.java  |  19 +++-
 .../maven/plugins/javadoc/JavadocReportTest.java   |  58 ++++++----
 .../maven/plugins/javadoc/JavadocUtilTest.java     |  43 ++++----
 .../apache/maven/plugins/javadoc/ProxyServer.java  |  75 ++++++-------
 16 files changed, 269 insertions(+), 206 deletions(-)
 copy src/it/projects/{MJAVADOC-613-aggregate-exclude/f => MJAVADOC-679_encoding/module1}/pom.xml (85%)
 copy src/it/projects/{MJAVADOC-498_aggr_modulepath/foo => MJAVADOC-679_encoding/module1}/src/main/java/com/foo/MyClass.java (97%)
 copy src/it/projects/{MJAVADOC-634-module-testreports => MJAVADOC-679_encoding}/pom.xml (70%)
 copy src/it/projects/{MJAVADOC-134_multiaggregate/f/src/main/java/a/f/F.java => MJAVADOC-679_encoding/setup.groovy} (91%)