Type
|
Changes
|
By
|
|
- Added unregistration for components.
|
tirsen
|
|
- Moved loads of classes. Simplified package structure. In prep for release.
|
rinkrank
|
|
- CompositePicoContainer changed to take ComponentRegistry and no longer extend DefaultPicoContainer.
|
paul
|
|
- HierarchicalPicoContainer obsoleted for sake of HierarchicalComponentRegistry
|
paul
|
|
- Moved findxxx methods from DefaultPicoContainer to ComponentRegistry
|
paul
|
|
- ComponentRegistry refactored out of DefaultPicoContainer
|
paul
|
|
- Changed nethod signatures from Object[] to java.util.Collection.
|
paul
|
|
Renamed AggregateProxyFactory to CompositeProxyFactory.
|
rinkrank
|
|
Changed signatures on PicoContainer from registerComponent to more verbose method names.
|
paul
|
|
Fixed PICO-20 - Merge default lifecycle interfaces into one.
|
paul
|
|
Fixed PICO-21 - Change package name from picocontainer to org.picocontainer.
|
paul
|
|
Fixed PICO-23 - Nuke BeanStyleComponentFactory.
|
paul
|
|
Fixed PICO-28 - Merge PicoInstantiationException and PicoIntrospectionException.
|
paul
|
|
Fixed PICO-29 - Rename AggregatedContainersContainer to CompositePicoContainer.
|
rinkrank
|
|
Fixed PICO-31 - Make getAggregateComponentProxy() an interface method on PicoContainer.
|
paul
|
|
Fixed PICO-32 - Support multiple implementations of same service.
|
tirsen
|