Summary: | Default Groovy engine to JSR223 elements when no language is chosen in GUI | ||
---|---|---|---|
Product: | JMeter | Reporter: | Antonio Gomes Rodrigues <ra0077> |
Component: | Main | Assignee: | JMeter issues mailing list <issues> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | p.mouawad, ra0077 |
Priority: | P2 | ||
Version: | 3.0 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows NT |
Description
Antonio Gomes Rodrigues
2016-08-04 21:08:01 UTC
PR https://github.com/apache/jmeter/pull/223 commited Antonio Author: agomes Date: Fri Sep 23 19:28:58 2016 New Revision: 1762082 URL: http://svn.apache.org/viewvc?rev=1762082&view=rev Log: This closes #223 Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java jmeter/trunk/src/core/org/apache/jmeter/util/ScriptingTestElement.java jmeter/trunk/xdocs/changes.xml Author: pmouawad Date: Sat Sep 24 08:31:07 2016 New Revision: 1762110 URL: http://svn.apache.org/viewvc?rev=1762110&view=rev Log: Bug 59945 For all JSR223 elements, if script language has not been chosen on the UI, the script will be interpreted as a groovy script A getXXX method should not change state, so read every time and default (slight performance loss) Add javadocs Drop unused log field Increment serialVersionId Author: pmouawad Date: Mon Oct 17 20:08:23 2016 New Revision: 1765364 URL: http://svn.apache.org/viewvc?rev=1765364&view=rev Log: Bug 59945 For all JSR223 elements, if script language has not been chosen on the UI, the script will be interpreted as a groovy script. Bugzilla Id: 59945 Modified: jmeter/trunk/src/core/org/apache/jmeter/util/ScriptingBeanInfoSupport.java |