Re: [GitHub] struts pull request #123: WW-4756: Introduce TextFactoryProvider

2017-03-24 Thread Lukasz Lenart
PR got merged and I have added an example app how to use the factory https://github.com/apache/struts-examples/tree/master/text-provider 2017-03-17 8:19 GMT+01:00 Lukasz Lenart : > I think this is the last part of the Text Localisation puzzle :) This > PR introduces a

[GitHub] struts pull request #123: WW-4756: Introduce TextFactoryProvider

2017-03-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/struts/pull/123 --- 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

Re: [GitHub] struts pull request #123: WW-4756: Introduce TextFactoryProvider

2017-03-17 Thread Lukasz Lenart
I think this is the last part of the Text Localisation puzzle :) This PR introduces a dedicated interface - TextProviderFactory with a default implementation to allow create custom TextProviders but to avoid problems with multiple dependencies as it was reported by Christian. Regards -- Ɓukasz

[GitHub] struts pull request #123: WW-4756: Introduce TextFactoryProvider

2017-03-17 Thread lukaszlenart
GitHub user lukaszlenart opened a pull request: https://github.com/apache/struts/pull/123 WW-4756: Introduce TextFactoryProvider This PR introduces a dedicated interface `TextProviderFactory` with a default implementation to allow easier further customisations by users.