Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] [orbit-dev] Heads Up: Incomplete HttpClient 4.5.6 bundle in Orbit for 2019-03M2

Yes, having only one version is preferable, but following https://bugs.eclipse.org/544139it looks like ECF does not have time to do this for 2019-03 but only 2019-06.  In that case we should stick to 4.5.5.

I suggest we continue the discussion in https://bugs.eclipse.org/544139.

Dani



From:        Carsten Reckord <reckord@xxxxxxxx>
To:        Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date:        12.02.2019 11:17
Subject:        Re: [cross-project-issues-dev] [orbit-dev] Heads Up: Incomplete HttpClient 4.5.6 bundle in Orbit for 2019-03M2
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




>> Since some projects raised concerns that they are unable to react to a
>> changed packaging I propose we fix this
>> by adding the missing 4.5.6 classes which were present in 4.5.5.
>>
>> Or we file new CQs for 4.5.7 which was released meanwhile in
>> January and directly update to this newer maintenance release.
>
> ^ Sounds as best option to me.

Please take into account that beyond the missing packages, I think we should also ensure that we agree on a single httpclient version for the release train.

In the past we've had hard to reproduce issues with faulty wiring and classloader problems when there were multiple versions present. This can happen when bundles expose  types from the library in their own signatures and this way clients get exposed to the same types from different versions through different classloaders. For MPC this was the case in the past due to Userstorage SDK exposing httpclient API without having uses-declarations in its manifest. That should be fixed with
https://git.eclipse.org/r/c/136312/, but I think other projects had similar issues.
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev





Back to the top