Re; [VOTE] Release JMeter 5.6.3 RC1

2024-01-02 Thread Milamber

Hi,

[For record]

With the regression found by Philippe on save properties on thread 
group, I vote for -1


I will prepare a new release candidate (RC2) asap.

Milamber

On 31/12/2023 11:16, Milamber wrote:

Hello,

The first release candidate for JMeter 5.6.3 (6c2a009159) has been 
prepared, and your votes are solicited.


JMeter is a Java desktop application designed to load test functional 
behavior and measure performance. The current version targets Java 8+


This release restored binary API compatibility with pre-5.6.2, and 
bring some fixes.


Please, test this release candidate (with load tests and/or functional 
tests) using Java 8+ on Linux/Windows/macOS, especially on the changes.

Feedback is very welcome.

You can read the New and Noteworthy section to see improvements and 
full list of changes at:

https://apache.github.io/jmeter-site-preview/site/changes.html

Download - Archives/hashes/sigs:
https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.6.3-rc1
(dist revision 66365)

RAT report:
https://apache.github.io/jmeter-site-preview/rat/

SHA512 hashes of archives for this vote: see footnote [1]

Site preview is here:
https://apache.github.io/jmeter-site-preview/site/

JavaDoc API preview is here:
https://apache.github.io/jmeter-site-preview/site/api/

Maven staging repository is accessible here:
https://repository.apache.org/content/repositories/orgapachejmeter-1088/org/apache/jmeter/ 



Tag:
https://github.com/apache/jmeter/releases/tag/v5.6.3-rc1

Keys are here:
https://www.apache.org/dist/jmeter/KEYS

N.B.
To create the distribution and test JMeter: "./gradlew build -Prelease 
-PskipSign".


JMeter 5.6.3 requires Java 8 or later to run. *But, now JMeter 5.6.3 
requires Java 17 or later to build binaries.*


The artifacts were built with
  Java(TM) SE Runtime Environment Oracle Corporation (build 
17.0.9+11-LTS-201)
  Java HotSpot(TM) 64-Bit Server VM Oracle Corporation (build 
17.0.9+11-LTS-201, mixed mode, sharing)


Some known issues and incompatible changes are listed on changes page.
https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds 



All feedback and vote are welcome.

[ ] +1 I support this release
[ ] +0 I am OK with this release
[ ] -0 OK, but
[ ] -1 I do not support this release (please indicate why)

The vote will remain open for at least 72 hours.

The PMC members please indicate the mention "(binding)" with your vote.


Note: If the vote passes, the intention is to release the archive files
and rename the RC tag as the release tag.

Thanks in advance!

Milamber

===
[1] SHA512 hashes of archives for this vote:

06387998f41b2b217558ef12691292dcf48c3ed3dcccb9d6dfec0ec31502a100203140286df6d5fe837115ce59c3b2e62d431d3f2efbea8aeff7376ec5a7cc32 


*apache-jmeter-5.6.3.tgz
b3c918d6233b5ba424b6125b48f779b1845c6bb9beab6372eab0bdeb6b1d27f1bd7812544bb6389735dee7913c6bae89e4a895e867de2da95ad56a9bb278 


*apache-jmeter-5.6.3.zip
4106be0cbb814403c816c687179bdc5a605dc195a983ea58b6b58820791ca4839e813648a0561e8434e19f574c7c402ac4a9028b59867eb656a8c142c7565f71 


*apache-jmeter-5.6.3_src.tgz
69ea183b8d8afbbdfcd8d81a13040f3dea06a7bad0a0d07c3c5a15a4c568e18191c90887e8e535e83c12ffde9317c1d25a709f6264d9c67dc98b5397fe5344bc 


*apache-jmeter-5.6.3_src.zip












Re: [VOTE] Release JMeter 5.6.3 RC1

2024-01-01 Thread Milamber

Hi Vladimir,

Thanks for fix.

I will prepare RC2 tomorrow (or today if I found the time)

Milamber

On 01/01/2024 15:44, Vladimir Sitnikov wrote:

Philippe, thanks for catching that.
I've committed a fix for ThreadGroup scheduler fields.

Milamber, would you please prepare RC2?

Vladimir





Re: [VOTE] Release JMeter 5.6.3 RC1

2024-01-01 Thread Vladimir Sitnikov
Philippe, thanks for catching that.
I've committed a fix for ThreadGroup scheduler fields.

Milamber, would you please prepare RC2?

Vladimir


Re: [VOTE] Release JMeter 5.6.3 RC1

2024-01-01 Thread Vladimir Sitnikov
>can you fix this? (or revert if better to keep these important
>change to the next major version)

I will fix it shortly.

Vladimir


Re: [VOTE] Release JMeter 5.6.3 RC1

2024-01-01 Thread Milamber

Hi,

On 01/01/2024 10:27, Philippe Mouawad wrote:

Hello,
Thanks to the team for the work on this version.


On Mac OSX 12.1, version Java 21, I noticed  a major regression 
compared to 5.6.2 that seems blocker to me.


Good catch. Same issue on my machin.

Seems that the issue was introduce with the commit (or around the 
commit) : 278247608b


@Vladimir can you fix this? (or revert if better to keep these important 
change to the next major version)


In all cases, we need to fix before release.

Milamber




Scenario:
Create a new Test Plan
Add a Thread Group and add an HTTP Request Sampler to it
On Thread Group
check specify Thread Lifetime
Set duration to 300
Set startup delay to 1
go to another element
go back to Thread Group all settings are lost

Regards

On Sun, Dec 31, 2023 at 6:36 PM Vladimir Sitnikov 
mailto:sitnikov.vladi...@gmail.com>> wrote:


+1 (binding)

Thank you for preparing the release.

> suppose that this sentence can be remove:
>"JTable selection with keyboard (SHIFT + up/down) is totally unusable
>with Java 7 on Mac OSX

I thought behind the same lines, however, we should probably
remove it and
the other pre-Java 17 known issues as we bump the required Java to 17.

Vladimir



--

PS: Aucune réponse n’est requise pour ce mail en dehors de votre temps 
de travail


Cordialement
Philippe M.
Ubik-Ingenierie




Re: [VOTE] Release JMeter 5.6.3 RC1

2024-01-01 Thread Philippe Mouawad
Hello,
Thanks to the team for the work on this version.


On Mac OSX 12.1, version Java 21, I noticed  a major regression compared to
5.6.2 that seems blocker to me.

Scenario:
Create a new Test Plan
Add a Thread Group and add an HTTP Request Sampler to it
On Thread Group
check specify Thread Lifetime
Set duration to 300
Set startup delay to 1
go to another element
go back to Thread Group all settings are lost

Regards

On Sun, Dec 31, 2023 at 6:36 PM Vladimir Sitnikov <
sitnikov.vladi...@gmail.com> wrote:

> +1 (binding)
>
> Thank you for preparing the release.
>
> > suppose that this sentence can be remove:
> >"JTable selection with keyboard (SHIFT + up/down) is totally unusable
> >with Java 7 on Mac OSX
>
> I thought behind the same lines, however, we should probably remove it and
> the other pre-Java 17 known issues as we bump the required Java to 17.
>
> Vladimir
>


-- 

PS: Aucune réponse n’est requise pour ce mail en dehors de votre temps de
travail

Cordialement
Philippe M.
Ubik-Ingenierie


Re: [VOTE] Release JMeter 5.6.3 RC1

2024-01-01 Thread Philippe Mouawad
Hello,
Happy new year 2024 and best wishes to all the team !

Regards

On Mon, Jan 1, 2024 at 10:27 AM Philippe Mouawad <
p.moua...@ubik-ingenierie.com> wrote:

> Hello,
> Thanks to the team for the work on this version.
>
>
> On Mac OSX 12.1, version Java 21, I noticed  a major regression compared
> to 5.6.2 that seems blocker to me.
>
> Scenario:
> Create a new Test Plan
> Add a Thread Group and add an HTTP Request Sampler to it
> On Thread Group
> check specify Thread Lifetime
> Set duration to 300
> Set startup delay to 1
> go to another element
> go back to Thread Group all settings are lost
>
> Regards
>
> On Sun, Dec 31, 2023 at 6:36 PM Vladimir Sitnikov <
> sitnikov.vladi...@gmail.com> wrote:
>
>> +1 (binding)
>>
>> Thank you for preparing the release.
>>
>> > suppose that this sentence can be remove:
>> >"JTable selection with keyboard (SHIFT + up/down) is totally unusable
>> >with Java 7 on Mac OSX
>>
>> I thought behind the same lines, however, we should probably remove it and
>> the other pre-Java 17 known issues as we bump the required Java to 17.
>>
>> Vladimir
>>
>
>
> --
>
> PS: Aucune réponse n’est requise pour ce mail en dehors de votre temps de
> travail
>
> Cordialement
> Philippe M.
> Ubik-Ingenierie
>


-- 

PS: Aucune réponse n’est requise pour ce mail en dehors de votre temps de
travail

Cordialement
Philippe M.
Ubik-Ingenierie


Re: [VOTE] Release JMeter 5.6.3 RC1

2023-12-31 Thread Vladimir Sitnikov
+1 (binding)

Thank you for preparing the release.

> suppose that this sentence can be remove:
>"JTable selection with keyboard (SHIFT + up/down) is totally unusable
>with Java 7 on Mac OSX

I thought behind the same lines, however, we should probably remove it and
the other pre-Java 17 known issues as we bump the required Java to 17.

Vladimir


Re: [VOTE] Release JMeter 5.6.3 RC1

2023-12-31 Thread NaveenKumar Namachivayam
+1

Can we add some context around this Log4j2 in here please? Thanks!

On Dec 31, 2023, 5:24 AM -0500, Milamber , wrote:
> Hi,
>
> For record, and not a blocker for next release (we can update website
> just after release):
>
> 1/ in
> https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds
> I suppose that this sentence can be remove:
> "JTable selection with keyboard (SHIFT + up/down) is totally unusable
> with Java 7 on Mac OSX. This is due to a known Java bug JDK-8025126 The
> fix is to use JDK 8 b132 or later."
>
> 2/ In https://apache.github.io/jmeter-site-preview/site/svnindex.html
> We can remove Gitbox link since this link is an automatic redirect to
> Github.
>
> 3/ In https://apache.github.io/jmeter-site-preview/site/building.html
> We need to update this page with the requirement to Java 17+ for
> building JMeter
>
> And on the same page, perhaps change "You require IntelliJ 2018.3.1 or
> newer." by "You require IntelliJ recent version."
>
> I not sure that "Compiling and packaging JMeter using Eclipse" working
> (last time I try to do this, was a fail).
>
> Milamber
>
> On 31/12/2023 11:16, Milamber wrote:
> > Hello,
> >
> > The first release candidate for JMeter 5.6.3 (6c2a009159) has been
> > prepared, and your votes are solicited.
> >
> > JMeter is a Java desktop application designed to load test functional
> > behavior and measure performance. The current version targets Java 8+
> >
> > This release restored binary API compatibility with pre-5.6.2, and
> > bring some fixes.
> >
> > Please, test this release candidate (with load tests and/or functional
> > tests) using Java 8+ on Linux/Windows/macOS, especially on the changes.
> > Feedback is very welcome.
> >
> > You can read the New and Noteworthy section to see improvements and
> > full list of changes at:
> > https://apache.github.io/jmeter-site-preview/site/changes.html
> >
> > Download - Archives/hashes/sigs:
> > https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.6.3-rc1
> > (dist revision 66365)
> >
> > RAT report:
> > https://apache.github.io/jmeter-site-preview/rat/
> >
> > SHA512 hashes of archives for this vote: see footnote [1]
> >
> > Site preview is here:
> > https://apache.github.io/jmeter-site-preview/site/
> >
> > JavaDoc API preview is here:
> > https://apache.github.io/jmeter-site-preview/site/api/
> >
> > Maven staging repository is accessible here:
> > https://repository.apache.org/content/repositories/orgapachejmeter-1088/org/apache/jmeter/
> >
> >
> > Tag:
> > https://github.com/apache/jmeter/releases/tag/v5.6.3-rc1
> >
> > Keys are here:
> > https://www.apache.org/dist/jmeter/KEYS
> >
> > N.B.
> > To create the distribution and test JMeter: "./gradlew build -Prelease
> > -PskipSign".
> >
> > JMeter 5.6.3 requires Java 8 or later to run. *But, now JMeter 5.6.3
> > requires Java 17 or later to build binaries.*
> >
> > The artifacts were built with
> >   Java(TM) SE Runtime Environment Oracle Corporation (build
> > 17.0.9+11-LTS-201)
> >   Java HotSpot(TM) 64-Bit Server VM Oracle Corporation (build
> > 17.0.9+11-LTS-201, mixed mode, sharing)
> >
> > Some known issues and incompatible changes are listed on changes page.
> > https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds
> >
> >
> > All feedback and vote are welcome.
> >
> > [ ] +1 I support this release
> > [ ] +0 I am OK with this release
> > [ ] -0 OK, but
> > [ ] -1 I do not support this release (please indicate why)
> >
> > The vote will remain open for at least 72 hours.
> >
> > The PMC members please indicate the mention "(binding)" with your vote.
> >
> >
> > Note: If the vote passes, the intention is to release the archive files
> > and rename the RC tag as the release tag.
> >
> > Thanks in advance!
> >
> > Milamber
> >
> > ===
> > [1] SHA512 hashes of archives for this vote:
> >
> > 06387998f41b2b217558ef12691292dcf48c3ed3dcccb9d6dfec0ec31502a100203140286df6d5fe837115ce59c3b2e62d431d3f2efbea8aeff7376ec5a7cc32
> >
> > *apache-jmeter-5.6.3.tgz
> > b3c918d6233b5ba424b6125b48f779b1845c6bb9beab6372eab0bdeb6b1d27f1bd7812544bb6389735dee7913c6bae89e4a895e867de2da95ad56a9bb278
> >
> > *apache-jmeter-5.6.3.zip
> > 4106be0cbb814403c816c687179bdc5a605dc195a983ea58b6b58820791ca4839e813648a0561e8434e19f574c7c402ac4a9028b59867eb656a8c142c7565f71
> >
> > *apache-jmeter-5.6.3_src.tgz
> > 69ea183b8d8afbbdfcd8d81a13040f3dea06a7bad0a0d07c3c5a15a4c568e18191c90887e8e535e83c12ffde9317c1d25a709f6264d9c67dc98b5397fe5344bc
> >
> > *apache-jmeter-5.6.3_src.zip
> >
> >
> >
> >
> >
> >
> >
> >
>


Re: [VOTE] Release JMeter 5.6.3 RC1

2023-12-31 Thread Milamber

Hi,

For record, and not a blocker for next release (we can update website 
just after release):


1/ in 
https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds

I suppose that this sentence can be remove:
"JTable selection with keyboard (SHIFT + up/down) is totally unusable 
with Java 7 on Mac OSX. This is due to a known Java bug JDK-8025126 The 
fix is to use JDK 8 b132 or later."


2/ In https://apache.github.io/jmeter-site-preview/site/svnindex.html
We can remove Gitbox link since this link is an automatic redirect to 
Github.


3/ In https://apache.github.io/jmeter-site-preview/site/building.html
We need to update this page with the requirement to Java 17+ for 
building JMeter


And on the same page, perhaps change "You require IntelliJ 2018.3.1 or 
newer." by "You require IntelliJ recent version."


I not sure that "Compiling and packaging JMeter using Eclipse" working 
(last time I try to do this, was a fail).


Milamber

On 31/12/2023 11:16, Milamber wrote:

Hello,

The first release candidate for JMeter 5.6.3 (6c2a009159) has been 
prepared, and your votes are solicited.


JMeter is a Java desktop application designed to load test functional 
behavior and measure performance. The current version targets Java 8+


This release restored binary API compatibility with pre-5.6.2, and 
bring some fixes.


Please, test this release candidate (with load tests and/or functional 
tests) using Java 8+ on Linux/Windows/macOS, especially on the changes.

Feedback is very welcome.

You can read the New and Noteworthy section to see improvements and 
full list of changes at:

https://apache.github.io/jmeter-site-preview/site/changes.html

Download - Archives/hashes/sigs:
https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.6.3-rc1
(dist revision 66365)

RAT report:
https://apache.github.io/jmeter-site-preview/rat/

SHA512 hashes of archives for this vote: see footnote [1]

Site preview is here:
https://apache.github.io/jmeter-site-preview/site/

JavaDoc API preview is here:
https://apache.github.io/jmeter-site-preview/site/api/

Maven staging repository is accessible here:
https://repository.apache.org/content/repositories/orgapachejmeter-1088/org/apache/jmeter/ 



Tag:
https://github.com/apache/jmeter/releases/tag/v5.6.3-rc1

Keys are here:
https://www.apache.org/dist/jmeter/KEYS

N.B.
To create the distribution and test JMeter: "./gradlew build -Prelease 
-PskipSign".


JMeter 5.6.3 requires Java 8 or later to run. *But, now JMeter 5.6.3 
requires Java 17 or later to build binaries.*


The artifacts were built with
  Java(TM) SE Runtime Environment Oracle Corporation (build 
17.0.9+11-LTS-201)
  Java HotSpot(TM) 64-Bit Server VM Oracle Corporation (build 
17.0.9+11-LTS-201, mixed mode, sharing)


Some known issues and incompatible changes are listed on changes page.
https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds 



All feedback and vote are welcome.

[ ] +1 I support this release
[ ] +0 I am OK with this release
[ ] -0 OK, but
[ ] -1 I do not support this release (please indicate why)

The vote will remain open for at least 72 hours.

The PMC members please indicate the mention "(binding)" with your vote.


Note: If the vote passes, the intention is to release the archive files
and rename the RC tag as the release tag.

Thanks in advance!

Milamber

===
[1] SHA512 hashes of archives for this vote:

06387998f41b2b217558ef12691292dcf48c3ed3dcccb9d6dfec0ec31502a100203140286df6d5fe837115ce59c3b2e62d431d3f2efbea8aeff7376ec5a7cc32 


*apache-jmeter-5.6.3.tgz
b3c918d6233b5ba424b6125b48f779b1845c6bb9beab6372eab0bdeb6b1d27f1bd7812544bb6389735dee7913c6bae89e4a895e867de2da95ad56a9bb278 


*apache-jmeter-5.6.3.zip
4106be0cbb814403c816c687179bdc5a605dc195a983ea58b6b58820791ca4839e813648a0561e8434e19f574c7c402ac4a9028b59867eb656a8c142c7565f71 


*apache-jmeter-5.6.3_src.tgz
69ea183b8d8afbbdfcd8d81a13040f3dea06a7bad0a0d07c3c5a15a4c568e18191c90887e8e535e83c12ffde9317c1d25a709f6264d9c67dc98b5397fe5344bc 


*apache-jmeter-5.6.3_src.zip












[VOTE] Release JMeter 5.6.3 RC1

2023-12-31 Thread Milamber

Hello,

The first release candidate for JMeter 5.6.3 (6c2a009159) has been 
prepared, and your votes are solicited.


JMeter is a Java desktop application designed to load test functional 
behavior and measure performance. The current version targets Java 8+


This release restored binary API compatibility with pre-5.6.2, and bring 
some fixes.


Please, test this release candidate (with load tests and/or functional 
tests) using Java 8+ on Linux/Windows/macOS, especially on the changes.

Feedback is very welcome.

You can read the New and Noteworthy section to see improvements and full 
list of changes at:

https://apache.github.io/jmeter-site-preview/site/changes.html

Download - Archives/hashes/sigs:
https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.6.3-rc1
(dist revision 66365)

RAT report:
https://apache.github.io/jmeter-site-preview/rat/

SHA512 hashes of archives for this vote: see footnote [1]

Site preview is here:
https://apache.github.io/jmeter-site-preview/site/

JavaDoc API preview is here:
https://apache.github.io/jmeter-site-preview/site/api/

Maven staging repository is accessible here:
https://repository.apache.org/content/repositories/orgapachejmeter-1088/org/apache/jmeter/

Tag:
https://github.com/apache/jmeter/releases/tag/v5.6.3-rc1

Keys are here:
https://www.apache.org/dist/jmeter/KEYS

N.B.
To create the distribution and test JMeter: "./gradlew build -Prelease 
-PskipSign".


JMeter 5.6.3 requires Java 8 or later to run. *But, now JMeter 5.6.3 
requires Java 17 or later to build binaries.*


The artifacts were built with
  Java(TM) SE Runtime Environment Oracle Corporation (build 
17.0.9+11-LTS-201)
  Java HotSpot(TM) 64-Bit Server VM Oracle Corporation (build 
17.0.9+11-LTS-201, mixed mode, sharing)


Some known issues and incompatible changes are listed on changes page.
https://apache.github.io/jmeter-site-preview/site/changes.html#Known%20problems%20and%20workarounds

All feedback and vote are welcome.

[ ] +1 I support this release
[ ] +0 I am OK with this release
[ ] -0 OK, but
[ ] -1 I do not support this release (please indicate why)

The vote will remain open for at least 72 hours.

The PMC members please indicate the mention "(binding)" with your vote.


Note: If the vote passes, the intention is to release the archive files
and rename the RC tag as the release tag.

Thanks in advance!

Milamber

===
[1] SHA512 hashes of archives for this vote:

06387998f41b2b217558ef12691292dcf48c3ed3dcccb9d6dfec0ec31502a100203140286df6d5fe837115ce59c3b2e62d431d3f2efbea8aeff7376ec5a7cc32
*apache-jmeter-5.6.3.tgz
b3c918d6233b5ba424b6125b48f779b1845c6bb9beab6372eab0bdeb6b1d27f1bd7812544bb6389735dee7913c6bae89e4a895e867de2da95ad56a9bb278
*apache-jmeter-5.6.3.zip
4106be0cbb814403c816c687179bdc5a605dc195a983ea58b6b58820791ca4839e813648a0561e8434e19f574c7c402ac4a9028b59867eb656a8c142c7565f71
*apache-jmeter-5.6.3_src.tgz
69ea183b8d8afbbdfcd8d81a13040f3dea06a7bad0a0d07c3c5a15a4c568e18191c90887e8e535e83c12ffde9317c1d25a709f6264d9c67dc98b5397fe5344bc
*apache-jmeter-5.6.3_src.zip