This is a simple Web Service Client library to call wide variety of web service behind HTTP.
In theory it can support any interface or payload.
On the request side, to convert java object to HTTP request components (URL, headers, body),
templating is used which allows it to call XML, JSON, SOAP, REST or anyother custom interface.
On the response side, it uses pluggable parser and a mapper to only extract the fields that are
of interest for the client program. The parser currently ...
Version1.1.0compared with
Version Details
| 1.0.0 | 1.1.0 | |
|---|---|---|
| Release date | Nov 10, 2018 | Nov 02, 2019 |
| Licenses | MIT | None |
| Vulnerabilities | None | None |
Compile Changes (9)
| 1.0.0 | 1.1.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | com.fasterxml.jackson.core » jackson-annotations | 2.9.7 | - |
| - Removed | com.fasterxml.jackson.core » jackson-core | 2.9.7 | - |
| - Removed | com.fasterxml.jackson.core » jackson-databind | 2.9.7 | - |
| - Removed | commons-beanutils » commons-beanutils | 1.9.3 | - |
| - Removed | org.apache.httpcomponents » httpclient | 4.5.3 | - |
| - Removed | org.apache.httpcomponents » httpcore | 4.4.6 | - |
| - Removed | org.apache.velocity » velocity | 1.7 | - |
| - Removed | org.freemarker » freemarker | 2.3.27-incubating | - |
| - Removed | org.slf4j » slf4j-api | 1.7.25 | - |
Runtime Changes (4)
| 1.0.0 | 1.1.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | ch.qos.logback » logback-classic | 1.2.3 | - |
| - Removed | org.slf4j » jcl-over-slf4j | 1.7.25 | - |
| - Removed | org.slf4j » jul-to-slf4j | 1.7.25 | - |
| - Removed | org.slf4j » log4j-over-slf4j | 1.7.25 | - |
Test Changes (4)
| 1.0.0 | 1.1.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | com.github.tomakehurst » wiremock | 2.14.0 | - |
| - Removed | junit » junit | 4.12 | - |
| - Removed | org.springframework » spring-context | 4.3.14.RELEASE | - |
| - Removed | org.springframework » spring-context-support | 4.3.14.RELEASE | - |