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


Regards,
Christoph

This Email was scanned by Sophos Anti Virus

Reply via email to