Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6498

Update JAX-RS 2.0 ClientImpl to support CXF features

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.6, 3.1.2
    • JAX-RS
    • None
    • Unknown

    Description

      A number of users would like to migrate to 2.0 Client API which does not have enough support for various features like logging, failover, etc, with some of them being difficult to re-implement in a completely portable way as JAX-RS 2.0 Feature, ex, failover. The short to medium term solution is to accept CXF features.
      Example:

      ClientBuilder builder = ClientBuilder.newBuilder();
      Client client = builder.build();
      client.register(new LoggingFeature());
      

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            sergey_beryozkin Sergey Beryozkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: