Done, test build for 2.5.4 is ready - I will send a separated announcement
2016-10-06 17:06 GMT+02:00 Louis Smith <[email protected]>: > One of my clients will take a LOT of "convincing" as they have 70 major > projects using Struts 2, and all use parameteraware. > > Louis > > Dr. Louis Smith, ThD > Chief Technology Officer, Kyra Solutions, Inc. > > On Thu, Oct 6, 2016 at 4:27 AM, Lukasz Lenart <[email protected]> > wrote: > >> 2016-10-06 10:20 GMT+02:00 Lukasz Lenart <[email protected]>: >> > 2016-10-06 10:17 GMT+02:00 Christoph Nenning < >> [email protected]>: >> >>> > For the HttpParameters ParameterAware change >> >>> > >> >>> > private Map<String, Object> params = Collections.emptyMap(); >> >>> > ... >> >>> > setParameters(HttpParameters parameters) { >> >>> > this.params = parameters.toMap(); >> >>> > } >> >>> > >> >>> > and use as before? (although it was a String, String[]). >> >>> >> >>> Hm... good point, maybe it makes sense revert it back to "String, >> >>> String[]" to avoid conflicts and add a new interface when you want to >> >>> use HttpParameters, wdyt? >> >>> >> >>> >> >> >> >> Yes, sounds like a good idea to have some kind of step-by-step migration >> >> for such a change. >> >> >> >> On the other side: we need to convince users to enable it and need some >> >> plan how and when to make it the default. >> > >> > Marking current interface as deprecated should be enough. In Struts >> > 2.6 we can drop it. >> >> If no objections I will drop the current test build and will introduce >> the above changes and then prepare a new test build >> >> >> Regards >> -- >> Ćukasz >> + 48 606 323 122 http://www.lenart.org.pl/ >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
