>> Is there anybody that can suggest how to handle that situation?
>
> Create new methods which return long rather than int; deprecate the old 
> methods.
>
> e.g.
>
> @Deprecated
> public int getContentLength() { ... }
>
> /**
> * @since x.x
> */
>
> public long getLongContentLength() { ... }
> or
> public long getContentLengthLong() { ... }
> or
> public long longContentLength() { ... }

that should be enough to bump to 1.3.0 since there are APIs addition -
do you agree?

-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to