Below are the highlights:
- Bug-fix release with no new major features
- Improvements to the out-of-container testing framework
You can read the full changelog for more
details.
Full changelog
2005-10-15 Geert Bevin <gbevin[remove] at uwyn dot com>
* RELEASE 1.2
* Renamed the 'rife.engineclassloader.enabled' init param to
'engineclassloader.enabled'
2005-10-14 Geert Bevin <gbevin[remove] at uwyn dot com>
* Added method to obtain a Site's resource modification times.
* Request attributes fix in test API.
* Added support for 'rife.engineclassloader.enabled' servlet and filter init
param to enable / disable the engine classloader.
* Experimental change to EngineClassLoader to better isolate classloader
hierarchies, this could break things.
2005-10-09 Geert Bevin <gbevin[remove] at uwyn dot com>
* RIFE-231 : Automatic compilation of Java element implementations is broken
2005-10-06 Geert Bevin <gbevin[remove] at uwyn dot com>
* Source cleanups according to Eclipse code inspections.
2005-09-30 Geert Bevin <gbevin[remove] at uwyn dot com>
* Added support for declaring everything in a subsite declaration that you can
in a site specification.
2005-09-28 Geert Bevin <gbevin[remove] at uwyn dot com>
* Added getStatus method to MockResponse.
* Added static convenience method to ParsedHtml for obtaining the value of a
node's attribute
2005-09-27 Geert Bevin <gbevin[remove] at uwyn dot com>
* RIFE-230 : Add to the testing framework the ability to evaluate an xpath
expression based on a context node
* Added validateAsXml() to MockResponse.
* Changed MockResponse xpath methods to strip away the HTML root element
default namespace
2005-09-26 Geert Bevin <gbevin[remove] at uwyn dot com>
* Regression fix to the ElementInfo cloning with regards to properties.
2005-09-23 Geert Bevin <gbevin[remove] at uwyn dot com>
* RELEASE 1.1
[ top ]