[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Wed Dec 13 05:10:43 EST 2006


  User: gavin   
  Date: 06/12/13 05:10:43

  Modified:    jboss-seam    build.xml readme.txt changelog.txt
  Log:
  GA
  
  Revision  Changes    Path
  1.121     +1 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -b -r1.120 -r1.121
  --- build.xml	13 Dec 2006 02:58:57 -0000	1.120
  +++ build.xml	13 Dec 2006 10:10:43 -0000	1.121
  @@ -14,7 +14,7 @@
       <property name="Name"                 value="JBoss Seam"/>
       <property name="name"                 value="jboss-seam"/>
       <property name="version"              value="1.1"/>
  -    <property name="patchlevel"           value="0.CR2"/>
  +    <property name="patchlevel"           value="0.GA"/>
   
       <!-- set global properties for this build -->
       <property name="build.dir"            value="build"/>
  
  
  
  1.26      +1 -1      jboss-seam/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/readme.txt,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- readme.txt	27 Nov 2006 03:49:08 -0000	1.25
  +++ readme.txt	13 Dec 2006 10:10:43 -0000	1.26
  @@ -1,6 +1,6 @@
   JBoss Seam - Contextual Component framework for Java EE 5
   =========================================================
  -version 1.1.0.CR2, November 2006
  +version 1.1.0.GA, December 2006
   
   This software is distributed under the terms of the FSF Lesser Gnu
   Public License (see lgpl.txt).
  
  
  
  1.32      +31 -0     jboss-seam/changelog.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: changelog.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/changelog.txt,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- changelog.txt	30 Nov 2006 14:01:43 -0000	1.31
  +++ changelog.txt	13 Dec 2006 10:10:43 -0000	1.32
  @@ -1,5 +1,36 @@
   JBoss Seam Changelog
   ====================
  +Changes in version 1.1.0.GA (November 2006)
  +-------------------------------------------
  +** Bug
  +    * [JBSEAM-544] - PropertyNotFoundException from Namespace in test harness
  +    * [JBSEAM-547] - s:button generates multiple onclick attributes
  +    * [JBSEAM-551] - Session scoped SFSB's cannot be destroyed at HTTP session timeout
  +    * [JBSEAM-554] - seam-gen create screens
  +    * [JBSEAM-565] - NPE from @RequestParameter / @Destroy method
  +    * [JBSEAM-573] - Seam-managed persistence contexts and entities in the session
  +    * [JBSEAM-576] - NPE in EntityQuery - getPreviousFirstResult()
  +    * [JBSEAM-582] - Remoting examples are missing files.
  +
  +
  +** Feature Request
  +    * [JBSEAM-512] - Deployable WebLogic example
  +    * [JBSEAM-531] - Add debug project ant task (ide action) in the seam-gen generated project in Netbeans
  +    * [JBSEAM-549] - Throw meaningful exception if user tries to redirect during render phase.
  +    * [JBSEAM-550] - ProcessInstance lists
  +    * [JBSEAM-552] - use new compnents.xml format in seam-gen
  +    * [JBSEAM-553] - auto-add jdbc driver to eclipse classpath in seam-gen
  +    * [JBSEAM-555] - Support more attribute types in seam-gen templates
  +    * [JBSEAM-556] - <s:selectDate for="dateTextField">
  +    * [JBSEAM-557] - Use textarea for long text fields in seam-gen templates
  +    * [JBSEAM-558] - use required=true on not-null attributes in seam-gen templates
  +    * [JBSEAM-561] - Use precision and scale in f:convertNumber in seam-gen template
  +    * [JBSEAM-563] - Allow seam.properties to optionally be packaged in mete-inf directory.
  +    * [JBSEAM-574] - s:convertEnum
  +    * [JBSEAM-577] - Support page parameters with no value binding
  +    * [JBSEAM-584] - better navigation via "Done" button in seam-gen app
  +    * [JBSEAM-585] - use .page.xml files instead of @RequestParameter in seam-gen app 
  +
   Changes in version 1.1.0.CR2 (November 2006)
   --------------------------------------------
   ** Bug
  
  
  



More information about the jboss-cvs-commits mailing list