embedded-db-junit
embedded-db-junit copied to clipboard
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3
Bumps org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3.
Release notes
Sourced from org.apache.maven.plugins:maven-javadoc-plugin's releases.
3.6.2
🐛 Bug Fixes
- [MJAVADOC-716] - Fix stale files detection failing because of the newline (#144)
@gnodet- [MJAVADOC-713] - Skipping Javadoc reportset leaves empty Javadoc link i… (#246)
@michael-o- [MJAVADOC-762] - don't share state between tests (#218)
@elharo- [MJAVADOC-726] - exclude velocity (#243)
@elharo- [MJAVADOC-726] - trivial Javadoc fixes to test state of CI (#244)
@elharo- [MJAVADOC-774] - Mock repository should not change project sources (#241)
@slawekjaranowski- MJAVADOC-774 create dev profile (#239)
@hboutemy- Use a stable link in unit test (#240)
@slawekjaranowski📦 Dependency updates
- Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 (#247)
@dependabot- [MJAVADOC-777] - Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#245)
@dependabot3.6.0
🚀 New features and improvements
- [MJAVADOC-642] - Make offline mode configurable (#238)
@hgschmie- [MJAVADOC-642] - Make offline mode configurable (#232)
@hgschmie- [MJAVADOC-770] - Implement legacy mode for Java 9+ (#228)
@hgschmie- [MJAVADOC-743] - Drop deprecated mojo parameter (#185)
@cstamas🐛 Bug Fixes
- [MJAVADOC-742] - Fix resolution of docletArtifacts (#186)
@cstamas- [MJAVADOC-758] - correct exception in JavadocUtil (#230)
@hgschmie- [MJAVADOC-769] - fix for transitive filename based modules (#227)
@hgschmie- [MJAVADOC-767] - javadoc creates invalid --patch-module statements (#225)
@hgschmie- [MJAVADOC-763] - remove test that doesn't test what it claims (#219)
@elharo- [MJAVADOC-757] - fix Javadoc warnings (#212)
@elharo- Fix UmlGraph link in site example (#198)
@ParkerM📦 Dependency updates
- [JAVADOC-771] - Upgrade Parent to 40 (#234)
@hgschmie- Bump org.apache.maven:maven-core from 3.6.0 to 3.8.1 in /src/it/projects/MJAVADOC-568_manifest-splitpackage/mojo (#226)
@dependabot- Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre in /src/it/projects/MJAVADOC-769 (#229)
@dependabot- [MJAVADOC-766] - Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (#222)
@dependabot- Bump hamcrest-core from 1.3 to 2.2 (#221)
@dependabot- Bump guava from 27.0.1-jre to 32.0.0-jre in /src/it/projects/MJAVADOC-555_link-automatic-modules (#207)
@dependabot- Bump javax.servlet-api from 3.1.0 to 4.0.1 (test dependency) (#220)
@dependabot- [MJAVADOC-761] - commons-io 2.13.0 (#215)
@elharo- Bump plexus-utils from 3.5.0 to 3.5.1 (#201)
@dependabot- Bump mockito-core from 4.4.0 to 4.11.0 (#196)
@dependabot
... (truncated)
Commits
8205008[maven-release-plugin] prepare release maven-javadoc-plugin-3.6.3b69af90[MJAVADOC-682] Reactor builds fail when multiple modules with same groupId:ar...b47b280directory, not folder488624f[MJAVADOC-782] Align read-only parameters naming with other plugins867dc73[MJAVADOC-781] Upgrade plugins and components (in ITs)0104ab2Fix incorrect config in test-javadoc-test-plugin-config.xmldd39c0c[MJAVADOC-780] add missing plugin configuratione6e6180Remove junk from 692d7a8a9918efd24633a44f0f3d4dfd22d0fec4692d7a8[MJAVADOC-779] - Upgrade maven-plugin parent to 41386d4eaRemove dead link- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f6d49e5) 88.73% compared to head (186347d) 88.73%.
Additional details and impacted files
@@ Coverage Diff @@
## master #467 +/- ##
=========================================
Coverage 88.73% 88.73%
Complexity 170 170
=========================================
Files 19 19
Lines 515 515
Branches 48 48
=========================================
Hits 457 457
Misses 31 31
Partials 27 27
| Flag | Coverage Δ | |
|---|---|---|
| tests-java-11 | 88.73% <ø> (ø) |
|
| tests-java-17 | 88.73% <ø> (ø) |
|
| tests-java-21 | 88.73% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Superseded by #505.