Type | Changes | By |
---|
| Made enabling of flowscript debugger possible to configure through property org.apache.cocoon.flowscript.debugger.
The flowscript debugger is enabled if you are running in development mode. | gkossakowski |
| Remove use of deprecated method setOptimazationLevel that actually does nothing in current implementation of debugger.
Switched to new method of attaching debugger to the context.
This fixes a problem with java.lang.IllegalStateException being thrown when Flowscript debugger is enabled. | gkossakowski |
Type | Changes | By |
---|
| Reduce thread contention in flowscript interpreter. Do not synchronize
execution of scripts within current thread scope on global map of
compiled scripts. | vgritsenko |
| Fix flow scripts reload check logic. | vgritsenko |
Type | Changes | By |
---|
| Make settings bean and web application context available via the cocoon object in
flow script (cocoon.settings and cocoon.applicationContext). | cziegeler |
| Allow dynamic loading of JavaScript objects even when scope is locked. Thanks to Rob Berens. | joerg |