You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched to reactive Springdoc dependency and adjusted OpenApiConfig #deploy-kodeverk-service
The used Springdoc OpenAPI starter dependency was switched from 'springdoc-openapi-starter-webmvc-ui' to 'springdoc-openapi-starter-webflux-ui' making the application more reactive. Alongside this main change, the 'OpenApiConfig.java' was adjusted to implement 'WebFilter', changing the handling of authentication headers and introducing a new method for routing '/swagger' requests to '/swagger-ui.html'.
0 commit comments