This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch MJAVADOC-603 in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
discard 85a1c7c1 [MJAVADOC-603] poc add 0b7d8dbe [MJAVADOC-789] Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3 (#268) add ded56a90 Exclude JDK 8 - temurin, adopt-openj9 on macos add c21568ad Bump commons-io:commons-io from 2.16.0 to 2.16.1 add 77ad4108 Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 add b55dd967 Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 add 4e720486 [MJAVADOC-795] Upgrade to Parent 42 and Maven 3.6.3 add 49c93adf Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 add 64468220 Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0 add 08cf68e7 Revert "Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2" add 5530d680 [MJAVADOC-793] java.lang.NullPointerException: Cannot invoke "String.length()" because "text" is null add 2c28b8d9 [maven-release-plugin] prepare release maven-javadoc-plugin-3.7.0 add 9e88f9cb [maven-release-plugin] prepare for next development iteration add 76f45dd6 Bump org.springframework:spring-context add 6488c792 Fix usage documentation mentioning `nohelp` default value add aa0a6662 [MJAVADOC-796] Do not follow links for Java 12+ add 4486dcba [MJAVADOC-800] Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0 (#291) add fbff1afd Remove outdated invoker conditions add 8f095f08 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 add 305f9ccb Bump org.apache.maven.shared:maven-common-artifact-filters add 7e5dea4b [MJAVADOC-798] Consider passing user settings when using invoker add 57774cfe [MJAVADOC-799] Remove inconsistent `AbstractFixJavadocMojo#defaultVersion` default value add a6cff020 [MJAVADOC-801] Upgrade to Clirr Maven Plugin 2.8 in fix goals add 4904e082 [MJAVADOC-802] Set default value of defaultAuthor parameter in fix goals to ${user.name} add d3afd39f [MJAVADOC-803] Add default parameter to force root locale add 3eb47c50 [MJAVADOC-791] maven-javadoc-plugin not working correctly together with maven-toolchains-plugin add be2fa208 [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath add 91369fab [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR add 4c8ca8ed [MJAVADOC-804] Remove temporary directories created by tests add 08205b18 Add compile step for MJAVADOC-365 IT new d676a758 [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException: java.sql.Connection 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 (85a1c7c1) \ N -- N -- N refs/heads/MJAVADOC-603 (d676a758) 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. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/maven.yml | 3 +- pom.xml | 97 +++++++++------------- src/it/projects/MJAVADOC-365/invoker.properties | 6 +- src/it/projects/MJAVADOC-365/pom.xml | 10 +++ src/it/projects/MJAVADOC-434_fixcompile/pom.xml | 2 +- .../MJAVADOC-498_modulepath/invoker.properties | 6 +- .../MJAVADOC-580_detectLinks/invoker.properties | 5 +- .../projects/MJAVADOC-610_mrjar/invoker.properties | 6 +- .../MJAVADOC-704_toolchains/invoker.properties | 5 +- src/it/projects/javadoc-fix/verify.bsh | 6 +- .../plugins/javadoc/AbstractFixJavadocMojo.java | 66 +++++++-------- .../maven/plugins/javadoc/AbstractJavadocMojo.java | 43 +++++++--- .../apache/maven/plugins/javadoc/JavadocUtil.java | 48 ++++++++--- src/site/apt/examples/fix-javadocs.apt.vm | 10 +-- src/site/apt/usage.apt.vm | 2 +- .../maven/plugins/javadoc/FixJavadocMojoTest.java | 12 +-- .../maven/plugins/javadoc/JavadocReportTest.java | 10 ++- .../maven/plugins/javadoc/JavadocUtilTest.java | 37 ++++++++- .../src/main/java/fix/test/ClassWithJavadoc.java | 1 - .../src/main/java/fix/test/ClassWithNoJavadoc.java | 1 - .../main/java/fix/test/InterfaceWithJavadoc.java | 1 - .../main/java/fix/test/InterfaceWithNoJavadoc.java | 1 - src/test/resources/unit/settings.xml | 30 ------- 23 files changed, 217 insertions(+), 191 deletions(-) delete mode 100644 src/test/resources/unit/settings.xml