Bump mavenVersion from 4.0.0-rc-3 to 4.0.0-rc-4
Bumps mavenVersion from 4.0.0-rc-3 to 4.0.0-rc-4.
Updates org.apache.maven:maven-api-core from 4.0.0-rc-3 to 4.0.0-rc-4
Release notes
Sourced from org.apache.maven:maven-api-core's releases.
4.0.0-rc-4
ð New features and improvements
- [MNG-8765] - Maven Upgrade Tool (#2407)
@âgnodet- Maven4 "legacy" mode and more (#2380)
@âcstamas- [MNG-8759] - Restore toString method in DefaultJavaToolchain (#2411)
@âslawekjaranowski- [MNG-8572] - Support DI beans in build extensions (#2274)
@âgnodet- [MNG-8717] - Remove maven-plugin-plugin:addPluginArtifactMetadata from default binding (#2294)
@âslawekjaranowskið Bug Fixes
- Deduplicate filtered dependency graph (#2493)
@âalzimmermsft- User properties are not interpolated for paths (#2480)
@âcstamas- Move project mutation inside project lock (#2474)
@âcstamas- [MNG-8736] - Fix concurrency issue in model building with profile activation (#2378)
@âgnodet- [MNG-8767] - Add suppressed exceptions to BatchRequestException in AbstractRequestCache (#2431)
@âgnodet- [MNG-8746] - Preserve property insertion order in WrapperProperties (#2404)
@âgnodet- [MNG-8764] - Sort injected lists by
@âPriorityannotation (#2425)@âgnodet- [MNG-8761] - Add Maven 3 MavenToolchainsXpp3Reader/Writer (#2412)
@âslawekjaranowski- [MNG-8729] - Use correct
outputStreamdestination;requestinstead ofpathinDefaultPluginXmlFactory#write(#2312)@âPankraz76- [MNG-8720] - Fix for symlinked project directory (#2289)
@âcstamas- [MNG-8653] - Fix 'all' phase and add 'each' phase (#2191)
@âgnodet- [MNG-5668] - Execute after:* phases when build fails (#2195)
@âgnodet- [MNG-8629] - bugfix: If POM has parent and repository stanza, it is used un-interpolated (#2192)
@âcstamas- [MNG-8645] - Fix dependency management section of consumer POM (#2183)
@âgnodet- [MNG-8624] - Fix dependency not being set correctly for unsupported types (#2153)
@âgnodet- Fix ITs referencing rc-3-SNAPSHOT (#2164)
@âgnodet- [MNG-8620] - Fix links in SVG (#2152)
@âkwinð Documentation updates
- [MNG-8731] - Use https for xsi:schemaLocation in generated descriptors (#2341)
@âslawekjaranowskið» Maintenance
- Fix integration tests to use correct Maven version instead of hardcoded 2.1-SNAPSHOT (#2476)
@âgnodet- Use local repository in tests (#2485)
@âslawekjaranowski- Refactor WrapperProperties template to remove caching and simplify implementation (#2436)
@âgnodet- Ban "plain" Guice; downgrade it to 5.1.0 (#2472)
@âcstamas- Unfurl CLI (#2465)
@âcstamas- Don't ignore SVG files (#2435)
@âelharo- Update CONTRIBUTING after GitHub issues enabled (#2448)
@âslawekjaranowski- Remove extra variable (#2398)
@âelharo- Enable Github Issues (#2413)
@âBukama- [S1161] Add missing
@âOverrideto overriding and implementing methods (#2402)@âPankraz76- use
try-with-resourcesstatement inLookupWagonMojo(#2426)@âPankraz76- Add UT for cache in FilteredProjectDependencyGraphTest (#2394)
@âslawekjaranowski- [MNG-8764] - centralize domain comparison logic
Binding#getPriorityComparator(#2428)@âPankraz76- evolve
DisabledtoDisabledOnOs(WINDOWS)(#2423)@âPankraz76
... (truncated)
Commits
bed0f81[maven-release-plugin] prepare release maven-4.0.0-rc-4ddc228eUnfurl CLI (#2465)bcf9838[MNG-8765] Maven Upgrade Tool (#2407)5000b59Maven4 "legacy" mode and more (#2380)b61b3bdAdd missing@âOverrideto overriding and implementing methods (#2402)d03b61d[MNG-8713] SourceRoot.directory() default value should include the module whe...bede125[MNG-8731] Use https for xsi:schemaLocation in generated descriptors75b6c11[MNG-8686] AddSourceRoot.matcher(boolean)method (#2236)972f26d[MNG-8719] Restore Maven3 compat: model setInherited(boolean) (#2288)d65c375[MNG-8712] dependency version is a requirement, not effective- Additional commits viewable in compare view
Updates org.apache.maven:maven-core from 4.0.0-rc-3 to 4.0.0-rc-4
Release notes
Sourced from org.apache.maven:maven-core's releases.
4.0.0-rc-4
ð New features and improvements
- [MNG-8765] - Maven Upgrade Tool (#2407)
@âgnodet- Maven4 "legacy" mode and more (#2380)
@âcstamas- [MNG-8759] - Restore toString method in DefaultJavaToolchain (#2411)
@âslawekjaranowski- [MNG-8572] - Support DI beans in build extensions (#2274)
@âgnodet- [MNG-8717] - Remove maven-plugin-plugin:addPluginArtifactMetadata from default binding (#2294)
@âslawekjaranowskið Bug Fixes
- Deduplicate filtered dependency graph (#2493)
@âalzimmermsft- User properties are not interpolated for paths (#2480)
@âcstamas- Move project mutation inside project lock (#2474)
@âcstamas- [MNG-8736] - Fix concurrency issue in model building with profile activation (#2378)
@âgnodet- [MNG-8767] - Add suppressed exceptions to BatchRequestException in AbstractRequestCache (#2431)
@âgnodet- [MNG-8746] - Preserve property insertion order in WrapperProperties (#2404)
@âgnodet- [MNG-8764] - Sort injected lists by
@âPriorityannotation (#2425)@âgnodet- [MNG-8761] - Add Maven 3 MavenToolchainsXpp3Reader/Writer (#2412)
@âslawekjaranowski- [MNG-8729] - Use correct
outputStreamdestination;requestinstead ofpathinDefaultPluginXmlFactory#write(#2312)@âPankraz76- [MNG-8720] - Fix for symlinked project directory (#2289)
@âcstamas- [MNG-8653] - Fix 'all' phase and add 'each' phase (#2191)
@âgnodet- [MNG-5668] - Execute after:* phases when build fails (#2195)
@âgnodet- [MNG-8629] - bugfix: If POM has parent and repository stanza, it is used un-interpolated (#2192)
@âcstamas- [MNG-8645] - Fix dependency management section of consumer POM (#2183)
@âgnodet- [MNG-8624] - Fix dependency not being set correctly for unsupported types (#2153)
@âgnodet- Fix ITs referencing rc-3-SNAPSHOT (#2164)
@âgnodet- [MNG-8620] - Fix links in SVG (#2152)
@âkwinð Documentation updates
- [MNG-8731] - Use https for xsi:schemaLocation in generated descriptors (#2341)
@âslawekjaranowskið» Maintenance
- Fix integration tests to use correct Maven version instead of hardcoded 2.1-SNAPSHOT (#2476)
@âgnodet- Use local repository in tests (#2485)
@âslawekjaranowski- Refactor WrapperProperties template to remove caching and simplify implementation (#2436)
@âgnodet- Ban "plain" Guice; downgrade it to 5.1.0 (#2472)
@âcstamas- Unfurl CLI (#2465)
@âcstamas- Don't ignore SVG files (#2435)
@âelharo- Update CONTRIBUTING after GitHub issues enabled (#2448)
@âslawekjaranowski- Remove extra variable (#2398)
@âelharo- Enable Github Issues (#2413)
@âBukama- [S1161] Add missing
@âOverrideto overriding and implementing methods (#2402)@âPankraz76- use
try-with-resourcesstatement inLookupWagonMojo(#2426)@âPankraz76- Add UT for cache in FilteredProjectDependencyGraphTest (#2394)
@âslawekjaranowski- [MNG-8764] - centralize domain comparison logic
Binding#getPriorityComparator(#2428)@âPankraz76- evolve
DisabledtoDisabledOnOs(WINDOWS)(#2423)@âPankraz76
... (truncated)
Commits
- See full diff in compare view
Updates org.apache.maven:maven-impl from 4.0.0-rc-3 to 4.0.0-rc-4
Release notes
Sourced from org.apache.maven:maven-impl's releases.
4.0.0-rc-4
ð New features and improvements
- [MNG-8765] - Maven Upgrade Tool (#2407)
@âgnodet- Maven4 "legacy" mode and more (#2380)
@âcstamas- [MNG-8759] - Restore toString method in DefaultJavaToolchain (#2411)
@âslawekjaranowski- [MNG-8572] - Support DI beans in build extensions (#2274)
@âgnodet- [MNG-8717] - Remove maven-plugin-plugin:addPluginArtifactMetadata from default binding (#2294)
@âslawekjaranowskið Bug Fixes
- Deduplicate filtered dependency graph (#2493)
@âalzimmermsft- User properties are not interpolated for paths (#2480)
@âcstamas- Move project mutation inside project lock (#2474)
@âcstamas- [MNG-8736] - Fix concurrency issue in model building with profile activation (#2378)
@âgnodet- [MNG-8767] - Add suppressed exceptions to BatchRequestException in AbstractRequestCache (#2431)
@âgnodet- [MNG-8746] - Preserve property insertion order in WrapperProperties (#2404)
@âgnodet- [MNG-8764] - Sort injected lists by
@âPriorityannotation (#2425)@âgnodet- [MNG-8761] - Add Maven 3 MavenToolchainsXpp3Reader/Writer (#2412)
@âslawekjaranowski- [MNG-8729] - Use correct
outputStreamdestination;requestinstead ofpathinDefaultPluginXmlFactory#write(#2312)@âPankraz76- [MNG-8720] - Fix for symlinked project directory (#2289)
@âcstamas- [MNG-8653] - Fix 'all' phase and add 'each' phase (#2191)
@âgnodet- [MNG-5668] - Execute after:* phases when build fails (#2195)
@âgnodet- [MNG-8629] - bugfix: If POM has parent and repository stanza, it is used un-interpolated (#2192)
@âcstamas- [MNG-8645] - Fix dependency management section of consumer POM (#2183)
@âgnodet- [MNG-8624] - Fix dependency not being set correctly for unsupported types (#2153)
@âgnodet- Fix ITs referencing rc-3-SNAPSHOT (#2164)
@âgnodet- [MNG-8620] - Fix links in SVG (#2152)
@âkwinð Documentation updates
- [MNG-8731] - Use https for xsi:schemaLocation in generated descriptors (#2341)
@âslawekjaranowskið» Maintenance
- Fix integration tests to use correct Maven version instead of hardcoded 2.1-SNAPSHOT (#2476)
@âgnodet- Use local repository in tests (#2485)
@âslawekjaranowski- Refactor WrapperProperties template to remove caching and simplify implementation (#2436)
@âgnodet- Ban "plain" Guice; downgrade it to 5.1.0 (#2472)
@âcstamas- Unfurl CLI (#2465)
@âcstamas- Don't ignore SVG files (#2435)
@âelharo- Update CONTRIBUTING after GitHub issues enabled (#2448)
@âslawekjaranowski- Remove extra variable (#2398)
@âelharo- Enable Github Issues (#2413)
@âBukama- [S1161] Add missing
@âOverrideto overriding and implementing methods (#2402)@âPankraz76- use
try-with-resourcesstatement inLookupWagonMojo(#2426)@âPankraz76- Add UT for cache in FilteredProjectDependencyGraphTest (#2394)
@âslawekjaranowski- [MNG-8764] - centralize domain comparison logic
Binding#getPriorityComparator(#2428)@âPankraz76- evolve
DisabledtoDisabledOnOs(WINDOWS)(#2423)@âPankraz76
... (truncated)
Commits
- See full diff in compare view
Updates org.apache.maven:maven-xml from 4.0.0-rc-3 to 4.0.0-rc-4
Release notes
Sourced from org.apache.maven:maven-xml's releases.
4.0.0-rc-4
ð New features and improvements
- [MNG-8765] - Maven Upgrade Tool (#2407)
@âgnodet- Maven4 "legacy" mode and more (#2380)
@âcstamas- [MNG-8759] - Restore toString method in DefaultJavaToolchain (#2411)
@âslawekjaranowski- [MNG-8572] - Support DI beans in build extensions (#2274)
@âgnodet- [MNG-8717] - Remove maven-plugin-plugin:addPluginArtifactMetadata from default binding (#2294)
@âslawekjaranowskið Bug Fixes
- Deduplicate filtered dependency graph (#2493)
@âalzimmermsft- User properties are not interpolated for paths (#2480)
@âcstamas- Move project mutation inside project lock (#2474)
@âcstamas- [MNG-8736] - Fix concurrency issue in model building with profile activation (#2378)
@âgnodet- [MNG-8767] - Add suppressed exceptions to BatchRequestException in AbstractRequestCache (#2431)
@âgnodet- [MNG-8746] - Preserve property insertion order in WrapperProperties (#2404)
@âgnodet- [MNG-8764] - Sort injected lists by
@âPriorityannotation (#2425)@âgnodet- [MNG-8761] - Add Maven 3 MavenToolchainsXpp3Reader/Writer (#2412)
@âslawekjaranowski- [MNG-8729] - Use correct
outputStreamdestination;requestinstead ofpathinDefaultPluginXmlFactory#write(#2312)@âPankraz76- [MNG-8720] - Fix for symlinked project directory (#2289)
@âcstamas- [MNG-8653] - Fix 'all' phase and add 'each' phase (#2191)
@âgnodet- [MNG-5668] - Execute after:* phases when build fails (#2195)
@âgnodet- [MNG-8629] - bugfix: If POM has parent and repository stanza, it is used un-interpolated (#2192)
@âcstamas- [MNG-8645] - Fix dependency management section of consumer POM (#2183)
@âgnodet- [MNG-8624] - Fix dependency not being set correctly for unsupported types (#2153)
@âgnodet- Fix ITs referencing rc-3-SNAPSHOT (#2164)
@âgnodet- [MNG-8620] - Fix links in SVG (#2152)
@âkwinð Documentation updates
- [MNG-8731] - Use https for xsi:schemaLocation in generated descriptors (#2341)
@âslawekjaranowskið» Maintenance
- Fix integration tests to use correct Maven version instead of hardcoded 2.1-SNAPSHOT (#2476)
@âgnodet- Use local repository in tests (#2485)
@âslawekjaranowski- Refactor WrapperProperties template to remove caching and simplify implementation (#2436)
@âgnodet- Ban "plain" Guice; downgrade it to 5.1.0 (#2472)
@âcstamas- Unfurl CLI (#2465)
@âcstamas- Don't ignore SVG files (#2435)
@âelharo- Update CONTRIBUTING after GitHub issues enabled (#2448)
@âslawekjaranowski- Remove extra variable (#2398)
@âelharo- Enable Github Issues (#2413)
@âBukama- [S1161] Add missing
@âOverrideto overriding and implementing methods (#2402)@âPankraz76- use
try-with-resourcesstatement inLookupWagonMojo(#2426)@âPankraz76- Add UT for cache in FilteredProjectDependencyGraphTest (#2394)
@âslawekjaranowski- [MNG-8764] - centralize domain comparison logic
Binding#getPriorityComparator(#2428)@âPankraz76- evolve
DisabledtoDisabledOnOs(WINDOWS)(#2423)@âPankraz76
... (truncated)
Commits
- See full diff 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)