You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/08/19 19:19:08 UTC

[GitHub] [cxf] awrb commented on pull request #992: Cxf 8710

awrb commented on PR #992:
URL: https://github.com/apache/cxf/pull/992#issuecomment-1221021353

   The change is that `queryConfigEnabled` will automatically switch after calling either `getConfigParameters` or `isQueryConfigEnabled`, which is what `SwaggerUiService` will do.
   
   It'd probably be cleanest if `SwaggerUiConfig` had to be constructed with a builder (so it could set  `queryConfigEnabled` if necessary in the final `build()` method, rather than relying on external calls) but that would be an API change.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org