You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2010/12/04 13:33:52 UTC

svn commit: r1042161 - in /myfaces/extensions/cdi/trunk: pom.xml readme/README_0_9_1.txt

Author: gpetracek
Date: Sat Dec  4 12:33:52 2010
New Revision: 1042161

URL: http://svn.apache.org/viewvc?rev=1042161&view=rev
Log:
excluded modules for the release and release notes

Added:
    myfaces/extensions/cdi/trunk/readme/README_0_9_1.txt
Modified:
    myfaces/extensions/cdi/trunk/pom.xml

Modified: myfaces/extensions/cdi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/pom.xml?rev=1042161&r1=1042160&r2=1042161&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/pom.xml Sat Dec  4 12:33:52 2010
@@ -73,9 +73,10 @@
         <module>jee-modules</module>
         <module>jse-modules</module>
         <module>component-support-modules</module>
-        <module>test-modules</module>
-        <module>examples</module>
         <module>dist</module>
+
+        <!--module>test-modules</module>
+        <module>examples</module-->
     </modules>
 
     <properties>

Added: myfaces/extensions/cdi/trunk/readme/README_0_9_1.txt
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/readme/README_0_9_1.txt?rev=1042161&view=auto
==============================================================================
--- myfaces/extensions/cdi/trunk/readme/README_0_9_1.txt (added)
+++ myfaces/extensions/cdi/trunk/readme/README_0_9_1.txt Sat Dec  4 12:33:52 2010
@@ -0,0 +1,24 @@
+Release Notes - MyFaces CODI - Version 0.9.1
+
+** Bug
+    * [EXTCDI-78] - CodiUtils must not use internal Context methods to access CDI bean instances
+    * [EXTCDI-80] - it isn't possible to provide fine-grained custom config implementations
+    * [EXTCDI-83] - InitialRedirect DefaultWindowHandler must encode the original request parameters
+    * [EXTCDI-85] - initialRedirectHandler must not redirect if the response is already closed
+    * [EXTCDI-87] - ExternalContext.encodeActionUrl() must not be used for URL parameter values
+
+** Improvement
+    * [EXTCDI-74] - On Jboss 6 the BeanManagerProvider doesn't return the BeanManager due to classLoader differences
+    * [EXTCDI-76] - type-safe navigation for h:link and h:button
+    * [EXTCDI-81] - allow customization of the cleanup strategy of empty window contexts
+    * [EXTCDI-82] - includeViewParams should be supported by typesafe view configs
+    * [EXTCDI-86] - alternative approach for @PageBean
+
+** New Feature
+    * [EXTCDI-79] - introduce client side windowhandler
+    * [EXTCDI-88] - setup of trinidad support module
+
+** Task
+    * [EXTCDI-75] - config - check default values
+    * [EXTCDI-77] - Create assembly for binary and source distributions
+    * [EXTCDI-84] - check compatibility with trinidad
\ No newline at end of file