Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Problem with org.apache.httpcomponents.httpclient bundle in Oxygen M5

We are having troubling building our plugin against Oxygen M5. The org.apache.httpcomponents.httpclient bundle in M5 build of root eclipse project is missing org.apache.http.entity.mime package.

 

In M5 root Eclipse project repo, the version is 4.5.2 (771KB) and is missing the mime package

In M5 Orbit repo, the latest version is 4.3.6 (845KB) and does contain the mime package

On Apache.org, the version 4.5.2 is 1226KB and does contain the mime package

 

So, I have the following questions:

 

1. Where did version 4.5.2 in root Eclipse project repo come from, as it’s not in Orbit M5 build?

2. Why is this version missing org.apache.http.entity.mime package?

3. Why are we shipping a different bundle then what’s produced by the original third-party project? Since we are using the same bundle symbolic name, it’s a rather problematic situation.

 

Thanks,

 

- Konstantin


Back to the top