Hello, I've started working on a new conversion mechanism, but got a problem and I need your advice. Basically the DefaultTypeConverter is now Locale aware, but that changes a lot, please take a look on StreamResultTest which fails now, but I did that on purpose.
I don't know if it's a good approach, maybe I should do it in other way :/ The code is committed to new_conversion branch Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2011/10/17 <[email protected]>: > Author: lukaszlenart > Date: Mon Oct 17 13:03:44 2011 > New Revision: 1185147 > > URL: http://svn.apache.org/viewvc?rev=1185147&view=rev > Log: > Creates a new branch to refactor conversion mechanism > > Added: > struts/struts2/branches/new_conversion/ (props changed) > - copied from r1185146, struts/struts2/trunk/ > > Propchange: struts/struts2/branches/new_conversion/ > ------------------------------------------------------------------------------ > reviewboard:url = https://reviews.apache.org > > Propchange: struts/struts2/branches/new_conversion/ > ------------------------------------------------------------------------------ > --- svn:ignore (added) > +++ svn:ignore Mon Oct 17 13:03:44 2011 > @@ -0,0 +1,8 @@ > +.classpath > +.project > +.settings > +*.ipr > +*.iml > +*.iws > +target > +.idea > > Propchange: struts/struts2/branches/new_conversion/ > ------------------------------------------------------------------------------ > --- svn:mergeinfo (added) > +++ svn:mergeinfo Mon Oct 17 13:03:44 2011 > @@ -0,0 +1,2 @@ > +/struts/struts2/branches/STRUTS_2_2_1_1:1037870-1053416 > +/struts/struts2/tags/STRUTS_2_2_1:965062-1037869 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
