Releases: melix/jmh-gradle-plugin
Releases · melix/jmh-gradle-plugin
0.7.2
What's Changed
- Change incorrect configuration parameter "timeout" to "jmhTimeout" in README by @felldo in #253
- Remove setCanBeResolved(true) by @dtrunk90 in #252
- Migrate buildSrc to composite build by @Goooler in #243
- Mark jmh source set as eclipse test source by @reinhapa in #256
New Contributors
Full Changelog: RELEASE_0_7_1...RELEASE_0_7_2
0.7.1
What's Changed
- Test on Windows by @Goooler in #240
- Renovate updates by @Goooler in #242
- Upgrade vulnerable dependency by @zhelenskiy in #246
- Fix
jmhRuntimeClasspath
being created before the source set by @melix in #247
New Contributors
- @zhelenskiy made their first contribution in #246
Full Changelog: RELEASE_0_7_0...RELEASE_0_7_1
Release 0.7.0
What's Changed
- Infer task default tools from the project toolchain (if available) by @TheMrMilchmann in #228
- jmh 1.36 by @sullis in #234
- Fix default results file path. by @k163377 in #236
- Support Gradle 8.0 by @Goooler in #238
New Contributors
- @TheMrMilchmann made their first contribution in #228
- @k163377 made their first contribution in #236
- @Goooler made their first contribution in #238
Full Changelog: RELEASE_0_6_8...RELEASE_0_7_0
Release 0.6.8
Release 0.6.7
What's Changed
- Add ability for benchmarkMode to have multiple modes by @steppinrazor in #62
- Fix NPE in benchmark mode list processing by @vyazelenko in #66
- Duplicate dependencies handling and other improvements by @vyazelenko in #67
- Remove unused method by @steppinrazor in #68
- Fixes for #73 and update to Gradle 2.13 by @vyazelenko in #74
- Split multiple profiles into distinct arg entries. Fixes #72 by @aalmiray in #75
- Restore publishRelease task by @vyazelenko in #77
- Fixes #84 by @reinhapa in #85
- Upgrade to Gradle 4.0 by @melix in #96
- Separate generate resources and classes by @wolfs in #129
- Feature/update default jmh version by @imanushin in #120
- Additional unit tests for options by @surfing in #139
- Bug: jmh timout option cannot be set by @surfing in #138
- Reduce the impact of realizing tasks when using the JMH plugin by @big-guy in #136
- space after error count by @a10y in #144
- fix: run GC after Runner finished by @grv87 in #145
- Fixed shadow functional tests by @krezisky in #142
- Fix typo by @izeye in #147
- Build an über jar using the standard jar plugin. by @pivotal-jbarrett in #154
- Fix file descriptor leak through worker classpath by @oehme in #173
- Bump jmh version by @ocadaruma in #171
- Fix the plugin and its task to support Gradle's configuration cache by @eskatos in #176
- Make the "download" badge point to the plugin portal by @martinbonnin in #178
- Extend and improve GitHub workflow by @joschi in #182
- Point gradle plugin portal badge in README to updated coordinates by @aegershman in #184
- Use JavaExec for JmhBytecodeGeneratorTask by @oehme in #185
- Updated Gradle to latest final 7.0.2 release by @reinhapa in #193
- Update out-dated parameter names in README by @ikhoon in #191
- Fix error message for unsupported Gradle versions by @joschi in #188
- Bump Spock to stable release by @MariusVolkhart in #195
- Fix a bug where benchmarkParameters are not respected by @jrhee17 in #201
- Add dependency on
compileTestJava
ifincludeTests=true
by @joschi in #205 - Delete stale JMH classes before producing new ones by @MariusVolkhart in #202
- Combine JVM arguments with a space in-between by @msridhar in #198
- Modify Kotlin functional test to use internal code by @MariusVolkhart in #196
- Fix references to default results location by @eatdrinksleepcode in #215
- Replace
setMain
bygetMainClass.set
to support future Gradle 8.0 by @bric3 in #219 - Adds environment variables by @bric3 in #212
- Bump JMH to 1.35 by @bric3 in #210
- update samples to version 0.6.6 by @sullis in #223
- Remove outdated warning around Groovy version by @jonnybot0 in #221
New Contributors
- @steppinrazor made their first contribution in #62
- @aalmiray made their first contribution in #75
- @reinhapa made their first contribution in #85
- @melix made their first contribution in #96
- @wolfs made their first contribution in #129
- @imanushin made their first contribution in #120
- @surfing made their first contribution in #139
- @big-guy made their first contribution in #136
- @a10y made their first contribution in #144
- @grv87 made their first contribution in #145
- @krezisky made their first contribution in #142
- @izeye made their first contribution in #147
- @pivotal-jbarrett made their first contribution in #154
- @oehme made their first contribution in #173
- @ocadaruma made their first contribution in #171
- @eskatos made their first contribution in #176
- @martinbonnin made their first contribution in #178
- @joschi made their first contribution in #182
- @aegershman made their first contribution in #184
- @ikhoon made their first contribution in #191
- @MariusVolkhart made their first contribution in #195
- @jrhee17 made their first contribution in #201
- @msridhar made their first contribution in #198
- @eatdrinksleepcode made their first contribution in #215
- @bric3 made their first contribution in #219
- @sullis made their first contribution in #223
- @jonnybot0 made their first contribution in #221
Full Changelog: https://github.com/melix/jmh-gradle-plugin/commits/RELEASE_0_6_7