On Tue, Mar 5, 2013 at 7:20 PM, Jörg Schaible <[email protected]> wrote:
> Hi Felix, > > Felix Meschberger wrote: > > > Hi > > > > Sounds great. > > > > But please, keep in mind to take care of the package export version: > > Currently the API is exported at 1.2.1 being the same as the > > bundle/library version. If you update the library/bundle to 2.0, make > sure > > the API export is *not* updated to 2.0, otherwise consumers in OSGi > > environments will not be able to use (due to semantic versioning). > Thanks. > > sorry, I don't understand your comment at all. If we use 2.0, it will not > be > binary compatible and we intent on purpose that this version is not used as > automated replacement. > > - Jörg > If this is not intended for automated replacement, than why couldn't we replace silently the return type of getContentLength method from int to long?
