On Thu, 2015-02-12 at 12:10 +0100, Christopher BROWN wrote: > If it's possible to add the method even in 4.4.1 (it's a new method of 4.4, > IIRC), keeping the misspelt method as a "deprecated alias", then it would > avoid code using that class having to be rewritten when it eventually gets > fixed. I'm guessing that not a lot of code uses it yet, given that it's > recent, so it's pretty safe (with the deprecated alias -- the current > misspelt method -- being kept until 5.0 to avoid breaking any code that > might already use it). >
We are not supposed to introduce new methods in bug fix releases. Oleg > Thanks, > Christopher > > > On 12 February 2015 at 12:02, Oleg Kalnichevski <[email protected]> wrote: > > > On Thu, 2015-02-12 at 10:08 +0100, Christopher BROWN wrote: > > > Hello, > > > > > > It looks like there's an error in a method name in HTTP client 4.4: > > > > > http://hc.apache.org/httpcomponents-client-4.4.x/httpmime/apidocs/org/apache/http/entity/mime/MultipartEntityBuilder.html > > > > > > Shouldn't the method "seContentType" be "setContentType"? > > > > > > > Yes, it should, but it is too late now. Will have to wait until 5.0 (or > > 4.5 if we decide to cut an intermediate feature release off 4.4.x branch > > prior to 5.0). > > > > Oleg > > > > > > > > --------------------------------------------------------------------- > > 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]
