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