> On Jul 29, 2015, at 5:08 PM, Mike Kienenberger <mkien...@gmail.com> wrote: > > On Wed, Jul 29, 2015 at 7:04 AM, Andrus Adamchik <and...@objectstyle.org> > wrote: >> (taking to dev) >> >> Seems kind of pointless API to me. > > It would at least be a redundant API if there's a standardized way of > fetching the Implementation-Version field, which there is.
Mike, thanks for better explanation of what I was trying to say :) I actually check various third-party lib versions quite a lot in my own code, and it is important to be able to do it in a standardized way (by reading Maven properties of MANIFEST.MF). Andrus