Moved taglibs' version to snapshot (all of them), moved dependencies slowly to snapshot as well.
Fixed API backwards breakage of JELLY-286 which was throwing an extra exception.
Made getExpressionFactory() public (and removed the protected instances).
paul
getTagLibrary > getTagLib thus avoiding the conflict with tag-libs' tags which had their own getTagLibrary (returning their own tag-lib-class!). Added BaseJellyTest's addCustomTagLib which allows the remaining tests of John Spackman to be working (as reported on JELLY-286.
Hopefully the first part of this fix solves the gump issues.
paul
Fixing JELLY-232 with a method to safely invoke toString.
Also fixing the data-type coercion assumption as reported (and patched)
by Hang Sun in JELLY-228.
paul
Applying patch at JELLY-229 of Lukas Theussl.
Complementing with a better sample script and a method
to ignore the history in the completor if need be.
paul
JELLY-203: fixed wrong package for test case classes JELLY-205: fixed <util:loadText>, which was adding a new line to files that doe\s not ends with one (and also added test cases)