You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by th...@apache.org on 2015/06/19 04:51:38 UTC

[3/5] tapestry-5 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tapestry-5

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tapestry-5


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

Branch: refs/heads/master
Commit: 8c8a13a1b562844a0c29eb145d00b26050b5f632
Parents: 76e69ad 94cd5b5
Author: Thiago H. de Paula Figueiredo <th...@apache.org>
Authored: Wed Jun 3 22:17:54 2015 -0300
Committer: Thiago H. de Paula Figueiredo <th...@apache.org>
Committed: Wed Jun 3 22:17:54 2015 -0300

----------------------------------------------------------------------
 beanmodel/build.gradle                          |  58 +---------
 .../internal/plastic/MethodAdviceManager.java   |  23 ++--
 .../internal/plastic/PlasticClassPool.java      | 105 +++++++++++++------
 .../tapestry5/plastic/MethodAdviceTests.groovy  |  44 ++++++++
 .../java/testsubjects/DeclaredExceptions.java   |  21 ++++
 tapestry-core/build.gradle                      |   1 -
 .../modules/t5/core/confirm-click.coffee        |   5 +-
 .../modules/t5/core/exception-frame.coffee      |  79 +++++++-------
 .../modules/t5/core/form-fragment.coffee        |  43 +++++---
 .../apache/tapestry5/ContextAwareException.java |  10 +-
 .../tapestry5/ExceptionHandlerAssistant.java    |  26 ++++-
 .../corelib/components/FormFragment.java        |  18 ++--
 .../tapestry5/corelib/mixins/Confirm.java       |  18 +++-
 .../internal/services/AssetSourceImpl.java      |  59 +++++++----
 .../DefaultRequestExceptionHandler.java         |   2 +-
 .../internal/services/SaxTemplateParser.java    |   2 +
 .../services/RequestExceptionHandler.java       |  11 +-
 .../org/apache/tapestry5/core.properties        |   4 +-
 .../services/TemplateParserImplTest.java        |  22 ++++
 .../tapestry5/internal/services/TAP5-2109.tml   |   7 ++
 .../webresources/GoogleClosureMinimizer.java    |  11 +-
 .../webresources/WebResourcesSymbols.java       |   9 ++
 .../modules/WebResourcesModule.java             |   2 +
 23 files changed, 383 insertions(+), 197 deletions(-)
----------------------------------------------------------------------