Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since 3.4.6, CXF offers an HTTP client transport that is based on Apache HttpComponents HttpClient 5 library, that supports synchronous, asynchronous and reactive programming models. Its Maven artifactId is cxf-rt-transports-http-hc5 and it serves as in-place replacement for cxf-rt-transports-http-hc (but the usage of those two transports together should be avoided).

Warning

At the moment,  cxf-rt-transports-http-hc5 transport does not support OSGi based deployments


Using the HTTP Components 4.x/5.x Transport from Java Code

...