Releases: apache/maven-invoker
Releases · apache/maven-invoker
3.3.0
🚀 New features and improvements
- [MSHARED-1390] - Deprecate InvocationRequest#setGoals (#76) @slawekjaranowski
- [MSHARED-1382] - support a possibility to disable snapshots update. (#74) @lrozenblyum
- [MSHARED-1150] - Add ps1 as detectable file type for PowerShell (#55) @iofit
🐛 Bug Fixes
- [MSHARED-971] - Add test for inherited environment (#79) @slawekjaranowski
📦 Dependency updates
- [MSHARED-1388] - Bump org.apache.maven.shared:maven-shared-components from 41 to 42 (#73) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#72) @dependabot
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#71) @dependabot
- Bump org.apache.maven.shared:maven-shared-components from 39 to 41 (#70) @dependabot
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#69) @dependabot
- [MSHARED-1305] - update maven-shared-utils to 3.4.2 (#65) @elharo
- Bump org.junit:junit-bom from 5.9.2 to 5.10.0 (#64) @dependabot
- Bump junit-bom from 5.9.1 to 5.9.2 (#60) @dependabot
- [MSHARED-1151] - Upgrade parent to version 39 (#58) @psiroky
- Bump maven-pmd-plugin from 3.16.0 to 3.18.0 (#52) @dependabot
👻 Maintenance
- [MSHARED-1152] - Remove public modifier for JUnit5 tests (#77) @slawekjaranowski
- [MSHARED-1391] - Code cleanups (#78) @slawekjaranowski
- [MSHARED-1389] - Refresh download page (#75) @slawekjaranowski
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#71) @dependabot
- [MSHARED-1307] - systemProperties is deprecated: Use systemPropertyVari… (#68) @elharo
- [MSHARED-1306] - Use fixtures to reduce duplicate code (#67) @elharo
- [MSHARED-1306] - don't log from passing tests (#66) @elharo
- [MNG-6829] - Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) (#63) @timtebeek
- [MSHARED-1152] - Migrate tests to JUnit5 (#56) @iofit
- [MSHARED-1145] - remove rendundant error message (#54) @Koziolek
3.2.0
🚀 New features and improvements
- [MSHARED-1040] - Require Java 8 (#45) @slawekjaranowski
- [MSHARED-1019] - Allow pass raw cli option to Maven process (#43) @slawekjaranowski
- [MSHARED-1018] - Allow for using the -ntp ,--no-transfer-progress flag in Maven invocations (#42) @slawekjaranowski
- [MSHARED-1009] - Allow providing Maven executable from workspace (#38) @slawekjaranowski
- [MSHARED-649] - Allow Pom file outside base directory (#37) @slawekjaranowski
- [MSHARED-1007] - Add MavenHome and MavenExecutable options to InvocationRequest (#34) @slawekjaranowski
- [MINVOKER-233] - Improve DefaultInvoker with a timeout. (#1) @surli
🐛 Bug Fixes
- [MSHARED-1008] - Set builder id in proper way (#33) @slawekjaranowski
📦 Dependency updates
- [MSHARED-1042] - Upgrade Parent to 35 (#47) @slawekjaranowski
- Bump maven-site-plugin from 3.9.1 to 3.10.0 (#36) @dependabot
- Bump extra-enforcer-rules from 1.4 to 1.5.1 (#31) @dependabot
- Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 (#11) @dependabot
- Update build and deps (#25) @cstamas
- Bump actions/setup-java from 2.3.0 to 2.3.1 (#23) @dependabot
- Bump maven-javadoc-plugin from 3.2.0 to 3.3.1 (#21) @dependabot
- Bump actions/setup-java from 2.2.0 to 2.3.0 (#20) @dependabot
- Bump actions/cache from 2.1.5 to 2.1.6 (#17) @dependabot
- Bump actions/checkout from 2 to 2.3.4 (#14) @dependabot
- Bump actions/cache from v2.1.4 to v2.1.5 (#10) @dependabot
- Bump junit from 4.13.1 to 4.13.2 (#8) @dependabot
👻 Maintenance
- [MSHARED-577] - Remove usage of M2_HOME environment variable (#35) @slawekjaranowski
- [MSHARED-1006] - Deprecate not thread safe methods on Invoker (#32) @slawekjaranowski
- Unit test MavenCommandLineBuilderTest refactor (#30) @slawekjaranowski
- remove --no-module-directories from javadoc configuration (#29) @slawekjaranowski
- remove unused property (#4) @elharo
- remove deprecated class and use up to date JUnit fixtures (#5) @elharo
- Fix typo (#2) @elharo
🔧 Build
- Add Release Drafter to project (#48) @slawekjaranowski
- [MSHARED-999] - Shared GitHub Actions (#28) @slawekjaranowski