Releases: mojohaus/exec-maven-plugin
Releases · mojohaus/exec-maven-plugin
3.6.2
3.6.1
🐛 Bug Fixes
- Revert change from #480 - plugin dependencies must be resolved from plugin repositories (#496) @slawekjaranowski
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 93 to 94 (#495) @dependabot[bot]
3.6.0
🚀 New features and improvements
- [ExecMojo]Add
getShebangmethod to correctly set the command line executable name (#487) @uchenily - JEP 512 Support (#484) @cayhorstmann
🐛 Bug Fixes
- fix inheritIo option (#488) @dernasherbrezon
- Fix for #479 - Wrong repositories used to collect deps (#480) @cstamas
👻 Maintenance
- Use JSR-330 for component injection (#493) @slawekjaranowski
- Re-run failed tests (#491) @slawekjaranowski
- Restore default matrix build (#486) @slawekjaranowski
📦 Dependency updates
- Use Maven 3.9.11 in dependencies, still requires 3.6.3 as minimum (#492) @slawekjaranowski
- Bump org.codehaus.mojo:mojo-parent from 92 to 93 (#483) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 91 to 92 (#478) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 90 to 91 (#477) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 89 to 90 (#476) @dependabot[bot]
3.5.1
🐛 Bug Fixes
- Add ClassLoader support for ASM ClassWriter (#472) @slawekjaranowski
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 88 to 89 (#475) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 87 to 88 (#474) @dependabot[bot]
- Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0 (#473) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project6/project5lib (#470) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project1 (#468) @dependabot[bot]
- Bump asm.version from 9.7.1 to 9.8 (#467) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project2 (#465) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project14 (#464) @dependabot[bot]
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project3 (#463) @dependabot[bot]
- Bump org.codehaus.mojo:mojo-parent from 86 to 87 (#460) @dependabot[bot]
👻 Maintenance
- Fix ITs for Maven 4 rc-3 (#462) @slawekjaranowski
- Document how to use env vars in commandlineArgs (#459) @cpfeiffer
3.5.0
🚀 New features and improvements
- Add toolchain java path to environment variables in ExecMojo (#455) @michalm2000
🐛 Bug Fixes
- #322, enable to control the exec:java interaction with JVM classloader more finely (#337) @rmannibucau
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#445) @dependabot
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/project6/project5lib (#451) @dependabot
- Bump asm.version from 9.7 to 9.7.1 (#452) @dependabot
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/setup-parent (#450) @dependabot
- Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project13 (#449) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#447) @dependabot
👻 Maintenance
- Update site descriptor to 2.0.0 (#457) @slawekjaranowski
- Toolchains manual improvements (#456) @slawekjaranowski
- Manage version of maven-toolchains-plugin (#454) @slawekjaranowski
3.4.1
🐛 Bug Fixes
- Environment variable Path should be used as case-insensitive (#442) @slawekjaranowski
- fix: NPE because declared MavenSession field hides field of superclass (#439) @sebthom
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 84 to 85 (#441) @dependabot
👻 Maintenance
- Remove redundant spotless configuration (#440) @slawekjaranowski
🔧 Build
- Use Maven4 enabled with GH Action (#443) @slawekjaranowski
- Use shared release drafter GH Action (#444) @slawekjaranowski
3.4.0
🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 82 to 84 (#434) @dependabot
- Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#431) @dependabot
👻 Maintenance
- Remove Log4j 1.2.x from ITs (#437) @slawekjaranowski
🔧 Build
- Use Maven 3.9.7 and 4.0.0-beta-3 (#433) @slawekjaranowski
3.3.0
🚀 New features and improvements
- Add option to include runtime and provided (#61) @rehevkor5
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 80 to 82 (#429) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#424) @dependabot
- Bump asm.version from 9.6 to 9.7 (#422) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#420) @dependabot
3.2.0
🚀 New features and improvements
- Enable to exec:java runnables and not only mains with loosely coupled injections (#408) @rmannibucau
- Try to get rid of legacy API which can break starting with java 17 (#409) @rmannibucau
🐛 Bug Fixes
- Fix #401 - Maven v4 compatibility (#414) @slawekjaranowski
📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 78 to 80 (#419) @dependabot
- Bump commons-io:commons-io from 1.1 to 2.7 in /src/it/projects/setup-parent (#416) @dependabot
- Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 (#405) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 77 to 78 (#406) @dependabot
- Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 (#403) @dependabot
- Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 2.2.0 (#404) @dependabot
👻 Maintenance
- ITs improvement (#415) @slawekjaranowski
- Fix documentation formatting, add menu items for new examples (#412) @slawekjaranowski
- Execute mexec-137 also on unix family (#413) @slawekjaranowski
- Remove unused test (#410) @slawekjaranowski
🔧 Build
- Bump release-drafter/release-drafter from 5 to 6 (#417) @dependabot
3.1.1
🚀 New features and improvements
- Remove unused killAfter options (#394) @slawekjaranowski
- [#391] Cope with Thread::stop being unavailable in JDK 20+ (#393) @kriegaex
- Only prefix program output with thread name when running with multiple threads (#157) @hankolerd
- [#389] Add option 'blockSystemExit' to 'java' mojo (#390) @kriegaex
- Require Maven 3.6.3+ (#385) @slachiewicz
- Ensure maven.properties can be forwarded to system properties for exec:java (#346) @rmannibucau
🐛 Bug Fixes
- Fix #158 - Fix non ascii character handling (#372) @jebeaudet
- [#323] exec arguments missing (#324) @bmarwell
📦 Dependency updates
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-module+mainclass (#382) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-mainclass (#380) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-export (#379) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/longModulepath with spaces (#383) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/jigsaw (#381) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/mrm/java_module (#378) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 76 to 77 (#384) @dependabot
- Require Maven 3.6.3+ (#385) @slachiewicz
- Bump plexus-utils from 3.5.1 to 4.0.0 (#368) @dependabot
- Bump parent from 70 to 76 (#375) @slawekjaranowski
- Bump groovy from 3.0.17 to 3.0.18 (#371) @dependabot
- Bump groovy from 3.0.16 to 3.0.17 (#365) @dependabot
- Bump groovy from 3.0.15 to 3.0.16 (#363) @dependabot
- Bump plexus-utils from 3.5.0 to 3.5.1 (#362) @dependabot
- Bump groovy from 3.0.14 to 3.0.15 (#361) @dependabot
- Bump groovy from 3.0.13 to 3.0.14 (#354) @dependabot
- Bump mockito-core from 4.9.0 to 4.11.0 (#355) @dependabot
- Bump mockito-core from 4.8.1 to 4.9.0 (#347) @dependabot
- Bump groovy from 3.0.12 to 3.0.13 (#340) @dependabot
- Bump plexus-utils from 3.4.2 to 3.5.0 (#343) @dependabot
- Bump mockito-core from 4.7.0 to 4.8.1 (#344) @dependabot
- Bump mojo-parent from 69 to 70 (#329) @dependabot
- Bump mockito-core from 4.6.1 to 4.7.0 (#330) @dependabot
- Bump groovy from 3.0.11 to 3.0.12 (#325) @dependabot
👻 Maintenance
- Code cleanups - use newer JDK features (#396) @slawekjaranowski
- Enable spotless for code formatting (#395) @slawekjaranowski
- Require Maven 3.6.3+ (#385) @slachiewicz
- ITs cleanups (#374) @slawekjaranowski
- Use Resolver Api for dependency resolving (#349) @slawekjaranowski
🔧 Build
- Workaround for concurrent access to local repository on Windows by ITs (#392) @slawekjaranowski
- Use Maven 3.9.4, 3.8.8 in GitHub build (#377) @slawekjaranowski