3.7.0
github-actions
released this
11 Jun 21:58
·
85 commits
to refs/heads/master
since this release
- [MDEP-941] - Deprecate dependency:sources in favor of dependency:resolv… (#411) @michael-o
- [MDEP-838] - "Artifact has not been packaged yet" error message is not … (#412) @michael-o
- [MDEP-939] - Lock down classifier in dependency:sources goal (#409) @michael-o
- Revert "Fix sources goal for multimodule projects" (#408) @michael-o
- [MDEP-923] - Move methods in place where are used (#407) @slawekjaranowski
- MDEP-938] Correct invalid property name and add deprecated old one (#404) @hazendaz
- [MDEP-835] - Add optional dependency for tree IT (#403) @slawekjaranowski
- Add missing dependency (#401) @michael-o
🚀 New features and improvements
- [MDEP-799] - tree: add optional output type json (#391) @LogFlames
- [MDEP-928] - Allow excluding classes from dependency:analyze (#393) @slawekjaranowski
- [MDEP-924] - Get rid of maven-artifact-transfer from list-classes goal (#382) @slawekjaranowski
- [MDEP-925] - Require Maven 3.6.3 (#381) @slawekjaranowski
- [MDEP-922] - dependency:analyze-exclusions - should report issue only in current project (#378) @slawekjaranowski
- [MDEP-917] - dependency:analyze-exclusions - use Resolver API instead of ProjectBuilder (#374) @slawekjaranowski
- [MDEP-317] - add mojo to analyze invalid exclusions (#362) @vbreivik
- [MDEP-894] - Use
@Component
only - fix tests (#360) @michael-o
🐛 Bug Fixes
- [MDEP-914] - Fix link in collect goal description (#380) @slawekjaranowski
- [MDEP-895] - dependency:sources fails for multi-module project (#349) @jmle
- [MDEP-771] - Remove broken 404 link (#344) @elharo
📦 Dependency updates
- [MDEP-936] - Bump org.apache.maven.shared:maven-dependency-tree from 3.2.1 to 3.3.0 (#397) @dependabot
- [MDEP-920] - Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (#395) @dependabot
- [MDEP-929] - Bump org.apache.maven.shared:maven-dependency-analyzer from 1.14.0 to 1.14.1 (#394) @dependabot
- Bump org.apache.maven.shared:maven-dependency-analyzer from 1.13.2 to 1.14.0 (#392) @dependabot
- [MDEP-921] - Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#376) @dependabot
- Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#377) @dependabot
- [MDEP-920] - Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 (#373) @dependabot
- [MDEP-915] - Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#370) @dependabot
- Bump jettyVersion from 9.4.53.v20231009 to 9.4.54.v20240208 (#364) @dependabot
- [MDEP-915] - Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#369) @dependabot
- Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 (#366) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#365) @dependabot
- Bump org.codehaus.plexus:plexus-archiver from 4.9.0 to 4.9.1 (#358) @dependabot
- Bump org.codehaus.plexus:plexus-io from 3.4.1 to 3.4.2 (#359) @dependabot
- Bump org.jsoup:jsoup from 1.17.1 to 1.17.2 (#361) @dependabot
- Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 in /src/it/projects/mdep-204-go-offline-resolve-intermodule/module-2 (#354) @dependabot
- Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 (#357) @dependabot
- Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 (#348) @dependabot
- Bump org.jsoup:jsoup from 1.16.2 to 1.17.1 (#350) @dependabot
- Bump commons-io:commons-io from 2.14.0 to 2.15.1 (#352) @dependabot
- Bump org.apache.maven.doxia:doxia-sink-api from 1.11.1 to 1.12.0 (#353) @dependabot
- Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 (#347) @dependabot
- [MDEP-869] - remove unused collections dependency (#342) @elharo
- [MDEP-888] - Update used but undeclared commons-lang3 to 3.13.0 (#341) @elharo
- [MDEP-887] - commons-io to 2.14.0 (#340) @elharo
- Bump resolverVersion from 1.0.0.v20140518 to 1.0.2.v20150114 (#329) @dependabot
- Bump jettyVersion from 9.4.51.v20230217 to 9.4.53.v20231009 (#338) @dependabot
- Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 (#339) @dependabot
👻 Maintenance
- [MDEP-935] - Improvement ITs for dependency:tree (#399) @slawekjaranowski
- [MDEP-799] - Add simple info json format for tree and cleanups (#398) @slawekjaranowski
- [MDEP-710] - re-enable test in TestTreeMojo (#396) @slawekjaranowski
- [MDEP-923] - Extract copyFile method from AbstractDependencyMojo (#389) @slawekjaranowski
- [MDEP-919] - Set m.r.dependencyManagerTransitivity for tree ITs - Maven 4 compatibility (#390) @slawekjaranowski
- [MDEP-923] - Exclude only specific artifacts from dependencies (#388) @slawekjaranowski
- [MDEP-923] - Remove plexus logger from DependencySilentLog (#383) @slawekjaranowski
- [MDEP-923] - Code cleanups (#379) @slawekjaranowski
- [MDEP-919] - Fix ITs for Maven4 (#372) @slawekjaranowski
- [MDEP-918] - Use standard updatePolicy for repositories in ITs (#371) @slawekjaranowski
- [MDEP-912] - Use version for plexus-utils/plexus-xml from parent (#367) @slawekjaranowski
- Code Improvements (#331) @khmarbaise
- [MDEP-889] - declare javax.inject explicitly (#343) @elharo
- Assorted grammar nits on the home page (#345) @elharo
🔧 Build
- Add Release Drafter (#375) @slawekjaranowski
- Use default configuration for GitHub Actions (#368) @slawekjaranowski