Samuel Gulliksson

Results 3 issues of Samuel Gulliksson

The event trigger had to be changed (from 'documentloaded' to 'documentinit') since the sidebar is re-opened after 'documentloaded' was fired. Addresses the secondary discussion in #79, which mentions the sidebar...

Currently the `hasSession` call caches all results using a common key (`hasSession-cache`) in browser session storage. If the session state reflected in cookies changes it might not be detected until...

Add configuration option `generateGenericResponseEntity` for Spring generator to allow generating generic `ResponseEntity` controller-method return type. Fixes #1096, fixes #17520 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x]...