Re: Release a 3.2

2017-02-28 Thread Philippe Mouawad
On Wed, Mar 1, 2017 at 12:23 AM, sebb wrote: > On 28 February 2017 at 23:15, Philippe Mouawad > wrote: > > On Tuesday, February 28, 2017, sebb wrote: > > > >> On 28 February 2017 at 22:40, Philippe Mouawad > >>

[GitHub] jmeter issue #278: Documenting log4j2 related changes since 3.2.

2017-02-28 Thread ra0077
Github user ra0077 commented on the issue: https://github.com/apache/jmeter/pull/278 Hi, get-started.html don't need to be in the patch because it's a generated file Antonio --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] jmeter pull request #278: Documenting log4j2 related changes since 3.2.

2017-02-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/278 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: svn commit: r1784829 - in /jmeter/trunk: extras/remote.bsh xdocs/usermanual/best-practices.xml

2017-02-28 Thread Woonsan Ko
On Tue, Feb 28, 2017 at 6:16 PM, sebb wrote: > On 28 February 2017 at 22:39, wrote: >> Author: pmouawad >> Date: Tue Feb 28 22:39:25 2017 >> New Revision: 1784829 >> >> URL: http://svn.apache.org/viewvc?rev=1784829=rev >> Log: >> Remove log_level

[GitHub] jmeter pull request #278: Documenting log4j2 related changes since 3.2.

2017-02-28 Thread woonsan
GitHub user woonsan opened a pull request: https://github.com/apache/jmeter/pull/278 Documenting log4j2 related changes since 3.2. You can merge this pull request into a Git repository by running: $ git pull https://github.com/woonsan/jmeter feature/logging-docs-updates

RE: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-02-28 Thread Muneer Kolarkunnu
Hi Philippe,   If you set the content type before setting text, it is not taking much time. It is just 2-5 seconds. You can set the content type using javax.swing.JEditorPane.setContentType(String) API. Eg: editor.setContentType("text/plain"); // or editor.setContentType("text/html");   I

Re: svn commit: r1784829 - in /jmeter/trunk: extras/remote.bsh xdocs/usermanual/best-practices.xml

2017-02-28 Thread sebb
On 28 February 2017 at 23:20, Philippe Mouawad wrote: > On Wednesday, March 1, 2017, sebb wrote: > >> On 28 February 2017 at 22:39, > wrote: >> > Author: pmouawad >> > Date: Tue Feb 28 22:39:25 2017 >> > New

Re: svn commit: r1784829 - in /jmeter/trunk: extras/remote.bsh xdocs/usermanual/best-practices.xml

2017-02-28 Thread Philippe Mouawad
On Wednesday, March 1, 2017, sebb wrote: > On 28 February 2017 at 22:39, > wrote: > > Author: pmouawad > > Date: Tue Feb 28 22:39:25 2017 > > New Revision: 1784829 > > > > URL: http://svn.apache.org/viewvc?rev=1784829=rev > > Log: > > Remove

Re: svn commit: r1784829 - in /jmeter/trunk: extras/remote.bsh xdocs/usermanual/best-practices.xml

2017-02-28 Thread sebb
On 28 February 2017 at 22:39, wrote: > Author: pmouawad > Date: Tue Feb 28 22:39:25 2017 > New Revision: 1784829 > > URL: http://svn.apache.org/viewvc?rev=1784829=rev > Log: > Remove log_level occurences > > Modified: > jmeter/trunk/extras/remote.bsh >

Re: Release a 3.2

2017-02-28 Thread sebb
On 28 February 2017 at 22:40, Philippe Mouawad wrote: > On Tue, Feb 28, 2017 at 11:25 PM, sebb wrote: > >> On 28 February 2017 at 22:06, Philippe Mouawad >> wrote: >> > On Tue, Feb 28, 2017 at 11:01 PM, sebb

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-02-28 Thread dalibor topic
On 28.02.2017 22:59, Philippe Mouawad wrote: Salut Philippe, For my information what does this mean: ILW = MLH = P4 Impact, Likelyhood and Workaround criteria are briefly described in https://blogs.oracle.com/java/a-bugs-life:-java-7-updates cheers, dalibor topic Thanks On Tue, Jan

Re: Release a 3.2

2017-02-28 Thread Philippe Mouawad
On Tue, Feb 28, 2017 at 11:25 PM, sebb wrote: > On 28 February 2017 at 22:06, Philippe Mouawad > wrote: > > On Tue, Feb 28, 2017 at 11:01 PM, sebb wrote: > > > >> On 28 February 2017 at 21:54, Philippe Mouawad > >>

Re: Release a 3.2

2017-02-28 Thread sebb
On 28 February 2017 at 22:06, Philippe Mouawad wrote: > On Tue, Feb 28, 2017 at 11:01 PM, sebb wrote: > >> On 28 February 2017 at 21:54, Philippe Mouawad >> wrote: >> > Hello, >> > We're now at: >> > >> >- 48

Differences between HC4 and JAVA Impl

2017-02-28 Thread Philippe Mouawad
Hello, Working yesterday on TEST_HTTP.jmx to add coverage for Java Impl, I noticed the following additional difference. Java Impl is not able to get in Request Headers the restricted values like: - User-Agent - Host - Am I missing something or is there a way ? Thanks --

Re: Release a 3.2

2017-02-28 Thread Philippe Mouawad
On Tue, Feb 28, 2017 at 11:01 PM, sebb wrote: > On 28 February 2017 at 21:54, Philippe Mouawad > wrote: > > Hello, > > We're now at: > > > >- 48 Enhancements > >- 31 bug fixes > > > > Sebb has fixed Windows failures on Jenkins > > > >-

Re: Release a 3.2

2017-02-28 Thread sebb
On 28 February 2017 at 21:54, Philippe Mouawad wrote: > Hello, > We're now at: > >- 48 Enhancements >- 31 bug fixes > > Sebb has fixed Windows failures on Jenkins > >- Ensure the migrated docs (from PDF) do not contain old "Urban legends" >:-) nor bad

Re: Possible Bug in Java 8 u 112 in javax.swing.JEditorPane.setText leads to stuck UI

2017-02-28 Thread Philippe Mouawad
Hello Guys, Any chance that a P4 bug is fixed ? It unfortunately affects us badly whenever some text (more than 700K which is frequent for HTML pages) is received in our tool. For my information what does this mean: ILW = MLH = P4 Thanks On Tue, Jan 31, 2017 at 12:26 PM, Rory O'Donnell

Re: Release a 3.2

2017-02-28 Thread Philippe Mouawad
Hello, We're now at: - 48 Enhancements - 31 bug fixes Sebb has fixed Windows failures on Jenkins - Ensure the migrated docs (from PDF) do not contain old "Urban legends" :-) nor bad practices. Those are the 4 Tutorial links in left menu. It would be nice to review them. I've

HTTP Request : What to do with the Parameters tab entries for every method (was HTTP Request : Behaviour of PUT)

2017-02-28 Thread Philippe Mouawad
Hello, As per sebb will, I open a new discussion to decide: 1) what to do for each method 2) Which one takes precedence Regards Philippe

Jenkins build is back to normal : JMeter-trunk #5963

2017-02-28 Thread Apache Jenkins Server
See

Re: svn commit: r1784727 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java

2017-02-28 Thread sebb
On 28 February 2017 at 11:34, wrote: > Author: pmouawad > Date: Tue Feb 28 11:34:16 2017 > New Revision: 1784727 > > URL: http://svn.apache.org/viewvc?rev=1784727=rev > Log: > Avoid repetitive calls to getMethod OK > Decrease log level from WARN to DEBUG for some

Re: HTTP Request : Behaviour of PUT

2017-02-28 Thread sebb
On 28 February 2017 at 12:11, Philippe Mouawad wrote: > Hello, > It seems other method are also concerned. > Except for POST, do you think all methods should put in URL the parameters > in table ? The problem with PUT is that it does nothing with the Parameters tab

[GitHub] jmeter issue #277: Bug 58506 - JMS Point-to-point sampler should offer an as...

2017-02-28 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/277 Hello, Thank you for your contribution. My notes: - The class ExtendedQueueRequestor seems to come from existing code as per "This source code implements specifications defined by the

Build failed in Jenkins: JMeter-trunk #5962

2017-02-28 Thread Apache Jenkins Server
See -- [...truncated 393.84 KB...] _check_exists: _check_jarfile: [echo] Checking velocity-1.7.jar [echo] Deleting velocity-* (excluding velocity-1.7.jar) _get_jarfile:

Re: HTTP Request : Behaviour of PUT

2017-02-28 Thread Philippe Mouawad
Hello, It seems other method are also concerned. Except for POST, do you think all methods should put in URL the parameters in table ? Regards On Mon, Feb 27, 2017 at 11:37 PM, Philippe Mouawad < philippe.moua...@gmail.com> wrote: > Ok, I have a fix then. > I'll commit it. > > On Mon, Feb 27,

[GitHub] jmeter issue #277: Bug 58506 - JMS Point-to-point sampler should offer an as...

2017-02-28 Thread mgashraf
Github user mgashraf commented on the issue: https://github.com/apache/jmeter/pull/277 Hello @pmouawad, Could you please review the changes. We need to have this functionality as part of our project. --- If your project is set up for it, you can reply to this email and have your