Skip to content
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

axis2-client uses an older HTTP Core version (4.3.0.wso2v1) #185

Open
nipunthathsara opened this issue Jul 18, 2019 · 0 comments
Open

axis2-client uses an older HTTP Core version (4.3.0.wso2v1) #185

nipunthathsara opened this issue Jul 18, 2019 · 0 comments

Comments

@nipunthathsara
Copy link
Contributor

WSO2 has forked HTTP Core 4.4.11 and maintains and Orbit for that.
https://github.com/wso2/orbit/blob/master/httpcore/4.4.11-wso2v1/pom.xml

We are using the HTTP Core as a dependency in the wso2 axis2-client.
https://github.com/wso2/wso2-axis2/blob/master/orbit/axis2-client/pom.xml#L251

But we are using an older version of HTTP Core not the 4.4.11 as in the above pom.
<dependency> <groupId>org.apache.httpcomponents.wso2</groupId> <artifactId>httpcore</artifactId> <version>4.3.0.wso2v1</version> </dependency>
As we already have forked HTTP Core 4.4.11 and maintains a pom, can we please release a new axis2-client using the HTTP Core 4.4.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant