Re: Injectable LocaleProvider replaces with LocaleProviderFactory

2017-03-17 Thread Aleksandr Mashchenko
> That would be awesome but it's hard if there are just few who test the > latest test build ;-) That being said, I'm going to extend a test > build period and instead of a week give a month for everyone to test > it, hope this allow reduce such problems. Month seems like a long leap from the wee

Re: Localized bean

2017-03-17 Thread Lukasz Lenart
Looks good, thanks :) 2017-03-17 12:05 GMT+01:00 Greg Huber : > Would this be enough information? > > https://issues.apache.org/jira/browse/WW-4762 > > Cheers Greg > > On 17 March 2017 at 07:16, Lukasz Lenart wrote: > >> 2017-03-15 9:50 GMT+01:00 Greg Huber : >> >>you can always implement your ow

Re: Localized bean

2017-03-17 Thread Greg Huber
Would this be enough information? https://issues.apache.org/jira/browse/WW-4762 Cheers Greg On 17 March 2017 at 07:16, Lukasz Lenart wrote: > 2017-03-15 9:50 GMT+01:00 Greg Huber : > >>you can always implement your own > >>LocalizedTextProvider and search in default bundles first and then > >>

Build failed in Jenkins: Struts-examples-JDK8-master #45

2017-03-17 Thread Apache Jenkins Server
See Changes: [Lukasz Lenart] Uses the latest snapshot version -- [...truncated 1.47 KB...] Checking out Revision ffa54f379ecda57d1304c9276e8e2699bc3e3eb4 (refs/r

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 +

Re: Localized bean

2017-03-17 Thread Lukasz Lenart
2017-03-15 9:50 GMT+01:00 Greg Huber : >>you can always implement your own >>LocalizedTextProvider and search in default bundles first and then >>fallback to searching class hierarchy. > > There seems alot going on in DefaultLocalizedTextProvider so I would rather > stay with the default and do the

[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. Imp