Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0#99
Merged
duncdrum merged 1 commit intoMay 24, 2026
Conversation
reinhapa
approved these changes
Sep 22, 2025
Member
|
@dependabot recreate |
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.3 to 3.12.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.3...maven-javadoc-plugin-3.12.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bfe2b3a to
8b6a1d4
Compare
line-o
approved these changes
May 20, 2026
Member
line-o
left a comment
There was a problem hiding this comment.
3.12.0 lists two breaking changes which I am confident will not affect us.
- javadoc can no longer be autofixed - I know we are not doing this in any package
- the ability to detect dead links in javadoc was set to be false by default - another feature I haven't seen us to rely on
Member
|
@duncdrum do you think we should mark the apps-parent as a 3.0 if we merge this? There is a scenario in which a dependent package can no longer be built without changes to their project because they do use one of the features that differ now in behaviour. |
Contributor
|
@line-o yup breaking be breaking, 3.0.0 it is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0.
Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
Commits
2a06bed[maven-release-plugin] prepare release maven-javadoc-plugin-3.12.0a71ecf9bump version 3.12.0-SNAPSHOT88f2b71[maven-release-plugin] prepare for next development iteration7e18956[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.4c11b76cIn legacyMode, don't use -sourcepath, unless excludePackageNames is not empty...bc9904bremove fix mojo (#1263)f310135Fixpackage {...} does not existinlegacyMode(#1243)c8270f9detectOfflineLinks is now false per default for all jar mojo issue #1258 ...953e609Delete flaky test (#1260)2bba7a4Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0