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 2016/03/17 13:38:32 UTC

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

Author: pmouawad
Date: Thu Mar 17 12:38:32 2016
New Revision: 1735411

URL: http://svn.apache.org/viewvc?rev=1735411&view=rev
Log:
Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) 
#resolve #168
https://github.com/apache/jmeter/pull/168

Bugzilla Id: 59188

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1735411&r1=1735410&r2=1735411&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Thu Mar 17 12:38:32 2016
@@ -374,7 +374,7 @@ Summary
 <li><bug>58079</bug>Do not cache HTTP samples that have a Vary header when using a HTTP CacheManager.</li>
 <li><bug>58912</bug>Response assertion gui : Deleting more than 1 selected row deletes only one row. Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
 <li><bug>59187</bug>JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release)</li>
-<li><bug>59188</bug>JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0). Based on a patch contributed by Maxime Chassagneux (maxime.chassagneux at gmail.com)</li>
+<li><bug>59188</bug>JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0). Based mainly on a patch contributed by Maxime Chassagneux (maxime.chassagneux at gmail.com)</li>
 </ul>
 
 <h3>Functions</h3>