Kevin Dodge
Kevin Dodge
@altro3 I am fighting a similar problem. I upgraded to the latest version of micronaut and my swagger-ui endpoint stopped working. Looking at the UI it appears that the javascript/css/image...
To press the point further, looking at OpenApiViewConfig.render():165 you set the swaggerUiDir to be `swagger-ui`. Then on line 170 you call the `copyResources` method with the `swagger-ui` as the parent...
One other thought. If SwaggerUIConfig.DEFAULT_SWAGGER_JS_PAT was changed from `OpenApiViewConfig.RESOURCE_DIR + "/"` to be `"./" + OpenApiViewConfig.RESOURCE_DIR + "/"` it would make those url's relative and the problems I described above...
@pmwmedia I don't see a released version of v3. Is there a timeline to put out a released version? (Or an alpha or beta version?)
I ran into this one as well. I agree it would be a nice feature to have.
I take that back. It was actually working just fine for me. I was just misinterpreting what I was seeing.
Can the Micronaut HttpClient be used in non-reactive style coding without blocking the event loop?
@graemerocher Thank you for the link. I will take a look.
I made the changes recommended in the docs and it gets rid of the random ReadTimeout exceptions. It continues to be a little over twice as slow (80-100ms instead of...