[picocontainer-dev] PicoContainer 2.6 released, PicoContainer-Web 2.1 released
Paul Hammant <[email protected]> Wed, 15 Oct 2008 09:11:55 -0700
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Message-ID | <[email protected]> |
Folks, http://picocontainer.org/news.html http://picocontainer.org/web/news.html ... are the news pages for each. But for those with less time than the rest of us, here are the notes inline : PicoContainer 2.6 New (since 2.5.1): CompositeLifecycleStrategy supports a mix of LifecycleStrategies in one container tree Method Injection changed to also allow a specific reflection method to be implicated Reinjection added to allow components to be injected into a second time (reflection method injection only) Changes (versus 2.5.1): Permissions fix for AdaptingInjection PicoContainer Web 2.1 New (since 2.0.1): Above and beyond the capability of the web-technology in question (Struts/Webwork etc), actions can now require one or more of HttpServletRequest, HttpServletResponse and HttpSession to be injected. - Paul