From commits-return-7418-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sat Apr 1 12:33:02 2017 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3741319F04 for ; Sat, 1 Apr 2017 12:33:02 +0000 (UTC) Received: (qmail 86947 invoked by uid 500); 1 Apr 2017 12:33:02 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 86914 invoked by uid 500); 1 Apr 2017 12:33:02 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 86905 invoked by uid 99); 1 Apr 2017 12:33:02 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Apr 2017 12:33:02 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4FDFA3A0096 for ; Sat, 1 Apr 2017 12:33:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1789796 - /jmeter/trunk/xdocs/changes.xml Date: Sat, 01 Apr 2017 12:32:59 -0000 To: commits@jmeter.apache.org From: pmouawad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170401123300.4FDFA3A0096@svn01-us-west.apache.org> Author: pmouawad Date: Sat Apr 1 12:32:59 2017 New Revision: 1789796 URL: http://svn.apache.org/viewvc?rev=1789796&view=rev Log: Improve new and noteworthy Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1789796&r1=1789795&r2=1789796&view=diff ============================================================================== --- jmeter/trunk/xdocs/changes.xml [utf-8] (original) +++ jmeter/trunk/xdocs/changes.xml [utf-8] Sat Apr 1 12:32:59 2017 @@ -85,15 +85,16 @@ and give you the following graphs with a
-
  • Variables in JMS Publisher are now supported for all types of messages. Add the encoding type of the file to parse his content
  • +
  • Variables in JMS Publisher are now supported for all types of messages. Add the encoding type of the file to parse its content
  • XPath Extractor now allows extraction randomly, by index or for all matches. -
    +
  • Response Assertion now allows to work on Request Header, provides a "OR" combination and has a better cell renderer
  • -
  • HTTP HC4 Implementation now allows preemptive Basic Auth
  • +
  • JMeter now uses Oracle Nashorn Javascript engine instead of Rhino. This provides a faster execution of Javascript.
  • +
  • HTTP HC4 Implementation now provides preemptive Basic Auth enabled by default
  • Embedded resources download in CSS has been improved to avoid useless repetitive parsing to find the resources
  • An important work on code quality and code coverage with tests has been done since Sonar has been setup on the project. You can see Sonar report here.