Re: svn commit: r1808595 - in /jmeter/trunk: bin/jmeter.properties src/components/org/apache/jmeter/config/CSVDataSetBeanInfo.java xdocs/changes.xml xdocs/images/screenshots/csvdatasetconfig.png xdocs

2017-09-16 Thread Philippe Mouawad
Thanks Antonio On Sat, Sep 16, 2017 at 11:59 PM, Antonio Gomes Rodrigues wrote: > I will made the change now > > Antonio > > 2017-09-16 23:52 GMT+02:00 Philippe Mouawad : > > > Hello, > > Thanks > > I would name property: > > > >- csvdataset.file.encoding_list > > > > Thanks > > > > On Sat,

Re: svn commit: r1808595 - in /jmeter/trunk: bin/jmeter.properties src/components/org/apache/jmeter/config/CSVDataSetBeanInfo.java xdocs/changes.xml xdocs/images/screenshots/csvdatasetconfig.png xdocs

2017-09-16 Thread Antonio Gomes Rodrigues
I will made the change now Antonio 2017-09-16 23:52 GMT+02:00 Philippe Mouawad : > Hello, > Thanks > I would name property: > >- csvdataset.file.encoding_list > > Thanks > > On Sat, Sep 16, 2017 at 11:48 PM, wrote: > > > Author: agomes > > Date: Sat Sep 16 21:48:06 2017 > > New Revision: 18

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

2017-09-16 Thread Apache Jenkins Server
See

Re: svn commit: r1808595 - in /jmeter/trunk: bin/jmeter.properties src/components/org/apache/jmeter/config/CSVDataSetBeanInfo.java xdocs/changes.xml xdocs/images/screenshots/csvdatasetconfig.png xdocs

2017-09-16 Thread Philippe Mouawad
Hello, Thanks I would name property: - csvdataset.file.encoding_list Thanks On Sat, Sep 16, 2017 at 11:48 PM, wrote: > Author: agomes > Date: Sat Sep 16 21:48:06 2017 > New Revision: 1808595 > > URL: http://svn.apache.org/viewvc?rev=1808595&view=rev > Log: > BUG61527 - CSV data set config :

Build failed in Jenkins: JMeter-trunk #6302

2017-09-16 Thread Apache Jenkins Server
See Changes: [pmouawad] Updated to httpcore 4.4.7 (from 4.4.6) [pmouawad] Use lambda -- [...truncated 128.28 KB...] [javadoc] Loading source files for package org.apache.j

Jenkins build is back to normal : JMeter Windows #737

2017-09-16 Thread Apache Jenkins Server
See

[GitHub] jmeter issue #300: Bug 57039 - Inconsistency with the undo/redo log

2017-09-16 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/300 Thanks @emilianbold , unfortunately I am still not able to generate diff nor patch file to merge it. ---

[GitHub] jmeter pull request #309: Bug61039 - CSV data set config : Add browser butto...

2017-09-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/309 ---

[GitHub] jmeter pull request #309: Bug61039 - CSV data set config : Add browser butto...

2017-09-16 Thread ra0077
GitHub user ra0077 opened a pull request: https://github.com/apache/jmeter/pull/309 Bug61039 - CSV data set config : Add browser button to Filename field Better screenchot later You can merge this pull request into a Git repository by running: $ git pull https://github.com/ra00

Build failed in Jenkins: JMeter Windows #736

2017-09-16 Thread Apache Jenkins Server
See Changes: [milamber] Fix some javadoc warning -- [...truncated 127.70 KB...] [jmeter] ... end of run [echo] Bug52968 output files compared OK batchtest: [e

Re: Java 9 and JMeter

2017-09-16 Thread Antonio Gomes Rodrigues
Hi, In my opinion, this change will not be in 3.3 release I would like to have a 3.3 release asap and don't wait more time (test with Java 9, fix bug if we detect it...) Antonio 2017-09-16 18:47 GMT+02:00 Philippe Mouawad : > Hello, > > *Java 9 Compilation:* > I was able to compile with Java 9

Java 9 and JMeter

2017-09-16 Thread Philippe Mouawad
Hello, *Java 9 Compilation:* I was able to compile with Java 9 after some changes: - removal of children() override in JMeterTreeNode as per Felix proposal - Fixing Code impacts of the previous changes This change will probably break existing plugins using this method. Should we do it for

[GitHub] jmeter pull request #308: Java9 migration

2017-09-16 Thread ubikloadpack
GitHub user ubikloadpack opened a pull request: https://github.com/apache/jmeter/pull/308 Java9 migration You can merge this pull request into a Git repository by running: $ git pull https://github.com/ubikloadpack/jmeter Java9_Migration Alternatively you can review and apply

Commits mailing-list for committer of JMeter

2017-09-16 Thread Milamber
Hello committers, Don't forget to subscribe the Commits mailing-list [1] to receive the svn commit history as mail when a committer push a change. The SVN URL and the list of modified files can be (must) copy/paste to the bugzilla tickets as a reference of all changes about the ticket (this

Re: Let's release a Major 3.3 version !

2017-09-16 Thread Antonio Gomes Rodrigues
Hi, About Java 9, error prone detect a lot of : [javac] /home/ra77/Utils/ErrorProne/trunk/src/core/org/apache/jmeter/testelement/AbstractTestElement.java:74: warning: [ClassNewInstance] Class.newInstance() bypasses exception checking; prefer getDeclaredConstructor().newInstance() [javac]

Re: Let's release a Major 3.3 version !

2017-09-16 Thread Philippe Mouawad
Also, can we make further tests for JDK 9 ? Thanks On Friday, September 15, 2017, Philippe Mouawad wrote: > +1 > > We need to update new and noteworthy section though. > > Regards > On Friday, September 15, 2017, Antonio Gomes Rodrigues > wrote: > >> +1 >> >> Antonio >> >> 2017-09-15 23:23 GMT