In DefaultDocumentationRequestHandler, the documentation renderers are lazily initialized. Request threads will block on the completion of this initialization, which could cause problems if it takes too long. This changes that, as request threads will simply fail if it's not complete.
In
DefaultDocumentationRequestHandler
, the documentation renderers are lazily initialized. Request threads will block on the completion of this initialization, which could cause problems if it takes too long. This changes that, as request threads will simply fail if it's not complete.