Re: Calling empty Locale

2017-06-27 Thread i...@flyingfischer.ch
> Right... switching to LocaleUtils from commons wasn't that easy as I > thought ;-) Can you register a ticket in JIRA and I will fix that :) > > > Regards Thanks Łukasz, for your ongoing great work! :-) Markus - To unsubscribe

Re: Drop JDK6 support in Struts 2.3.x

2017-06-27 Thread Yasser Zamani
I see that support 2.3.x could be compiled and pass tests by jdk7. I can check jdk8 too when my pc was available but I think it could too. So we can keep it as is but use jdk7/8 for build, right? Lukasz Lenart نوشت: >Looks like Jenkins is going to support JDK8 very soon ... > >2017-06-26 12:36

Re: Drop JDK6 support in Struts 2.3.x

2017-06-27 Thread Yasser Zamani
I see that support 2.3.x could be compiled and pass tests by jdk7. I can check jdk8 too when my pc was available but I think it could too. So we can keep it as is but use jdk7/8 for build, right? Lukasz Lenart نوشت: >Looks like Jenkins is going to support JDK8 very soon ... > >2017-06-26 12:36

Re: Drop JDK6 support in Struts 2.3.x

2017-06-27 Thread Lukasz Lenart
Looks like Jenkins is going to support JDK8 very soon ... 2017-06-26 12:36 GMT+02:00 Yasser Zamani : > I have same opinion. If it's easy to continue 2.3 support just by dropping > JDK6 support, then it's a more softer decision. > > Christoph Nenning نوشت: > >>> Hi, >>> >>> We still target Struts

Re: Struts 2.5.11 test build is ready

2017-06-27 Thread Lukasz Lenart
2017-06-27 10:25 GMT+02:00 i...@flyingfischer.ch : > provider.findText() seems to need in any case three arguments. > > provider.findDefaultText(key, locale) works perfectly without bundle. Ach... you are right, this is what "global-only" implementation does, it only uses "findDefaultText" methods

Re: Calling empty Locale

2017-06-27 Thread Lukasz Lenart
2017-06-27 10:16 GMT+02:00 i...@flyingfischer.ch : > Sorry for all these mails. One thing more that seems to have changed: No problem, this is what I have been expecting when published a test build - test and send as many emails as you can :) > <2.5.11 calling empty locale "?request_local=" will

Fwd: [JENKINS] [IMPORTANT] - Jenkins Migration and Upgrade (And JDK7 deprecation)

2017-06-27 Thread Lukasz Lenart
This can affect our builds :\ It's about a time to think on switching to JDK8 -- Forwarded message -- From: Gavin McDonald Date: 2017-06-27 9:03 GMT+02:00 Subject: [JENKINS] [IMPORTANT] - Jenkins Migration and Upgrade (And JDK7 deprecation) To: bui...@apache.org DW: ASF Operati

Re: Struts 2.5.11 test build is ready

2017-06-27 Thread i...@flyingfischer.ch
Am 27.06.2017 um 10:05 schrieb Lukasz Lenart: > 2017-06-27 8:59 GMT+02:00 i...@flyingfischer.ch : >> For the time being, it really can't be shorter than this?: >> >> final LocaleProviderFactory factory = >> ActionContext.getContext().getInstance(LocaleProviderFactory.class); >> fina

Calling empty Locale

2017-06-27 Thread i...@flyingfischer.ch
Sorry for all these mails. One thing more that seems to have changed: <2.5.11 calling empty locale "?request_local=" will result in locale en, if I am not mistaken. 2.5.11 calling empty locale "?request_local=" will result in locale object (not null) with property languageTag null Both versions

Re: Struts 2.5.11 test build is ready

2017-06-27 Thread Lukasz Lenart
2017-06-27 8:59 GMT+02:00 i...@flyingfischer.ch : > For the time being, it really can't be shorter than this?: > > final LocaleProviderFactory factory = > ActionContext.getContext().getInstance(LocaleProviderFactory.class); > final Locale locale = factory.createLocaleProvider().getL