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
* Fiks ObjectMapper caching problem.
Problem med at resultat frå ObjectMapperResolver vart cacha i server hadde gjenoppstått etter innføring av openapi-spec-utils.
Flytter registreringa av DynamicJacksonJsonProvider til før alt anna for å unngå dette problemet.
* Legger til swagger ui plugin for å kunne velge X-Json-Serializer-Option som skal brukast.
Ein kan då velge om ein vil bruke ObjectMapper kompatibel med vist openapi spesifikasjon, eller andre varianter.
* Oppdaterer openapi-spec-utils til versjon 1.2
* ung-sak.openapi.json updated by build pipeline
skip-checks:true
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
// JsonSerializerOptionPlugin adds a select input for choosing a value for the X-Json-Serializer-Option header value to be used for subsequent requests
5
+
// from the swagger ui, and state to keep the selected value.
0 commit comments