This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git.
from 50e61c0 Adds Maven wrapper new b5dace5 Upgrades to Struts 2.5.17 new 512985d Cleans up poms new 59674d7 Adds an example how to use your own LocalizedTextProvider The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: pom.xml | 2 +- rest-angular/pom.xml | 7 +++++ shiro-basic/pom.xml | 13 +-------- .../struts_example/MyLocalizedTextProvider.java | 32 ++++++++++++++++++++++ text-provider/src/main/resources/struts.xml | 4 +++ .../src/main/webapp/WEB-INF/content/success.jsp | 4 +++ .../src/main/webapp/resources/global.properties | 1 + type-conversion/pom.xml | 6 ---- 8 files changed, 50 insertions(+), 19 deletions(-) create mode 100644 text-provider/src/main/java/org/apache/struts_example/MyLocalizedTextProvider.java create mode 100644 text-provider/src/main/webapp/resources/global.properties