/[Apache-SVN]
ViewVC logotype

Revision 1752231


Jump to revision: Previous Next
Author: pgil
Date: Mon Jul 11 23:04:54 2016 UTC (7 years, 9 months ago)
Changed paths: 20
Log Message:
OFBIZ-7763 :
Remove all bsh libraries and bsh remaining fonctionnalities.
Bsh interpreter is replaced by GroovyShell evaluation.

To avoid groovyShell undefined var exception, the evaluated expression is analysed, detecting variables used and setting its to null if undefined in context.
Today only alphabetic variable with '_' are detected (i.e. my_variable==null).
Add in example a test replacement of " syntax to simple quote.
Remove all found bsh references

Changed paths

Path Details
Directoryofbiz/trunk/APACHE2_HEADER modified , text changed
Directoryofbiz/trunk/LICENSE modified , text changed
Directoryofbiz/trunk/applications/accounting/widget/AccountingPrintScreens.xml modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/content/ContentWorker.java modified , text changed
Directoryofbiz/trunk/applications/content/src/org/ofbiz/content/webapp/ftl/TraverseSubContentTransform.java modified , text changed
Directoryofbiz/trunk/applications/order/widget/ordermgr/OrderPrintScreens.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/customer/CustomerEvents.xml modified , text changed
Directoryofbiz/trunk/applications/party/minilang/user/UserEvents.xml modified , text changed
Directoryofbiz/trunk/framework/base/config/cache.properties modified , text changed
Directoryofbiz/trunk/framework/base/lib/bsh-engine-modified.jar deleted
Directoryofbiz/trunk/framework/base/lib/scripting/bsh-2.0b4.jar deleted
Directoryofbiz/trunk/framework/base/src/org/ofbiz/base/util/BshUtil.java deleted
Directoryofbiz/trunk/framework/base/src/org/ofbiz/base/util/GroovyUtil.java modified , text changed
Directoryofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelForm.java modified , text changed
Directoryofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java modified , text changed
Directoryofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelMenu.java modified , text changed
Directoryofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/FormRenderer.java modified , text changed
Directoryofbiz/trunk/specialpurpose/ecommerce/minilang/customer/QuickAnonCustomerEvents.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/example/widget/example/ExampleAjaxScreens.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26