You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: