You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2009/12/14 23:50:29 UTC

svn commit: r890523 - in /myfaces/orchestra/trunk: core/RELEASE-NOTES.txt core12/RELEASE-NOTES.txt core20/RELEASE-NOTES.txt

Author: lu4242
Date: Mon Dec 14 22:50:29 2009
New Revision: 890523

URL: http://svn.apache.org/viewvc?rev=890523&view=rev
Log:
Update RELEASE-NOTES.txt to prepare release procedure

Modified:
    myfaces/orchestra/trunk/core/RELEASE-NOTES.txt
    myfaces/orchestra/trunk/core12/RELEASE-NOTES.txt
    myfaces/orchestra/trunk/core20/RELEASE-NOTES.txt

Modified: myfaces/orchestra/trunk/core/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/RELEASE-NOTES.txt?rev=890523&r1=890522&r2=890523&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/RELEASE-NOTES.txt (original)
+++ myfaces/orchestra/trunk/core/RELEASE-NOTES.txt Mon Dec 14 22:50:29 2009
@@ -20,49 +20,40 @@
 $Id$
 
 
-= 1.3.1 =
+= 1.4 =
 
 == Overview ==
 
-This release is a bugfix release only (and the fixed bugs are not particularly severe).
-Upgrading from 1.3 is necessary only if one of these specific bugfixes are required.
+This release add support for portlets and new modules for compile orchestra with jsf 1.2 and 2.0 implementations.
 
-One minor new feature is introduced : the ability to set the ConversationContext timeout.
-See the "New Features" section for details.
+Also, orchestra core15 was merged in orchestra core module, because JDK 1.4 has reached its End of Life.
 
 == Backwards Compatibility ==
 
-This release is backwards-compatible with version 1.3.
+This release is backwards-compatible with version 1.3.1
 
 == Bugfixes
 
-* ORCHESTRA-30: viewcontroller framework does not call initView again when conversation containing ViewController bean is invalidated (ie ViewController bean is deleted). This patch doesn't actually make that happen, but it does make it possible for a backing bean to force the viewcontroller framework to do so (by forcing creation of a new ViewRoot instance).
-
-* ORCHESTRA-32: NullPointerException when deserializing an HttpSession containing a ConversationManager instance.
-
-* ORCHESTRA-34: NullPointerException on timeout of ConversationContext. The ConversationWiperThread does not run inside a request, and therefore had no FrameworkAdapter, but removeAndInvalidateConversationContext tries to check the conversationContext query param.
-
-* ORCHESTRA-35: In some containers (eg OC4J), ConversationManager is not removed from ConversationWiperThread on session timeout. Thanks to Steve Ronderos for the bugreport.
-
-* ORCHESTRA-36: Improve error message when dependency injection is misconfigured. Thanks to Kito Mann for the suggestion.
+    * [ORCHESTRA-15] - Orchestra in Portal Environment
+    * [ORCHESTRA-17] - RequestParameterFacesContextFactory only works with HttpServletResponse
+    * [ORCHESTRA-25] - Orchestra does not work within BEA WebLogic JSF portlet - FacesContextFactory related problem
+    * [ORCHESTRA-39] - Conversations are not cleaned up if session timeout is near conversation timeout
 
 == Known Issues
 
- * As far as we know, Orchestra still does not work with Portlets (ORCHESTRA-17, ORCHESTRA-22). At least,
-   problems have been reported against earlier versions and no-one has tested this release with Portlets.
-
 == Major Changes
 
-None.
+    * [ORCHESTRA-45] - Support for JSF 2.0 (create core20 module)
+    * [ORCHESTRA-46] - Create orchestra core12 module
+    * [ORCHESTRA-47] - Merge orchestra core15 branch into core, since orchestra will be JDK 1.5 compatible
 
 == New Features
 
-* Enhancement ORCHESTRA-33 allows the user to define a bean whose name is the fully-qualified name of the ConversationContextFactory class. An instance of this bean will then be created at startup, and its createConversationContext method used to create new ConversationContext instances configured in any desired way. To simply set the timeout, this bean can be configured as an instance of the default ConversationContextFactoryImpl class, and the timeout property set via normal property injection to any desired value.
-
 == History
 
 1.0 release based on r583187
 Branched for 1.1 release on r634925
 Branched for 1.2 release on r671173
 Branched for 1.3 release on r707462
-Branched for 1.3.1 release on r??
+Branched for 1.3.1 release on r749100
+Branched for 1.4 release on r??

Modified: myfaces/orchestra/trunk/core12/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core12/RELEASE-NOTES.txt?rev=890523&r1=890522&r2=890523&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core12/RELEASE-NOTES.txt (original)
+++ myfaces/orchestra/trunk/core12/RELEASE-NOTES.txt Mon Dec 14 22:50:29 2009
@@ -1,68 +1,59 @@
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-
-$Id: RELEASE-NOTES.txt 749034 2009-03-01 14:05:22Z skitching $
-
-
-= 1.3.1 =
-
-== Overview ==
-
-This release is a bugfix release only (and the fixed bugs are not particularly severe).
-Upgrading from 1.3 is necessary only if one of these specific bugfixes are required.
-
-One minor new feature is introduced : the ability to set the ConversationContext timeout.
-See the "New Features" section for details.
-
-== Backwards Compatibility ==
-
-This release is backwards-compatible with version 1.3.
-
-== Bugfixes
-
-* ORCHESTRA-30: viewcontroller framework does not call initView again when conversation containing ViewController bean is invalidated (ie ViewController bean is deleted). This patch doesn't actually make that happen, but it does make it possible for a backing bean to force the viewcontroller framework to do so (by forcing creation of a new ViewRoot instance).
-
-* ORCHESTRA-32: NullPointerException when deserializing an HttpSession containing a ConversationManager instance.
-
-* ORCHESTRA-34: NullPointerException on timeout of ConversationContext. The ConversationWiperThread does not run inside a request, and therefore had no FrameworkAdapter, but removeAndInvalidateConversationContext tries to check the conversationContext query param.
-
-* ORCHESTRA-35: In some containers (eg OC4J), ConversationManager is not removed from ConversationWiperThread on session timeout. Thanks to Steve Ronderos for the bugreport.
-
-* ORCHESTRA-36: Improve error message when dependency injection is misconfigured. Thanks to Kito Mann for the suggestion.
-
-== Known Issues
-
- * As far as we know, Orchestra still does not work with Portlets (ORCHESTRA-17, ORCHESTRA-22). At least,
-   problems have been reported against earlier versions and no-one has tested this release with Portlets.
-
-== Major Changes
-
-None.
-
-== New Features
-
-* Enhancement ORCHESTRA-33 allows the user to define a bean whose name is the fully-qualified name of the ConversationContextFactory class. An instance of this bean will then be created at startup, and its createConversationContext method used to create new ConversationContext instances configured in any desired way. To simply set the timeout, this bean can be configured as an instance of the default ConversationContextFactoryImpl class, and the timeout property set via normal property injection to any desired value.
-
-== History
-
-1.0 release based on r583187
-Branched for 1.1 release on r634925
-Branched for 1.2 release on r671173
-Branched for 1.3 release on r707462
-Branched for 1.3.1 release on r??
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
+$Id: RELEASE-NOTES.txt 749034 2009-03-01 14:05:22Z skitching $
+
+
+= 1.4 =
+
+== Overview ==
+
+This release add support for portlets and new modules for compile orchestra with jsf 1.2 and 2.0 implementations.
+
+Also, orchestra core15 was merged in orchestra core module, because JDK 1.4 has reached its End of Life.
+
+== Backwards Compatibility ==
+
+This release is backwards-compatible with version 1.3.1
+
+== Bugfixes
+
+    * [ORCHESTRA-15] - Orchestra in Portal Environment
+    * [ORCHESTRA-17] - RequestParameterFacesContextFactory only works with HttpServletResponse
+    * [ORCHESTRA-25] - Orchestra does not work within BEA WebLogic JSF portlet - FacesContextFactory related problem
+    * [ORCHESTRA-39] - Conversations are not cleaned up if session timeout is near conversation timeout
+
+== Known Issues
+
+== Major Changes
+
+    * [ORCHESTRA-45] - Support for JSF 2.0 (create core20 module)
+    * [ORCHESTRA-46] - Create orchestra core12 module
+    * [ORCHESTRA-47] - Merge orchestra core15 branch into core, since orchestra will be JDK 1.5 compatible
+
+== New Features
+
+== History
+
+1.0 release based on r583187
+Branched for 1.1 release on r634925
+Branched for 1.2 release on r671173
+Branched for 1.3 release on r707462
+Branched for 1.3.1 release on r749100
+Branched for 1.4 release on r??

Modified: myfaces/orchestra/trunk/core20/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core20/RELEASE-NOTES.txt?rev=890523&r1=890522&r2=890523&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core20/RELEASE-NOTES.txt (original)
+++ myfaces/orchestra/trunk/core20/RELEASE-NOTES.txt Mon Dec 14 22:50:29 2009
@@ -1,68 +1,59 @@
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-
-$Id: RELEASE-NOTES.txt 749034 2009-03-01 14:05:22Z skitching $
-
-
-= 1.3.1 =
-
-== Overview ==
-
-This release is a bugfix release only (and the fixed bugs are not particularly severe).
-Upgrading from 1.3 is necessary only if one of these specific bugfixes are required.
-
-One minor new feature is introduced : the ability to set the ConversationContext timeout.
-See the "New Features" section for details.
-
-== Backwards Compatibility ==
-
-This release is backwards-compatible with version 1.3.
-
-== Bugfixes
-
-* ORCHESTRA-30: viewcontroller framework does not call initView again when conversation containing ViewController bean is invalidated (ie ViewController bean is deleted). This patch doesn't actually make that happen, but it does make it possible for a backing bean to force the viewcontroller framework to do so (by forcing creation of a new ViewRoot instance).
-
-* ORCHESTRA-32: NullPointerException when deserializing an HttpSession containing a ConversationManager instance.
-
-* ORCHESTRA-34: NullPointerException on timeout of ConversationContext. The ConversationWiperThread does not run inside a request, and therefore had no FrameworkAdapter, but removeAndInvalidateConversationContext tries to check the conversationContext query param.
-
-* ORCHESTRA-35: In some containers (eg OC4J), ConversationManager is not removed from ConversationWiperThread on session timeout. Thanks to Steve Ronderos for the bugreport.
-
-* ORCHESTRA-36: Improve error message when dependency injection is misconfigured. Thanks to Kito Mann for the suggestion.
-
-== Known Issues
-
- * As far as we know, Orchestra still does not work with Portlets (ORCHESTRA-17, ORCHESTRA-22). At least,
-   problems have been reported against earlier versions and no-one has tested this release with Portlets.
-
-== Major Changes
-
-None.
-
-== New Features
-
-* Enhancement ORCHESTRA-33 allows the user to define a bean whose name is the fully-qualified name of the ConversationContextFactory class. An instance of this bean will then be created at startup, and its createConversationContext method used to create new ConversationContext instances configured in any desired way. To simply set the timeout, this bean can be configured as an instance of the default ConversationContextFactoryImpl class, and the timeout property set via normal property injection to any desired value.
-
-== History
-
-1.0 release based on r583187
-Branched for 1.1 release on r634925
-Branched for 1.2 release on r671173
-Branched for 1.3 release on r707462
-Branched for 1.3.1 release on r??
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+
+$Id: RELEASE-NOTES.txt 749034 2009-03-01 14:05:22Z skitching $
+
+
+= 1.4 =
+
+== Overview ==
+
+This release add support for portlets and new modules for compile orchestra with jsf 1.2 and 2.0 implementations.
+
+Also, orchestra core15 was merged in orchestra core module, because JDK 1.4 has reached its End of Life.
+
+== Backwards Compatibility ==
+
+This release is backwards-compatible with version 1.3.1
+
+== Bugfixes
+
+    * [ORCHESTRA-15] - Orchestra in Portal Environment
+    * [ORCHESTRA-17] - RequestParameterFacesContextFactory only works with HttpServletResponse
+    * [ORCHESTRA-25] - Orchestra does not work within BEA WebLogic JSF portlet - FacesContextFactory related problem
+    * [ORCHESTRA-39] - Conversations are not cleaned up if session timeout is near conversation timeout
+
+== Known Issues
+
+== Major Changes
+
+    * [ORCHESTRA-45] - Support for JSF 2.0 (create core20 module)
+    * [ORCHESTRA-46] - Create orchestra core12 module
+    * [ORCHESTRA-47] - Merge orchestra core15 branch into core, since orchestra will be JDK 1.5 compatible
+
+== New Features
+
+== History
+
+1.0 release based on r583187
+Branched for 1.1 release on r634925
+Branched for 1.2 release on r671173
+Branched for 1.3 release on r707462
+Branched for 1.3.1 release on r749100
+Branched for 1.4 release on r??