[picocontainer-scm] [5593] java/2.x/trunk/pico: ooops

paul-yCVjj/[email protected]
Newsgroups gmane.comp.java.picocontainer.cvs
Message-ID <[email protected]>
Revision 5593
Author paul
Date 2010-02-07 20:06:58 -0600 (Sun, 07 Feb 2010)

Log Message

ooops

Modified Paths

- java/2.x/trunk/pico/distribution/src/site/content/news.html

- java/2.x/trunk/pico/distribution/src/site/content/providers.html

- java/2.x/trunk/pico/pom.xml

Diff

Modified: java/2.x/trunk/pico/distribution/src/site/content/news.html (5592 => 5593)

--- java/2.x/trunk/pico/distribution/src/site/content/news.html 2010-02-08 02:06:20 UTC (rev 5592)
+++ java/2.x/trunk/pico/distribution/src/site/content/news.html 2010-02-08 02:06:58 UTC (rev 5593)
@@ -6,6 +6,19 @@
</head>
<body>

+ <p><strong>Feb 8, 2010 - PicoContainer 2.10 released (311K jar)</strong></p>
+
+ <p>New (since 2.9):</p>
+ <ul>
+ <li>String Converters are now overridable and can be leveraged from parent containers if not specified in a child</li>
+ <li>@Named from JSR 330 (@Inject) now supported.</li>
+ </ul>
+ <p>Changes (versus 2.9):</p>
+ <ul>
+ <li>FactoryInjectors issue with 'into' being unspecified fixed<a href="http://jira.codehaus.org/browse/PICO-364">PICO-368</a></li>
+ <li>Provided instances can now participate in lifecycles</li>
+ </ul>
+ <br/>
<p><strong>Nov 2, 2009 - PicoContainer 2.9 released (299K jar)</strong></p>

<p>New (since 2.8.3):</p>

Modified: java/2.x/trunk/pico/distribution/src/site/content/providers.html (5592 => 5593)

--- java/2.x/trunk/pico/distribution/src/site/content/providers.html 2010-02-08 02:06:20 UTC (rev 5592)
+++ java/2.x/trunk/pico/distribution/src/site/content/providers.html 2010-02-08 02:06:58 UTC (rev 5593)
@@ -47,5 +47,7 @@
parameter names for disambiguation. To do this for the compositional case, choose the contructor to ProviderAdapter
that has a boolean flag (set to true). To do this for the extends case, override the useNames() method.</p>

+ <span class="callout">As of release 2.10, ProviderAdapter has a second constructor that takes a LifecycleStrategy
+ so any provided instances may participate in lifecycles.</span>
</body>
</html>
\ No newline at end of file

Modified: java/2.x/trunk/pico/pom.xml (5592 => 5593)

--- java/2.x/trunk/pico/pom.xml 2010-02-08 02:06:20 UTC (rev 5592)
+++ java/2.x/trunk/pico/pom.xml 2010-02-08 02:06:58 UTC (rev 5593)
@@ -9,7 +9,7 @@
<modules>
<module>container</module>
<module>tck</module>
- <module>jsr330-tck</module>
+ <!--module>jsr330-tck</module-->
<module>gems</module>
</modules>
<organization>

----------

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.