You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/05/18 08:09:52 UTC

[10/10] struts git commit: WW-4762 Adds additiona LocalizedTextProvider which uses only default bundles

WW-4762 Adds additiona LocalizedTextProvider which uses only default bundles


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/cb0f42ab
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/cb0f42ab
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/cb0f42ab

Branch: refs/heads/master
Commit: cb0f42abccc884b2243fd9b9aac6a63f109e1af4
Parents: 8b862f7 4604333
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu May 18 10:09:33 2017 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu May 18 10:09:33 2017 +0200

----------------------------------------------------------------------
 .../xwork2/DefaultTextProvider.java             |   8 +-
 .../config/impl/DefaultConfiguration.java       |   2 +-
 .../providers/XWorkConfigurationProvider.java   |   4 +-
 .../util/AbstractLocalizedTextProvider.java     | 576 ++++++++++++++
 .../util/DefaultLocalizedTextProvider.java      | 764 +------------------
 .../util/StrutsLocalizedTextProvider.java       | 422 ++++++++++
 .../apache/struts2/dispatcher/Dispatcher.java   |   1 -
 .../struts2/util/StrutsTestCaseHelper.java      |  11 -
 core/src/main/resources/struts-default.xml      |   4 +-
 .../util/DefaultLocalizedTextProviderTest.java  | 267 -------
 .../util/StrutsLocalizedTextProviderTest.java   | 267 +++++++
 .../PropertiesConfigurationProviderTest.java    |   1 -
 12 files changed, 1285 insertions(+), 1042 deletions(-)
----------------------------------------------------------------------