You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/05/29 02:27:17 UTC

[2/3] git commit: Add some observations from porting a 5.3 app to 5.4

Add some observations from porting a 5.3 app to 5.4


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2aa29aac
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2aa29aac
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2aa29aac

Branch: refs/heads/master
Commit: 2aa29aac225143f87d47c60de3aea6391335c51e
Parents: 03023be
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue May 28 17:26:07 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue May 28 17:26:07 2013 -0700

----------------------------------------------------------------------
 54_RELEASE_NOTES.txt |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2aa29aac/54_RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/54_RELEASE_NOTES.txt b/54_RELEASE_NOTES.txt
index bcee115..f05b58c 100644
--- a/54_RELEASE_NOTES.txt
+++ b/54_RELEASE_NOTES.txt
@@ -263,4 +263,8 @@ classes are typically not used directly by end-user code, this is not expected t
 ## tapestry-test and TapestryTestConstants
 
 Several constants defined in org.apache.tapestry5.test.TapestryTestConstants have moved to a new class,
-org.apache.tapestry5.test.TapestryRunnerConstants in the new tapestry-runner module.
\ No newline at end of file
+org.apache.tapestry5.test.TapestryRunnerConstants in the new tapestry-runner module.
+
+## AbstractValidator base class
+
+The constructor for AbstractValidator has changed to include an instance of JavaScriptSupport.