Author: hlship
Date: Wed Apr 29 17:07:55 2009
New Revision: 769832

URL: http://svn.apache.org/viewvc?rev=769832&view=rev
Log:
Release 5.1.0.5

Modified:
    tapestry/tapestry5/trunk/pom.xml
    tapestry/tapestry5/trunk/quickstart/pom.xml
    
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
    tapestry/tapestry5/trunk/src/site/apt/guide/persist.apt
    tapestry/tapestry5/trunk/src/site/xdoc/release-notes.xml
    tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
    tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
    tapestry/tapestry5/trunk/tapestry-core/pom.xml
    
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
    tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml
    tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
    tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
    tapestry/tapestry5/trunk/tapestry-spring/pom.xml
    tapestry/tapestry5/trunk/tapestry-test/pom.xml
    tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
    tapestry/tapestry5/trunk/tapestry-upload/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Wed Apr 29 17:07:55 2009
@@ -4,7 +4,7 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-project</artifactId>
     <packaging>pom</packaging>
-    <version>5.1.0.5-SNAPSHOT</version>
+    <version>5.1.0.5</version>
     <name>Tapestry 5 Project</name>
     <description>Master project for the modules of Tapestry 5.</description>
     <inceptionYear>2006</inceptionYear>

Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/pom.xml Wed Apr 29 17:07:55 2009
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
     <name>Tapestry 5 Quickstart Archetype</name>
     <inceptionYear>2007</inceptionYear>

Modified: 
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/pom.xml
 Wed Apr 29 17:07:55 2009
@@ -135,6 +135,6 @@
     </pluginRepositories>
 
     <properties>
-        <tapestry-release-version>5.1.0.5-SNAPSHOT</tapestry-release-version>
+        <tapestry-release-version>5.1.0.5</tapestry-release-version>
     </properties>
 </project>

Modified: tapestry/tapestry5/trunk/src/site/apt/guide/persist.apt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/persist.apt?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/persist.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/persist.apt Wed Apr 29 17:07:55 
2009
@@ -11,13 +11,14 @@
   
   However, you often want to store some persistent data on a <single> page, 
and have access
   to it in later requests.  Long term storage of data should go in a database 
of some form, but
-  server-side state for the duration of the as users interaction with the 
application should go in the HttpSession (though Tapestry
+  server-side state for the duration of the as user's interaction with the 
application should go
+  in the HttpSession (though Tapestry
   provides a few other options as well).
 
   <<Note:>> To store values that may be accessed across multiple pages, uses
   a {{{appstate.html}session state object}}.
   
-  Making a field persiste is accomplished with the 
+  Making a field persistent is accomplished with the 
   {{{../apidocs/org/apache/tapestry5/annotations/Persist.html}Persist 
annotation}}. Again, this does <not>
   refer to database persistence, it refers to session persistance.
   

Modified: tapestry/tapestry5/trunk/src/site/xdoc/release-notes.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/xdoc/release-notes.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/xdoc/release-notes.xml (original)
+++ tapestry/tapestry5/trunk/src/site/xdoc/release-notes.xml Wed Apr 29 
17:07:55 2009
@@ -25,6 +25,66 @@
         </p>
 
 
+        <h1>Release Notes - Tapestry 5 - Version 5.1.0.5</h1>
+
+        <h2>Bug
+        </h2>
+        <ul>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-604'>TAP5-604</a>] -
+                ValidationMessages_da.properties contains invalid format 
strings
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-664'>TAP5-664</a>] - Incorrect 
&quot;legacy&quot;
+                URI specified in the templates documentation
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-665'>TAP5-665</a>] - IE 6 on a 
tapestry SSL page
+                complains about non-secure items (caused by blackbird 
js-logging component)
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-666'>TAP5-666</a>] - Property 
expression can not
+                pass a boolean constant into a method
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-668'>TAP5-668</a>] - BeanModel 
documentation should
+                be more clear that a property must exist when using 
add(String).
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-670'>TAP5-670</a>] - 
ParallelExecutorTest can't be
+                compiled due to cast errors
+            </li>
+        </ul>
+
+        <h2>Improvement
+        </h2>
+        <ul>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-214'>TAP5-214</a>] - Document 
use of asset: and
+                context: to reference assets directly from a template file
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-506'>TAP5-506</a>] - Italian 
localization for
+                DateField component
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-531'>TAP5-531</a>] - Add 
cookbook documentation to
+                show how to use the delegate component for switch-like 
behaviour
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-579'>TAP5-579</a>] - Finnish 
internationalization
+                is missing some of the keys in 5.1
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-651'>TAP5-651</a>] - If 
component documentation:
+                identify the use of the p: namespace
+            </li>
+        </ul>
+
+        <h2>New Feature
+        </h2>
+        <ul>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-223'>TAP5-223</a>] - Allow 
properties files (on
+                classpath or in the context) to be used as SymbolProviders
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-580'>TAP5-580</a>] - Add get() 
method to TestBase
+                to allow read access to private fields of objects via 
reflection
+            </li>
+            <li>[<a 
href='https://issues.apache.org/jira/browse/TAP5-601'>TAP5-601</a>] - Add 
German translation for
+                client-side JavaScript messages
+            </li>
+        </ul>
+
+
         <h1>Release Notes - Tapestry 5 - Version 5.1.0.4</h1>
 
         <h2>Bug

Modified: tapestry/tapestry5/trunk/tapestry-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-annotations/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-annotations/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-annotations/pom.xml Wed Apr 29 17:07:55 
2009
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
     <name>Tapestry Annotations</name>
     <description>

Modified: tapestry/tapestry5/trunk/tapestry-component-report/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-component-report/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-component-report/pom.xml Wed Apr 29 
17:07:55 2009
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
 
     <inceptionYear>2007</inceptionYear>

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Wed Apr 29 17:07:55 2009
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
     <name>Tapestry Core Library</name>
     <description>

Modified: 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
 (original)
+++ 
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/TapestryModule.java
 Wed Apr 29 17:07:55 2009
@@ -97,8 +97,6 @@
 
     private final Response response;
 
-    private final ThreadLocale threadLocale;
-
     private final RequestGlobals requestGlobals;
 
     private final EnvironmentalShadowBuilder environmentalBuilder;
@@ -131,8 +129,6 @@
 
                           Response response,
 
-                          ThreadLocale threadLocale,
-
                           EnvironmentalShadowBuilder environmentalBuilder,
 
                           EndOfRequestEventHub endOfRequestEventHub)
@@ -147,7 +143,6 @@
         this.propertyAccess = propertyAccess;
         this.request = request;
         this.response = response;
-        this.threadLocale = threadLocale;
         this.environmentalBuilder = environmentalBuilder;
         this.endOfRequestEventHub = endOfRequestEventHub;
     }
@@ -502,7 +497,7 @@
         add(configuration, TransformConstants.AFTER_RENDER_SIGNATURE, 
AfterRender.class, true);
         add(configuration, TransformConstants.CLEANUP_RENDER_SIGNATURE, 
CleanupRender.class, true);
 
-        // Ideally, these should be ordered pretty late in the processInbound 
to make sure there are no
+        // Ideally, these should be ordered pretty late in the process to make 
sure there are no
         // side effects with other workers that do work inside the page 
lifecycle methods.
 
         add(configuration, PageLoaded.class, 
TransformConstants.CONTAINING_PAGE_DID_LOAD_SIGNATURE, "pageLoaded");

Modified: tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml Wed Apr 29 
17:07:55 2009
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml Wed Apr 29 17:07:55 2009
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 

Modified: tapestry/tapestry5/trunk/tapestry-ioc/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/pom.xml Wed Apr 29 17:07:55 2009
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
     <name>Tapestry Inversion of Control Container</name>
     <description>

Modified: tapestry/tapestry5/trunk/tapestry-spring/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-spring/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-spring/pom.xml Wed Apr 29 17:07:55 2009
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Wed Apr 29 17:07:55 2009
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/pom.xml Wed Apr 29 17:07:55 2009
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
 
     <dependencies>

Modified: tapestry/tapestry5/trunk/tapestry-upload/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-upload/pom.xml?rev=769832&r1=769831&r2=769832&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-upload/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-upload/pom.xml Wed Apr 29 17:07:55 2009
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-project</artifactId>
-        <version>5.1.0.5-SNAPSHOT</version>
+        <version>5.1.0.5</version>
     </parent>
     <inceptionYear>2007</inceptionYear>
 


Reply via email to