Regarding Groovy Bundling - Groovy now a TLP

2016-01-04 Thread Pascal Schumacher
Hello everybody, there were some conversations on the mailing list regarding bundling Apache Groovy into JMeter. As far as I remember a decision was postponed until Groovy leaves the Incubator. In the Apache Board meeting on 18 November it was decided to establish Groovy as a top level project

Build failed in Jenkins: JMeter-trunk #4879

2016-01-04 Thread Apache Jenkins Server
See Changes: [pmouawad] Reference Javadocs of Java7 [pmouawad] Add deprecated element usage in best practices and mention it in changes list. [pmouawad] Drop previously deprecated elements in 2.13: - HTML Parameter Mask mention revisio

Re: JMeter javadocs

2016-01-04 Thread Philippe Mouawad
Thanks Bruno, that was my issue, I was not generating javadocs. Thanks Felix, sorry for the noise On Mon, Jan 4, 2016 at 9:29 AM, Milamber wrote: > > > On 04/01/2016 07:43, Philippe Mouawad wrote: > >> Hi, >> My note is about the currently generated javadocs which are in java6 Style >> > > I don

buildbot success in ASF Buildbot on jmeter-trunk

2016-01-04 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/jmeter-trunk/builds/427 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: The AnyBranchSchedu

buildbot failure in ASF Buildbot on jmeter-trunk

2016-01-04 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/jmeter-trunk/builds/426 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: hemera_ubuntu Build Reason: The AnyBranchScheduler

Re: doc for jdbc pool configuration

2016-01-04 Thread Philippe Mouawad
On Mon, Jan 4, 2016 at 4:21 PM, sebb wrote: > On 2 January 2016 at 15:38, Felix Schumacher > wrote: > > Hi all, > > > > in our documentation there is one section about the sizing of the pool, > > which I like to discuss: > > > > "If you really want to use shared pooling (why?), then set the max

Re: Release a 3.0

2016-01-04 Thread Philippe Mouawad
First Happy new year 2016 ! On Mon, Jan 4, 2016 at 4:26 PM, sebb wrote: > JMeter does not have a formal policy for major/minor version release > updates. > However historically major veresion changes have been associated with > major changes. > I am proposing to follow what seems to become a

Re: Drop Commons-HttpClient 3.1

2016-01-04 Thread sebb
On 27 December 2015 at 17:39, Philippe Mouawad wrote: > Hello, > I think it is time now that we definitely drop HC3.1 support in JMeter. > It hardens maintainability and hides some issues in test cases like Bug > 58773 and previously TestCookieManager tests. > > I think also that giving too much c

Re: Release a 3.0

2016-01-04 Thread sebb
JMeter does not have a formal policy for major/minor version release updates. However historically major veresion changes have been associated with major changes. Also other ASF projects such as Commons and HttpClient require major version bumps when removing deprecated code. I don't think the prop

Re: doc for jdbc pool configuration

2016-01-04 Thread sebb
On 2 January 2016 at 15:38, Felix Schumacher wrote: > Hi all, > > in our documentation there is one section about the sizing of the pool, > which I like to discuss: > > "If you really want to use shared pooling (why?), then set the max count to > the same as the number of threads to ensure threads

Re: JMeter javadocs

2016-01-04 Thread Milamber
On 04/01/2016 07:43, Philippe Mouawad wrote: Hi, My note is about the currently generated javadocs which are in java6 Style I don't understand, on my machine, when I generated the javadocs (docs-api task) with Java7 on trunk, the new api doc use the java7 style... ? (perhaps need to run cl