Thanks Philippe for notes, much clear now for me.
On 29/06/2023 08:25, Philippe Mouawad wrote:
Hello,
Few notes below
Regards
On Thu, Jun 29, 2023 at 9:19 AM Milamber <milam...@apache.org> wrote:
Hi,
Can you confirm that these issues are included:
* improvement on JavaFX missing error message when java 9+?
* fix for exception on http2 plugin
Vladimir explained the problem, it's more in the plugin code than in JMeter
* losing SampleResults on interruption
Although theorically I thought it would happen, I was not able to create
a reproducer so not sure if it should be considered an issue
If yes, I can start a new RC.
Milamber
On 28/06/2023 16:44, Vladimir Sitnikov wrote:
Hi,
I suggest we release JMeter 5.6.1 soon as the latest 5.6 has several
issues:
* ThreadGroups run forever in non-GUI mode if JMX is saved with 5.6 (fix
merged)
* Java samplers can't be re-enabled after disabling them (fix merged)
I included unicode filename encoding to 5.6, however, it was based on an
outdated RFC.
The current browsers use UTF-8 by default for encoding the data, and if
the
filename can't be encoded, Chrome uses HTML entities.
I suggest we go for UTF-8 by default, since, well, the browsers do that,
and Java 18+ uses UTF-8 by default thanks to JEP 400.
The PR is https://github.com/apache/jmeter/pull/6010
Any thoughts?
The other improvements would be:
* Moving to Gradle JVM Toolchains, so we can use different JDKs for
building, testing, and executing Gradle (merged)
* CI testing with Java 21 (merged)
* bumping third-party patch versions (we can bump some patch versions
from
https://github.com/apache/jmeter/issues/5823 )
Vladimir