Revision 4.0
(July 30, 2001)
|
-
Added new method to Component Manager and Selector for discovering
if a Component exists inside or not. Also augmented the default
versions with the basic implementation to discover them.
(BL)
-
Added stylesheet to convert Stylebook markup to DocBook markup.
(BL)
-
Changed the documentation build process to use Cocoon to build
the site.
(BL)
-
Added new "Developing with Avalon" book in DocBook format.
(BL)
-
Added Executable interface to activity package.
(PD)
-
Updated Resolvable interface to allow a ContextException to be thrown
on failure.
(PD)
-
Add a makeReadOnly() method to the default implementations of Configuration,
Context and ComponentManager. Calling this method after the respective
object has been filled will make the object read-only. This is a safety
precaution to stop code performing unwanted operations.
(PD)
-
Updated the javadocs of many of the classes.
(PD)
-
Update documentation so that it is more accurate and descriptive.
(BL)
|
Revision 4.0b3
(June 6, 2001)
|
-
Release 4.0b3
(BL)
-
Made DefaultComponentManager/Selector, DefaultContext, and
DefaultConfiguration read-only to avoid bad programming
practices by clients.
(PD)
|
Revision 4.0b2
(June 4, 2001)
|
-
Release 4.0b2
(BL)
-
Add makeReadOnly() method to default implementations to prevent
alteration after they are set up.
(PD)
-
Removed the "throws Exception" from Disposable interface. That was
inadvertently left in the previous release.
(BL)
-
Added extra methods to Parameters to throw exceptions if the value
does not exist. They are the "no default value" methods.
(BL)
-
Updated javadocs for Framework.
(PD)
|
Revision 4.0b1
(May 11, 2001)
|
-
Official release
(BL)
|