Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-19190

Update the jaxrs subsystem resource descriptions to be more useful

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • None
    • None
    • Management, REST
    • None

    Description

      The jaxrs subsystem attributes have model descriptions that are not that informative. Most of the descriptions look something like:

      "jaxrs-2-0-request-matching" => {
          "type" => BOOLEAN,
          "description" => "jaxrs.2.0.request.matching configuration parameter",
          "attribute-group" => "resteasy",
          "expressions-allowed" => true,
          "required" => false,
          "nillable" => true,
          "default" => false,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "no-services"
      },
      "resteasy-add-charset" => {
          "type" => BOOLEAN,
          "description" => "resteasy.add.charset configuration parameter",
          "attribute-group" => "resteasy",
          "expressions-allowed" => true,
          "required" => false,
          "nillable" => true,
          "default" => true,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "no-services"
      },
      "resteasy-buffer-exception-entity" => {
          "type" => BOOLEAN,
          "description" => "resteasy.buffer.exception.entity configuration parameter",
          "attribute-group" => "resteasy",
          "expressions-allowed" => true,
          "required" => false,
          "nillable" => true,
          "default" => true,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "no-services"
      }
      

      These are not very useful as they do not explain what the parameters actually configure. To determine that, you must find it in the RESTEasy documentation which is not ideal. Each one of these should be updated with some detailed description of what the setting actually does/implies.

      Attachments

        Activity

          People

            chaowan@redhat.com Chao Wang
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: