You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/07/13 16:02:38 UTC

svn commit: r1502788 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Sat Jul 13 14:02:37 2013
New Revision: 1502788

URL: http://svn.apache.org/r1502788
Log:
Document impact of commons-lang-2.6.jar removal

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1502788&r1=1502787&r2=1502788&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Jul 13 14:02:37 2013
@@ -161,6 +161,8 @@ Webservice (SOAP) Request has been remov
 Transaction Controller now sets Response Code of Generated Parent Sampler (if Generate Parent Sampler is checked) to response code of first failing child in case of failure of one of the children, in previous versions Response Code was empty.
 </p>
 
+<p>commons-lang-2.6.jar has been removed from embedded libraries in jmeter/lib folder. If you use any plugin or third-party code that depends on it, you need to add it in jmeter/lib folder</p>
+
 <!-- =================== Bug fixes =================== -->
 
 <h2>Bug fixes</h2>



Re: svn commit: r1502788 - /jmeter/trunk/xdocs/changes.xml

Posted by sebb <se...@gmail.com>.
Good catch; had not considered that.

On 13 July 2013 15:02,  <pm...@apache.org> wrote:
> Author: pmouawad
> Date: Sat Jul 13 14:02:37 2013
> New Revision: 1502788
>
> URL: http://svn.apache.org/r1502788
> Log:
> Document impact of commons-lang-2.6.jar removal
>
> Modified:
>     jmeter/trunk/xdocs/changes.xml
>
> Modified: jmeter/trunk/xdocs/changes.xml
> URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1502788&r1=1502787&r2=1502788&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/changes.xml (original)
> +++ jmeter/trunk/xdocs/changes.xml Sat Jul 13 14:02:37 2013
> @@ -161,6 +161,8 @@ Webservice (SOAP) Request has been remov
>  Transaction Controller now sets Response Code of Generated Parent Sampler (if Generate Parent Sampler is checked) to response code of first failing child in case of failure of one of the children, in previous versions Response Code was empty.
>  </p>
>
> +<p>commons-lang-2.6.jar has been removed from embedded libraries in jmeter/lib folder. If you use any plugin or third-party code that depends on it, you need to add it in jmeter/lib folder</p>
> +
>  <!-- =================== Bug fixes =================== -->
>
>  <h2>Bug fixes</h2>
>
>