-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use commons-codec and commons-logging #4
Use commons-codec and commons-logging #4
Conversation
Thanks, Ed! |
@merks the version of org.apache.httpcomponents.httpclient we're pulling in conflicts by exporting the old bundle and won't build with this change https://ci.eclipse.org/webtools/view/webtools_CI/job/webtools-webservices_master/2704/:
|
I'm working on porting that class to use the v5 client, so that we're not the ones requiring v4 to stick around. We'll see how that goes. |
That sounds good. This bundle has a very restrictive version range dependency on the org.apache.commons.logging package:
That bundle provides these packages:
|
The wsi bundle was using the v4 http client bundle to validate headers, and I believe it'll now work against the v5 http core bundle. No orbit changes needed. |
eclipse-simrel/simrel.build#438