SpringDoc operationId issue
- Start service:
./mvnw spring-boot:run
- Call with one locale:
curl "http://localhost:8080/v3/api-docs" -H 'Accept-Language: ru-RU'
- Call with another locale:
curl "http://localhost:8080/v3/api-docs" -H 'Accept-Language: en-US'
- OperationId is changed