Release Notes - Maven Wrapper - Version 3.3.0
Bug
- [MWRAPPER-86] - Trim trailing slash in Repo URL
- [MWRAPPER-103] - Failed to validate Maven Wrapper SHA-256 on Windows
- [MWRAPPER-108] - mvnw script fails silently when download fails
- [MWRAPPER-112] - Detection of JAVA_HOME fails due to bad quoting
- [MWRAPPER-113] - Error and warning output goes to standard output and intermingles with Maven output
- [MWRAPPER-120] - Maven wrapper plugin should not create wrapperUrl property for script-only mode
- [MWRAPPER-123] - only-mvnw fails on ksh printf implementations
- [MWRAPPER-131] - Downloader downloads directly into target file
Improvement
- [MWRAPPER-70] - Don't require a pom.xml
- [MWRAPPER-104] - Add prettier config for shell scripts
- [MWRAPPER-124] - MavenWrapperDownloader uses new URL(String), which is deprecated in Java 21
- [MWRAPPER-125] - Make "only-script" the default wrapper
Task
- [MWRAPPER-128] - Remove legacy
- [MWRAPPER-129] - Set plugin prerequisite to Maven 3.6.3
Dependency upgrade
- [MWRAPPER-100] - Declare needed dependencies
- [MWRAPPER-115] - Bump org.codehaus.plexus:plexus-archiver from 4.6.2 to 4.9.1
- [MWRAPPER-118] - Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0
- [MWRAPPER-119] - Upgrade Parent to 41
- [MWRAPPER-126] - Upgrade org.codehaus.plexus:plexus-archiver to 4.9.2
- [MWRAPPER-127] - Bump commons-io:commons-io from 2.16.0 to 2.16.1
- [MWRAPPER-130] - Use Maven parent 42
What's Changed
- [MWRAPPER-100] declare used dependencies by @elharo in #95
- cleanup a couple more dependency glitches by @elharo in #96
- Bump org.junit:junit-bom from 5.9.2 to 5.10.0 by @dependabot in #103
- [MWRAPPER-115] Bump org.codehaus.plexus:plexus-archiver from 4.6.2 to 4.8.0 by @dependabot in #105
- Bump actions/checkout from 3 to 4 by @dependabot in #108
- [MWRAPPER-118] Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 by @dependabot in #109
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #111
- [MWRAPPER-119] Upgrade Parent to 41 by @slawekjaranowski in #110
- [MWRAPPER-120] - Wrapper Plugin no longer add wrapperUrl property by @bdemers in #114
- [MWRAPPER-104] add prettier config for shell by @bmarwell in #84
- [MWRAPPER-123] hash string char-by-char for ksh implementations by @bmarwell in #117
- [MWRAPPER-115] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 by @dependabot in #115
- [MWRAPPER-112] Detection of JAVA_HOME fails due to bad quoting by @inkarkat in #102
- [MWRAPPER-113] Some mvnw error and warning output goes to standard output by @inkarkat in #106
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #118
- [MWRAPPER-86] Trim repourl and other checks; tests by @bmarwell in #119
- Bump apache/maven-gh-actions-shared from 3 to 4 by @dependabot in #121
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 by @dependabot in #122
- [MWRAPPER-124] Avoid Java 21's deprecation of the URL constructors by @rhowe in #120
- Bump org.codehaus.plexus:plexus-io from 3.4.1 to 3.4.2 by @dependabot in #116
- Bump org.apache.maven.shared:maven-shared-utils from 3.3.4 to 3.4.2 by @dependabot in #113
- [MWRAPPER-126] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 by @dependabot in #123
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot in #124
- [MWRAPPER-70] Do not require project by @cstamas in #125
- [MWRAPPER-129][MWRAPPER-128] Drop legacy stuff, require Maven 3.6.3+ by @cstamas in #126
- [MWRAPPER-125] Make only-script the default by @cstamas in #127
- [MWRAPPER-130] Update parent POM to 42 by @cstamas in #129
- [MWRAPPER-103] Apply recommended workaround by @cstamas in #132
- [MWRAPPER-108] Emit clear error message when download fails on U*IX by @cstamas in #130
- [MWRAPPER-131] Make downloader not stream into final target file by @cstamas in #128
New Contributors
- @elharo made their first contribution in #95
- @inkarkat made their first contribution in #102
- @rhowe made their first contribution in #120
- @cstamas made their first contribution in #125
Full Changelog: maven-wrapper-3.2.0...maven-wrapper-3.3.0