Hi, when I update my micronaut version from 3.7.4 ...
# micronaut
j
Hi, when I update my micronaut version from 3.7.4 to 3.8.0 or 3.8.1 my OpenAPI swagger-ui breaks. Haven't looked deeply into the root cause yet, but I get 404s on these endpoints
Copy code
/swagger-ui/res/flattop.css 0002ms
/swagger-ui/res/swagger-ui-bundle.js 0002ms
/swagger-ui/res/swagger-ui.css 0001ms
/swagger-ui/res/swagger-ui-standalone-preset.js 0002ms
Anyone here who has experienced this and knows if this is intended or if there is a quick workaround (besides downgrading)?
seems the problem is, that I've changed the mapping of the swagger-ui in the application.yml, and the index.html uses the default path for the resources
Copy code
swagger-ui:
        paths: classpath:META-INF/swagger/views/swagger-ui
        mapping: /customPath/**