New
v5.6.3
What's Changed
- Fix computation of min in Summary report by @vlsi in https://github.com/apache/jmeter/pull/6044
- fix: allow usage of variables in ConstantThroughputTimer.throughput and PreciseThroughputTimer by @vlsi in https://github.com/apache/jmeter/pull/6192
- fix: log errors happening while JMeter starts the test by @vlsi in https://github.com/apache/jmeter/pull/6193
- feat: pass JDBCSampler.maxRows to Statement.setMaxRows so the driver does not fetch extra rows from the database by @vlsi in https://github.com/apache/jmeter/pull/6216
- Restore references to boms in the generated pom.xml files by @vlsi in https://github.com/apache/jmeter/pull/6046
Non-functional changes
- Add space before stopping_test_host by @pochopsp in https://github.com/apache/jmeter/pull/6045
- Fix link to bug database by @sebbASF in https://github.com/apache/jmeter/pull/6050
- Resolve checkstyle cache miss by @tylerbertrand in https://github.com/apache/jmeter/pull/6072
- Fixed Chinese translation errors in multiple languages by @MarkHoo in https://github.com/apache/jmeter/pull/6073
- Add Java 22 version (ignored) to the build matrix by @vlsi in https://github.com/apache/jmeter/pull/6112
- chore: bump Gradle to 8.5 by @vlsi in https://github.com/apache/jmeter/pull/6166
- refactor: migrate existing Groovy tests to Kotlin, remove Groovy compiler from the build pipeline by @vlsi in https://github.com/apache/jmeter/pull/6212
- Refactor JUnit 3 and JUnit 4 tests to JUnit 5, remove JUnit 4 dependency by @vlsi in https://github.com/apache/jmeter/pull/6214
- docs: update changelog for 5.6.3 by @vlsi in https://github.com/apache/jmeter/pull/6190
Update dependencies
- fix(deps): update dependency org.neo4j.driver:neo4j-java-driver to v4.4.12 by @renovate-bot in https://github.com/apache/jmeter/pull/6039
- fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-bom to v1.7.3 by @renovate-bot in https://github.com/apache/jmeter/pull/6038
- fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v5.13.2.202306221912-r by @renovate-bot in https://github.com/apache/jmeter/pull/6037
- fix(deps): update dependency org.codehaus.groovy:groovy-bom to v3.0.19 by @renovate-bot in https://github.com/apache/jmeter/pull/6036
- fix(deps): update kotlin monorepo to v1.9.21 by @renovate-bot in https://github.com/apache/jmeter/pull/6111
- chore(deps): update release-drafter/release-drafter digest to 09c613e by @renovate-bot in https://github.com/apache/jmeter/pull/6115
- fix(deps): update dependency jacoco to v0.8.11 by @renovate-bot in https://github.com/apache/jmeter/pull/6118
- fix(deps): update dependency com.github.tomakehurst:wiremock-jre8 to v2.35.1 by @renovate-bot in https://github.com/apache/jmeter/pull/6117
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.10 by @renovate-bot in https://github.com/apache/jmeter/pull/6120
- fix(deps): update org.apache.activemq to v5.16.7 by @renovate-bot in https://github.com/apache/jmeter/pull/6122
- fix(deps): update dependency org.ow2.asm:asm to v9.6 by @renovate-bot in https://github.com/apache/jmeter/pull/6132
- fix(deps): update dependency org.jsoup:jsoup to v1.16.2 by @renovate-bot in https://github.com/apache/jmeter/pull/6128
- fix(deps): update dependency org.apache.mina:mina-core to v2.2.3 by @renovate-bot in https://github.com/apache/jmeter/pull/6127
- fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.2 by @renovate-bot in https://github.com/apache/jmeter/pull/6126
- fix(deps): update dependency commons-codec:commons-codec to v1.16.0 by @renovate-bot in https://github.com/apache/jmeter/pull/6133
- fix(deps): update dependency org.jetbrains:annotations to v24.1.0 by @renovate-bot in https://github.com/apache/jmeter/pull/6130
- fix(deps): update dependency commons-io:commons-io to v2.15.0 by @renovate-bot in https://github.com/apache/jmeter/pull/6134
- chore(deps): update actions/checkout action to v4 by @renovate-bot in https://github.com/apache/jmeter/pull/6146
- chore(deps): update actions/github-script action to v7 by @renovate-bot in https://github.com/apache/jmeter/pull/6147
- fix(deps): update org.openjdk.jmh to v1.37 by @renovate-bot in https://github.com/apache/jmeter/pull/6145
- fix(deps): update dependency org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin to v1.9.10 by @renovate-bot in https://github.com/apache/jmeter/pull/6141
- fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.3 by @renovate-bot in https://github.com/apache/jmeter/pull/6138
New Contributors
- @pochopsp made their first contribution in https://github.com/apache/jmeter/pull/6045
- @sebbASF made their first contribution in https://github.com/apache/jmeter/pull/6050
- @tylerbertrand made their first contribution in https://github.com/apache/jmeter/pull/6072
- @MarkHoo made their first contribution in https://github.com/apache/jmeter/pull/6073
Full Changelog: https://github.com/apache/jmeter/compare/rel/v5.6.2...rel/v5.6.3