File Release Notes and Changelog
Notes:
New Features
============
* Presistence of collected data in a database; an in-process HSQLDB will be used for persistence by default.
* Ability to track arbitarary context (beyond method calls and sql executions). An API is provided to write newer contexts and aspects.
* Ability to load data from database and view it in the GUI
* Easier installation
* Ability to track JSP and Hibernate query execution times
* Support for hierarchical and absolute layer
Changes:
========
* Modified the ant task considerably
* Uses AspectWerkz more. The recommended aspect system now is AspectWerkz with load-time weaving.
* Restructured workspace and uses Maven 1.0.2 to build
* No need to setup P6Spy pool connection now
Known Issues:
=============
* This release is not tested for performance. We plan to make a release soon with performance tests run.
* When data is picked from the database, call traces are not shown.
* We have noticed the JVM deadlocking sporadically on Weblogic server at startup. We are investigating this. Killing the server and restarting it works.
* Peristed data collected with this version of InfraRED is not gaurenteed to work with future versions of InfraRED. As of now we don't maintain different versions of serialized objects.
Changes: