So all my code that was using PicoContainer broke after I did the latest update. It looks like its been a buz of activity which isnt all bad and theyve done some well needed refactorings.
The main one seems to be that they now have introduced a ComponentRegistry, which strangely enough handles Component Registration. I was using the HierarchicalContainer which has now been replaced by a HierarchichalComponentRegisty I am guessing in conjunction with a CompositeContainer. To be honest Im not sure yet, but with the help of IDEA it shouldnt be too hard to update my code.
This entry was posted in the following Categories: Java
If you have any questions we're happy to help on the mailing list.
Now that beta-1 is released, future releases are less likely to break backwards compatibility.
Aslak
Posted by: Aslak Hellesoy on August 15, 2003 05:36 AM