Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] is it possible to override version requirements?



On Sun, Jan 31, 2021 at 10:01 AM Christoph Läubrich <laeubi@xxxxxxxxxxxxxx> wrote:
(@Mickael please don't read any further here ;-))

You definitely know how to catch my attention! ;)

Prepare a patched bundle and use the *same version* in the manifest
(just with a different qualifier e.g.
org.apache.httpcomponents.httpclient4.5.10.patched-4_5_12, and proceed
as described above.
That way you don't even need to rebuild the whole package and as long as
there is no binary incompatibility your all set.

I don't think it would work, the feature does require a specific fully qualified version. 4.5.10.patched-4_5_12 won't be able to match the feature requirement.

Back to the top