Re: svn commit: r1174941 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/corelib/pages/ main/java/org/apache/tapestry5/internal/services/ main/java/org/apache/tapestry

2012-01-19 Thread Ulrich Stärk
I'm only experiencing this now, otherwise I would have spoken up earlier. This is a backwards-incompatible change of a public API. Although the fix is trivial it needs to be documented. We (Tapestry devs) probably didn't encounter it earlier because we rely on EnumValueEncoderFactory internally,

Re: Ready for 5.3.2?

2012-01-19 Thread Massimo Lusetti
On Wed, Jan 18, 2012 at 8:27 PM, Luca Menegus wrote: > I found it today, tomorrow I will check all the Italian localization and > provide a patch (hope I'm not late). I'll check this. Cheers -- Massimo http://meridio.blogspot.com --

Re: Ready for 5.3.2?

2012-01-19 Thread Luca Menegus
My suggestions (I've also rephrased other messages to make them more fluent): Index: tapestry-core/src/main/resources/org/apache/tapestry5/internal/ValidationMessages_it.properties === --- tapestry-core/src/main/resources/org/apache

Re: svn commit: r1174941 - in /tapestry/tapestry5/trunk/tapestry-core/src: main/java/org/apache/tapestry5/corelib/pages/ main/java/org/apache/tapestry5/internal/services/ main/java/org/apache/tapestry

2012-01-19 Thread Howard Lewis Ship
Well, perhaps the right approach would have been to deprecate the existing class and introduce a EnumValueEncoder2 that uses the TypeCoercer. On Thu, Jan 19, 2012 at 6:51 AM, Ulrich Stärk wrote: > I'm only experiencing this now, otherwise I would have spoken up earlier. > > This is a backwards-in