[seam-commits] Seam SVN: r13957 - in branches/community/Seam_2_2: build and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Dec 16 10:45:37 EST 2010


Author: manaRH
Date: 2010-12-16 10:45:36 -0500 (Thu, 16 Dec 2010)
New Revision: 13957

Modified:
   branches/community/Seam_2_2/build/default.build.properties
   branches/community/Seam_2_2/changelog.txt
   branches/community/Seam_2_2/readme.txt
Log:
updating 2.2.1.CR3 release version information and change log

Modified: branches/community/Seam_2_2/build/default.build.properties
===================================================================
--- branches/community/Seam_2_2/build/default.build.properties	2010-12-16 15:31:49 UTC (rev 13956)
+++ branches/community/Seam_2_2/build/default.build.properties	2010-12-16 15:45:36 UTC (rev 13957)
@@ -8,7 +8,7 @@
 major.version 2
 minor.version .2
 patchlevel .1
-qualifier -SNAPSHOT
+qualifier .CR3
 #
 # Other program locations
 # -----------------------

Modified: branches/community/Seam_2_2/changelog.txt
===================================================================
--- branches/community/Seam_2_2/changelog.txt	2010-12-16 15:31:49 UTC (rev 13956)
+++ branches/community/Seam_2_2/changelog.txt	2010-12-16 15:45:36 UTC (rev 13957)
@@ -1,6 +1,61 @@
 JBoss Seam Changelog
 ====================
 
+Release Notes - Seam - Version 2.2.1.CR3
+
+** Bug
+    * [JBSEAM-3251] - ValidateAllRendererBase not robust enough for dynamic components
+    * [JBSEAM-3706] - JEE5 Booking Example fails on Glassfish
+    * [JBSEAM-3770] - MockHttpServletRequest.getHeaders(String) breaks for nonexistent headers
+    * [JBSEAM-4254] - Postback is incorectly determined in integration tests for NonFacesRequest and JSF 1.2
+    * [JBSEAM-4284] - Wrong pageflow name in case of nested conversation
+    * [JBSEAM-4470] - execute seam add-ivy , the seam version is 2.1.2 in the ivy config file
+    * [JBSEAM-4535] - JEE5/Booking example won't deploy to JBoss 6.0.0
+    * [JBSEAM-4536] - Icefaces example not working on JBoss 6.0.0.M1, M2, M3
+    * [JBSEAM-4560] - Dvdstore example fails to deploy to JBoss AS 4.2.3
+    * [JBSEAM-4565] - Spring example unable to deploy to JBoss AS 6
+    * [JBSEAM-4569] - Blog example fails to deploy to JBoss AS 4.2.3
+    * [JBSEAM-4571] - Hibernate example fails to deploy to JBoss AS 4.2.3
+    * [JBSEAM-4572] - NameNotFoundException thrown at runtime in groovybooking example
+    * [JBSEAM-4573] - Infinite loop in Spring example on JBoss AS 4.2.3
+    * [JBSEAM-4649] - HibernatePersistenceProvider proxies already proxied instances leading to exceptions in Hibernate Search
+    * [JBSEAM-4680] - JpaIdentityStore.listMembers raises NullPointerException when roleGroupsProperty is empty
+    * [JBSEAM-4681] - Wicket example fails to deploy to JBoss 6.0.0 M4
+    * [JBSEAM-4682] - JPA example fails to deploy to JBoss 6.0.0 M4
+    * [JBSEAM-4686] - Typo in Seam refguide
+    * [JBSEAM-4690] - Stop UIFileUpload from doing anything if the component wasn't rendered
+    * [JBSEAM-4691] - OpenId example doesn't work with JBossAS 6.0.0 out of the box
+    * [JBSEAM-4697] - SubscriptionRegistry.subscribe can cause thread to freeze
+    * [JBSEAM-4698] - Hibernate search does not work in JBAS 6
+    * [JBSEAM-4700] - Hibernate Search 3.2 onwards is not properly detected by Seam 2
+    * [JBSEAM-4712] - The NetBeans project config does not include Seam UI jar 
+    * [JBSEAM-4713] - EntityConverter should allow empty String
+    * [JBSEAM-4714] - Need AS-6 compatibility
+    * [JBSEAM-4719] - Hibernate Search check broken in latest version of Hibernate Search
+    * [JBSEAM-4721] - Typo in the documentation in the name of a file in section 40.3.2 about WebSphere config
+    * [JBSEAM-4724] - JSF2 API breaks Seam org.jboss.seam.jsf.DelegatingFacesContext.getAttributes() method
+    * [JBSEAM-4726] - Seam example metawidget-dvdstore doesn't work on JBoss AS 6
+    * [JBSEAM-4730] - metawidget-dvdstore example broken on JBoss AS 6 CR1
+    * [JBSEAM-4738] - Documentation for installing embedded JBoss (Wrong link to embedded jboss 
+
+** Feature Request
+    * [JBSEAM-3421] - Update support for Wicket to 1.4
+    * [JBSEAM-4650] - Wicket 1.4 Support
+    * [JBSEAM-4699] - Add one more "lifecycle" method to AbstractSeamTest.Request
+    * [JBSEAM-4709] - Create a functional test for resource download link in UI example
+    * [JBSEAM-4740] - LdapIdentityStore and Security Authentication
+
+** Task
+    * [JBSEAM-2849] - Initialization warning about PojoCache could be changed/removed
+    * [JBSEAM-3490] - Seam refdoc not buildable from built distribution
+    * [JBSEAM-4576] - Upgrade Javassist to new version - current version has memory leaks
+    * [JBSEAM-4692] - Update/Enable releasing Seam maven artifacts into Nexus staging repository
+    * [JBSEAM-4696] - Upgrade Richfaces from 3.3.3.CR1 to final release
+    * [JBSEAM-4715] - Document how to create a JAX-RS enabled Seam application using seam-gen
+    * [JBSEAM-4734] - Create a separate functional testsuite for JBoss AS 6
+
+
+
 Release Notes - Seam - Version 2.2.1.CR2
 
 ** Bug

Modified: branches/community/Seam_2_2/readme.txt
===================================================================
--- branches/community/Seam_2_2/readme.txt	2010-12-16 15:31:49 UTC (rev 13956)
+++ branches/community/Seam_2_2/readme.txt	2010-12-16 15:45:36 UTC (rev 13957)
@@ -1,7 +1,7 @@
 
 JBoss Seam - Contextual Component framework for Java EE 5
 =========================================================
-version 2.2.1.CR2, July 2010
+version 2.2.1.CR3, December 2010
 
 This software is distributed under the terms of the FSF Lesser Gnu
 Public License (see lgpl.txt). 



More information about the seam-commits mailing list