You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/11/30 04:40:21 UTC

svn commit: r349871 - /struts/shale/trunk/docs/release-notes-1.0.0.html

Author: craigmcc
Date: Tue Nov 29 19:40:19 2005
New Revision: 349871

URL: http://svn.apache.org/viewcvs?rev=349871&view=rev
Log:
Take note of an outstanding serializability issue (37707), plus clean up
some cosmetic details.

Modified:
    struts/shale/trunk/docs/release-notes-1.0.0.html

Modified: struts/shale/trunk/docs/release-notes-1.0.0.html
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/docs/release-notes-1.0.0.html?rev=349871&r1=349870&r2=349871&view=diff
==============================================================================
--- struts/shale/trunk/docs/release-notes-1.0.0.html (original)
+++ struts/shale/trunk/docs/release-notes-1.0.0.html Tue Nov 29 19:40:19 2005
@@ -106,11 +106,11 @@
     due to using frames or multiple windoes), and dealing with back buttons.
     These issues will be addressed in a subsequent release.</p>
 
-    <p><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35839">35839</a>]
+    <p>[<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=35839">35839</a>]
     Additional improvements to the HTML parser will be addressed in a
     subsequent release.</p>
 
-    <p><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37024">37024</a>]
+    <p>[<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37024">37024</a>]
     The Shale contribution to addressing this issue is to ensure that
     <code>META-INF/clay-config.xml</code> resources from JAR files loaded as
     part of the application are automatically loaded.  This will be addressed
@@ -118,25 +118,34 @@
     component library such as Tomahawk, however, should be provided by the
     component library itself rather than by Shale.</p>
 
-    <p><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37120">37120</a>]
+    <p>[<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37120">37120</a>]
     IFrames are a specific use case related to multiple simultaneous dialogs,
     so this issue will be addressed at the same time as 35066.</p>
 
-    <p><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37361">37361</a>]
+    <p>[<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37361">37361</a>]
     There is a bug in the MyFaces implementation of validation that causes the
     Use Cases example app to fail, where it works with the RI.  The corresponding
     MyFaces issue is <a href="http://issues.apache.org/jira/browse/MYFACES-829">
-    here</a>.  Leaving this bug open (with state <code>REMIND</code> as a
+    here</a>.  Leaving this bug open (with state <code>REMIND</code>) as a
     reminder to flag this issue in Shale release notes until it is resolved
     in a subsequent MyFaces release.</p>
 
-    <p><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37615">37615</a>]
+    <p>[<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37615">37615</a>]
     RFE for using XML namespaces in Clay attributes, to be considered in a
     subsequent release.</p>
 
-    <p><a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37643">37643</a>]
+    <p>[<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37643">37643</a>]
     RFE to add documentation (on the web site) for the Tiles and Remoting
     features, to be addressed in a subsequent release.</p>
+
+    <p>[<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37707">37707</a>]
+    Several classes that need to be serializable (because they could be stored
+    in session scope) are not currently.  In addition, two classes inherit an
+    <code>implements Serializable</code> declaration from their superclass, but
+    are not themselves able to be serialized.  This does not cause a problem
+    using the classes in Shale, because such instances are never stored into
+    session scope, but will be flagged by code audits that check for this
+    scenario.</p>
 
   </body>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r349871 - /struts/shale/trunk/docs/release-notes-1.0.0.html

Posted by Rahul Akolkar <ra...@gmail.com>.
On 11/29/05, craigmcc@apache.org <cr...@apache.org> wrote:
> Author: craigmcc
> Date: Tue Nov 29 19:40:19 2005
> New Revision: 349871
>
> URL: http://svn.apache.org/viewcvs?rev=349871&view=rev
> Log:
> Take note of an outstanding serializability issue (37707), plus clean up
> some cosmetic details.
>
> Modified:
>    struts/shale/trunk/docs/release-notes-1.0.0.html
>
<snip/>

Would you like to note 37571 [1] in the release notes as well? I
resolved it to LATER as soon as I opened it, but IMO, it will help to
"educate" Shale 1.0.0 users about it.

-Rahul

[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=37571

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org