Build failed in Jenkins: Struts-JDK9-master #83

2017-03-13 Thread Apache Jenkins Server
See Changes: [Lukasz Lenart] Makes factory fully injectable [Lukasz Lenart] Uses the new injectable factory to obtain TextProvider [Lukasz Lenart] Adjust usage of the factory [Lukasz Lenart] Drops empty line

[GitHub] struts pull request #120: WW-4753: Injectable context

2017-03-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/struts/pull/120 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

Jenkins build is back to stable : Struts-JDK7-pull-request #237

2017-03-13 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Jenkins build became unstable: Struts-JDK7-pull-request #236

2017-03-13 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

[GitHub] struts pull request #121: WW-4714: Localized bean

2017-03-13 Thread lukaszlenart
GitHub user lukaszlenart opened a pull request: https://github.com/apache/struts/pull/121 WW-4714: Localized bean This PR converts existing static util class `LocalizedTextUtil` into an injectable bean, which will allow to have multiple implementations. Depends on #120