[root]/modules/extensions/src/main/java/org/apache/synapse/mediators/bsf/convertors
Update script mediator for latest BSF 3.0 snapshot
0 lines of code changed in:
Start converting script support to use BSF V3. Not finished yet and haven't tested any samples yet, but should build and the tests run ok
11 lines of code changed in:
set eol-style=native for java, xml, html and properties files
eol-style=LF for sh and eol-style=CRLF for bat
346 lines of code changed in:
Script mediator enhancements http://issues.apache.org/jira/browse/SYNAPSE-67
Applying patch from Kasun with the following original comments:
The attached patch combines the script and inline script mediators
Updates the code for consistent logging and tracing support
Uses caching of scripts loaded from the registry
Supports AXIOM/E4X for performance if made available at runtime (Currently compiles with the non-Axiom JARS)
Adds javadocs and updated unit tests
32 lines of code changed in:
Groovy 1.0 final out today so start support for Groovy script
21 lines of code changed in: