Bug 60225 - Drop deprecated __jexl function, jexl support in BSF and dependency on commons-jexl
Summary: Drop deprecated __jexl function, jexl support in BSF and dependency on common...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-08 07:45 UTC by Philippe Mouawad
Modified: 2016-10-08 08:49 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2016-10-08 07:45:43 UTC
__jexl has been deprecated in 3.0.
As per deprecation policy we drop it in 3.1.
Comment 1 Philippe Mouawad 2016-10-08 07:53:48 UTC
Author: pmouawad
Date: Sat Oct  8 07:53:25 2016
New Revision: 1763862

URL: http://svn.apache.org/viewvc?rev=1763862&view=rev
Log:
Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl
Bugzilla Id: 60225

Removed:
    jmeter/trunk/src/functions/org/apache/jmeter/functions/JexlFunction.java
Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/build.xml
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/lib/aareadme.txt
    jmeter/trunk/licenses/bin/README.txt
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/functions.xml
Comment 2 Philippe Mouawad 2016-10-08 08:49:45 UTC
Author: pmouawad
Date: Sat Oct  8 08:34:00 2016
New Revision: 1763870

URL: http://svn.apache.org/viewvc?rev=1763870&view=rev
Log:
Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl
Drop junit test class, JexlEngine for BSF and update docs
Bugzilla Id: 60225

Removed:
    jmeter/trunk/src/jorphan/org/apache/commons/jexl/bsf/JexlEngine.java
    jmeter/trunk/test/src/org/apache/jmeter/functions/TestJexlFunction.java
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/util/BSFBeanInfoSupport.java
    jmeter/trunk/src/core/org/apache/jmeter/util/BSFTestElement.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
    jmeter/trunk/xdocs/usermanual/functions.xml

Author: pmouawad
Date: Sat Oct  8 08:48:14 2016
New Revision: 1763873

URL: http://svn.apache.org/viewvc?rev=1763873&view=rev
Log:
Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl
Drop mention in LICENSE file
Bugzilla Id: 60225

Modified:
    jmeter/trunk/LICENSE
Comment 3 The ASF infrastructure team 2022-09-24 20:38:06 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4133