paul - 29/06/03 16:14
: sensible renames agreed with Aslak
rinkrank - 29/06/03 15:55
: Refactored generic functionality in HierarchicalPicoContainer up in the superclass (which has been renamed from AbstractPicoContainer to DefaultPicoContainer)
rinkrank - 29/06/03 14:46
: o Merged Chris' as()/proxy code with existing similar functionality in nano
o Fixed a couple of failing tests in ClassicLifecycleTestCase
paul - 28/06/03 22:04
: Lifecycle interfaces gone. start() become init..() at container level. tests moved. All facilitated by Chris's changes. Should please all.
rinkrank - 25/06/03 10:55
: Restructuration of classes. It's not perfect yet. We'll refactor into org.picocontainer later.
paul - 25/06/03 01:52
: start of state machine and initializable and startable
rinkrank - 23/06/03 23:00
: o Removed caching. It was evil, since it exposed internal state
o More null checks in AggregatingContainersContainer (plus a default one-arg subclass)
o Commented out unused argument is ParameterSpec inner class
rinkrank - 23/06/03 22:54
: Removed the superfluous FilterContsainer I added yesterday
joe - 23/06/03 13:41
: Parameters can be hooked up to constructors for specific components.
rinkrank - 23/06/03 10:56
: o This class dupes another class. Added a comment about that so we remember to nuke this class.
rinkrank - 23/06/03 10:35
: o Used assertSame instead of assertEquals where object identity is meant to be used
o Added a FilterContainer class (should maybe move to nano)
o Typo fix in method name