Leszek

Results 6 comments of Leszek

The values are ISO_8859_1 encoded, so the workaround is: ``` String decodedFilePath = new String(repositoryFile.getFilePath().getBytes(StandardCharsets.ISO_8859_1)); String decodedFileName = new String(repositoryFile.getFileName().getBytes(StandardCharsets.ISO_8859_1)); ```

As a workaround you can override the [typeInfoAnnotation.mustache](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/Java/typeInfoAnnotation.mustache) template.

I'm using it in agent mode. You are including the java.lang:type=OperatingSystem MBean, but not exposing any of its attributes.

ok, the config will be consistent.

Kubernetes service accounts are nice, but if you use external Grafana (ie. Amazon Managed Grafana) you have to use Grafana service accounts.

It would be very helpful.