OldIMP
OldIMP
same bug for npm
> There is a dirty workaround [here](https://github.com/rlippolis/spring-boot2-actuator-swagger). > We can use it till either springfox/springboot team fixes it. Thx! But this workaround seems not to work anymore w/ springfox 2.9.2...
Same issue in SonarQube Community Edition Version 8.9.7 (build 52159), which [implies](https://update.sonarsource.org/plugins/compatibility-matrix.html) Findbugs Plugin v4.0.6, which [implies](https://github.com/spotbugs/sonar-findbugs#compatibility) fb-contrib v**7.4.7 (sb-contrib)**
Same problem for `release-finish`. Is there any update? Thx!
I have the same problem w/ ``` @ApiParam(examples = @Example(@ExampleProperty(mediaType = MediaType.APPLICATION_JSON_VALUE, value = "['1d99409b-147f-4490-b743-eea731455ec0']"))) @RequestBody Set ids ``` which will just render: > Example Value > [ > "string"...