3.7.0
slawekjaranowski
released this
15 Mar 07:57
·
18 commits
to master
since this release
Release Notes - Maven Assembly Plugin - Version 3.7.0
Bug
- [MASSEMBLY-967] - maven-assembly-plugin doesn't add target/class artifacts in generated jarfat but META-INF/MANIFEST.MF seems to be correct
- [MASSEMBLY-994] - Items from unpacked dependency are not refreshed
- [MASSEMBLY-998] - Transitive dependencies are not properly excluded as of 3.1.1
- [MASSEMBLY-1008] - Assembly plugin handles scopes wrongly
- [MASSEMBLY-1018] - Fix examples about useStrictFiltering
New Feature
- [MASSEMBLY-992] - Facility to define assembly descriptor in body of POM
Improvement
- [MASSEMBLY-1007] - Upgrade maven-plugin parent to 41
- [MASSEMBLY-1016] - clarify and fix plugin system requirements history
- [MASSEMBLY-1017] - Don't use deprecated methods in code
Task
- [MASSEMBLY-991] - XSDs for 2.2.0 missing from Maven Project Web Site
- [MASSEMBLY-1000] - ITs - cleanups, refresh plugins versions
- [MASSEMBLY-1003] - Remove unused remoteRepositories
- [MASSEMBLY-1004] - Remove ignored and deprecated parameter - useJvmChmod
- [MASSEMBLY-1010] - Use IOUtils from commons-io instead of plexus
- [MASSEMBLY-1013] - Code cleanups
Dependency upgrade
- [MASSEMBLY-995] - Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.9.1
- [MASSEMBLY-996] - Bump zstd-jni from 1.5.5-4 to 1.5.5-11
- [MASSEMBLY-997] - Bump commons-io from 2.11.0 to 2.13.0
- [MASSEMBLY-999] - Upgrade Parent to 40
- [MASSEMBLY-1009] - Bump commons-io from 2.13.0 to 2.15.1
- [MASSEMBLY-1011] - Bump maven-archiver from 3.6.0 to 3.6.1
- [MASSEMBLY-1012] - Bump org.apache.commons:commons-compress from 1.23.0 to 1.25.0
- [MASSEMBLY-1014] - Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27
- [MASSEMBLY-1015] - Bump org.codehaus.plexus:plexus-io from 3.4.1 to 3.4.2
- [MASSEMBLY-1019] - Maven 3.6.3 as minimum requirements
What's Changed
- Bump zstd-jni from 1.5.5-2 to 1.5.5-4 by @dependabot in #147
- [MASSEMBLY-991] - Add links to XSDs for 2.2.0 by @rmgrimm in #149
- [MASSEMBLY-995] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 by @dependabot in #151
- [MASSEMBLY-996] Bump zstd-jni from 1.5.5-4 to 1.5.5-5 by @dependabot in #150
- [MNG-6847] Use diamond operator by @timtebeek in #153
- [MASSEMBLY-997] Bump commons-io from 2.11.0 to 2.13.0 by @slawekjaranowski in #152
- [MASSEMBLY-996] Bump com.github.luben:zstd-jni from 1.5.5-5 to 1.5.5-6 by @dependabot in #154
- [MASSEMBLY-999] Upgrade Parent to 40 by @slawekjaranowski in #155
- [MASSEMBLY-1000] ITs - cleanups, refresh plugins versions by @slawekjaranowski in #156
- [MASSEMBLY-996] Bump com.github.luben:zstd-jni from 1.5.5-6 to 1.5.5-10 by @dependabot in #159
- [MASSEMBLY-995] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0 by @dependabot in #160
- [MASSEMBLY-1003] Remove unused remoteRepositories by @slawekjaranowski in #162
- [MASSEMBLY-1004] Remove ignored and deprecated parameter - useJvmChmod by @slawekjaranowski in #163
- [MASSEMBLY-994] IT - refresh unpacked dependencies in dir archive by @slawekjaranowski in #164
- [MASSEMBLY-1000] ITs - cleanups by @slawekjaranowski in #165
- [MASSEMBLY-1009] Bump commons-io from 2.13.0 to 2.15.0 by @slawekjaranowski in #167
- [MASSEMBLY-1010] Use IOUtils from commons-io instead of plexus by @slawekjaranowski in #168
- [MASSEMBLY-1011] Bump maven-archiver from 3.6.0 to 3.6.1 by @slawekjaranowski in #169
- [MASSEMBLY-996] Bump com.github.luben:zstd-jni from 1.5.5-10 to 1.5.5-11 by @dependabot in #170
- [MASSEMBLY-1012] Bump org.apache.commons:commons-compress from 1.23.0 to 1.25.0 by @dependabot in #171
- [MASSEMBLY-1009] Bump commons-io:commons-io from 2.15.0 to 2.15.1 by @dependabot in #172
- [MASSEMBLY-1013] Code cleanups by @slawekjaranowski in #173
- [MASSEMBLY-1013] Remove custom SAR UnArchiver by @slawekjaranowski in #175
- Bump camel-core from 2.24.1 to 3.2.0 in /src/it/projects/bugs/massembly-920 by @dependabot in #137
- [MASSEMBLY-992] Inline Assembly Descriptors by @slawekjaranowski in #174
- [MASSEMBLY-1014] Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 by @dependabot in #176
- [MASSEMBLY-995] Bump org.codehaus.plexus:plexus-archiver from 4.9.0 to 4.9.1 by @dependabot in #177
- [MASSEMBLY-1015] Bump org.codehaus.plexus:plexus-io from 3.4.1 to 3.4.2 by @dependabot in #178
- [MASSEMBLY-1008] Fix transitive dependencies resolving with required scope by @cstamas in #166
- Bump com.google.guava:guava from 31.0.1-jre to 32.0.0-jre in /src/it/projects/dependency-sets/massembly-1008 by @dependabot in #179
- [MASSEMBLY-1016] fix history by @hboutemy in #181
- [MASSEMBLY-1017] Don't use deprecated methods in code by @slawekjaranowski in #182
- [MASSEMBLY-967] IT for jar-with-dependencies with main class by @slawekjaranowski in #183
- [MASSEMBLY-1018] Fix examples about useStrictFiltering by @slawekjaranowski in #184
- [MASSEMBLY-1019] Maven 3.6.3 as minimum requirements by @slawekjaranowski in #185
- Bump org.postgresql:postgresql from 42.3.8 to 42.7.2 in /src/it/projects/bugs/massembly-730 by @dependabot in #188
- Bump apache/maven-gh-actions-shared from 3 to 4 by @dependabot in #189
New Contributors
- @rmgrimm made their first contribution in #149
- @timtebeek made their first contribution in #153
Full Changelog: maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0