bmarwell
released this
01 Feb 20:27
·
21 commits
to master
since this release
Bug
- [MJLINK-62] - Replace ByteArrayOutputStream with StringWriter
- [MJLINK-64] - Add-options double quoting
New Feature
- [MJLINK-75] - Reproducibility of ZIP artifacts
Improvement
Task
- [MJLINK-77] - Update description and parameters of --compress to reflect JDK21 changes
Dependency upgrade
- [MJLINK-63] - Upgrade plexus-java
- [MJLINK-66] - Update parent pom to 39
- [MJLINK-70] - Update m-site-p to 3.12.1
- [MJLINK-71] - Require Maven 3.6.3 as new baseline
- [MJLINK-72] - Remove common-lang3
- [MJLINK-74] - Update org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.9.1
What's Changed
- [MJLINK-62] Use StringWriter for BAOS. by @bmarwell in #28
- [MJLINK-63] update plexus-java by @bmarwell in #31
- (build) update GH actions to supported toolchain JDK by @bmarwell in #33
- Bump actions/cache from v2.1.3 to v2.1.4 by @dependabot in #38
- Bump mockito-core from 3.6.28 to 3.7.7 by @dependabot in #32
- Bump junit-bom from 5.7.0 to 5.7.1 by @dependabot in #37
- Bump mockito-core from 3.7.7 to 3.8.0 by @dependabot in #39
- Bump commons-lang3 from 3.11 to 3.12.0 by @dependabot in #40
- Bump actions/cache from v2.1.4 to v2.1.5 by @dependabot in #45
- Bump actions/checkout from 2 to 2.3.4 by @dependabot in #49
- Bump junit-bom from 5.7.1 to 5.7.2 by @dependabot in #53
- Bump mockito-core from 3.9.0 to 3.10.0 by @dependabot in #52
- Bump AdoptOpenJDK/install-jdk from 1 to 1.1.1 by @dependabot in #51
- Bump actions/setup-java from 1 to 2 by @dependabot in #50
- Bump assertj-core from 3.19.0 to 3.20.2 by @dependabot in #62
- Bump commons-io from 2.9.0 to 2.10.0 by @dependabot in #59
- Bump plexus-utils from 3.3.0 to 3.4.1 by @dependabot in #71
- Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 by @dependabot in #72
- Bump junit-bom from 5.7.2 to 5.8.1 by @dependabot in #75
- Bump mockito-core from 3.10.0 to 3.12.4 by @dependabot in #70
- Bump assertj-core from 3.20.2 to 3.21.0 by @dependabot in #74
- Bump plexus-java from 1.0.6 to 1.1.0 by @dependabot in #68
- Bump commons-io from 2.10.0 to 2.11.0 by @dependabot in #64
- Bump maven-plugin-plugin from 3.6.1 to 3.6.2 by @dependabot in #83
- Bump mrm-maven-plugin from 1.2.0 to 1.3.0 by @dependabot in #84
- Bump junit-bom from 5.8.1 to 5.8.2 by @dependabot in #81
- Bump mockito-core from 3.12.4 to 4.1.0 by @dependabot in #82
- Bump plexus-archiver from 4.2.5 to 4.2.6 by @dependabot in #79
- Bump mockito-core from 4.1.0 to 4.2.0 by @dependabot in #85
- Bump actions/cache from 2 to 3 by @dependabot in #102
- Bump actions/checkout from 2 to 3 by @dependabot in #97
- Bump actions/setup-java from 2 to 3 by @dependabot in #103
- fix ci issues - switch from openj9 to hotspot java by @slachiewicz in #138
- Bump maven-javadoc-plugin from 3.3.1 to 3.5.0 by @dependabot in #140
- Bump junit-bom from 5.8.2 to 5.9.2 by @dependabot in #141
- Bump maven-enforcer-plugin from 3.0.0-M3 to 3.2.1 by @dependabot in #142
- Bump mrm-maven-plugin from 1.3.0 to 1.5.0 by @dependabot in #143
- Bump maven-plugin-plugin from 3.6.2 to 3.8.1 by @dependabot in #146
- Bump maven-compiler-plugin from 3.8.1 to 3.11.0 by @dependabot in #147
- [BUILD] add OpenJ9 to build matrix by @bmarwell in #152
- Bump maven-invoker-plugin from 3.2.2 to 3.5.1 by @dependabot in #154
- [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by @timtebeek in #159
- Bump plexus-utils from 3.4.1 to 3.5.1 by @dependabot in #151
- Bump maven-project-info-reports-plugin from 3.1.2 to 3.4.3 by @dependabot in #157
- Bump plexus-archiver from 4.2.6 to 4.7.1 by @dependabot in #158
- Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 by @dependabot in #156
- Bump plexus-java from 1.1.0 to 1.1.2 by @dependabot in #129
- [MJLINK-69] Require Java 11+ by @bmarwell in #161
- [MJLINK-70] update site-plugin to v3.12.1 by @bmarwell in #164
- [MJLINK-71] require maven 3.6.3 by @bmarwell in #165
- Bump assertj-core from 3.21.0 to 3.24.2 by @dependabot in #134
- [MJLINK-64] add quoting on forking by @bmarwell in #166
- [MJLINK-72] remove commons-lang3 by @bmarwell in #167
- Bump org.junit:junit-bom from 5.9.2 to 5.10.0 by @dependabot in #162
- [MJLINK-74] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 by @dependabot in #163
- Bump actions/checkout from 3 to 4 by @dependabot in #168
- Bump actions/setup-java from 3 to 4 by @dependabot in #173
- [MJLINK-76] - Upgrade maven-plugin parent to 41 by @bmarwell in #180
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by @dependabot in #178
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3 by @dependabot in #175
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #172
- Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 by @dependabot in #170
- Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 by @dependabot in #174
- Bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.4.3 to 3.5.0 by @dependabot in #179
- [MJLINK-77] compress parameters jdk21 no validation by @bmarwell in #183
- Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 by @dependabot in #186
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #188
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #185
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.8.1 to 3.10.2 by @dependabot in #184
- Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 by @dependabot in #169
- [MJLINK-75] create reproducible zip archive by @hboutemy in #190
- run CI with Java 21 by @slachiewicz in #192
- Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #191
- Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 by @dependabot in #189
- [MJLINK-76] Cleanup aftr parent pom update by @slachiewicz in #193
New Contributors
- @dependabot made their first contribution in #38
- @slachiewicz made their first contribution in #138
- @timtebeek made their first contribution in #159
- @hboutemy made their first contribution in #190
Full Changelog: maven-jlink-plugin-3.1.0...maven-jlink-plugin-3.2.0