3.6.0
github-actions
released this
15 Sep 18:37
·
131 commits
to refs/heads/master
since this release
🚀 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
👻 Maintenance
- fix jenkins link (#237) @hgschmie
- Fix build on jenkins (#236) @slawekjaranowski
- [MJAVADOC-772] - Refresh download page (#235) @slawekjaranowski
- Use 3.6.0 as release version (#233) @hgschmie
- Remove superflous whitespace from PR template (#231) @hgschmie
- Bump jetty from 9.4.50.v20221201 to 9.4.51.v20230217 (#224) @slachiewicz
- [MJAVADOC-765] - Fix build with Java 20 (#223) @slachiewicz
- [MJAVADOC-760] - declare test dependencies (#217) @elharo
- [MJAVADOC-760] - explicitly declare shared utility dependencies (#216) @elharo
- remove unused private method (#213) @elharo
- replace plexus with maven shared utils (#211) @elharo
- [MJAVADOC-755] - replace IOUtil.close with try with resources (#209) @elharo
- [MJAVADOC-755] - Use java.lang.String instead of StringUtils (#208) @elharo
- [MNG-6829] - Replace StringUtils#isEmpty(String) and #isNotEmpty(String) (#205) @timtebeek
- Bump mockito-core from 4.4.0 to 4.11.0 (#196) @dependabot
- [MNG-6825] - Replace Maven shared StringUtils with Commons Lang3 (#199) @timtebeek
- [MJAVADOC-746] - Remove Netware code (#197) @elharo
🔧 Build
- [MJAVADOC-765] - Fix build with Java 20 (#223) @slachiewicz