[seam-commits] Seam SVN: r11264 - branches/community/Seam_2_2.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jul 8 14:16:09 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-07-08 14:16:09 -0400 (Wed, 08 Jul 2009)
New Revision: 11264

Modified:
   branches/community/Seam_2_2/changelog.txt
   branches/community/Seam_2_2/readme.txt
Log:
for release

Modified: branches/community/Seam_2_2/changelog.txt
===================================================================
--- branches/community/Seam_2_2/changelog.txt	2009-07-08 17:59:56 UTC (rev 11263)
+++ branches/community/Seam_2_2/changelog.txt	2009-07-08 18:16:09 UTC (rev 11264)
@@ -1,7 +1,40 @@
 JBoss Seam Changelog
 ====================
 
+Release Notes - Seam - Version 2.2.0.GA
 
+** Bug
+    * [JBSEAM-2255] - Undeploying multiple wars inside an ear causes IllegalStateException.
+    * [JBSEAM-2579] - Messages.properties do not work as expected with multiple WARs inside multiple Seam EARs
+    * [JBSEAM-2797] - There should be one ResourceLoader per module inside an EAR
+    * [JBSEAM-4019] - Problem with SeamResourceBundle
+    * [JBSEAM-4121] - pages.xml not hot deploying in 2.1.1 GA
+    * [JBSEAM-4252] - Messages can be double-interpolated
+    * [JBSEAM-4256] - Title of section 16.3 disappeared in the doc (internationalizing/labels), and section 16.4, 16.5 and 16.6 should be under section  16.3
+    * [JBSEAM-4257] - Blog.testSearch unit test doesn't work after hibernate upgrade
+    * [JBSEAM-4271] - Update jboss-seam-2.x directory reference
+    * [JBSEAM-4272] - Project specific EL code completion doesn't work
+    * [JBSEAM-4274] - hibernate-core.jar missing in Seam examples deployed to Tomcat6
+    * [JBSEAM-4275] - Hibernate Search-enabled examples fail to deploy to jboss-embedded
+    * [JBSEAM-4276] - A JBDS generated WAR project with reverse-engineered entities doesn't work
+    * [JBSEAM-4278] - @Create methods on @Startup components are called without a transaction
+    * [JBSEAM-4289] - DBUnitSeamTest can't be executed in the same suite as SeamTest
+
+** Feature Request
+    * [JBSEAM-3119] - Multiple WAR in EAR verification, example, and document
+    * [JBSEAM-4219] - Allow use of RuleFlow in Seam RuleBase
+    * [JBSEAM-4241] - Add ability to retract facts from workingmemory in pageflow
+
+** Patch
+    * [JBSEAM-4245] - Disinjection in Seam-Guice
+
+** Task
+    * [JBSEAM-4068] - Use JBoss 5 as default target. Deprecate 4.2.x
+    * [JBSEAM-4195] - Merge enhanced servlet mocks into core
+    * [JBSEAM-4221] - Document SeamTextParser.Sanitizer
+    * [JBSEAM-4291] - Upgrade TestNG
+
+
 Release Notes - Seam - Version 2.2.0.CR1
 
 ** Bug

Modified: branches/community/Seam_2_2/readme.txt
===================================================================
--- branches/community/Seam_2_2/readme.txt	2009-07-08 17:59:56 UTC (rev 11263)
+++ branches/community/Seam_2_2/readme.txt	2009-07-08 18:16:09 UTC (rev 11264)
@@ -1,7 +1,7 @@
 
 JBoss Seam - Contextual Component framework for Java EE 5
 =========================================================
-version 2.2.0.CR1, June 2009
+version 2.2.0.GA, June 2009
 
 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