Antoine Rey
Antoine Rey
Thanks @thaoula this is what I've done: https://github.com/spring-petclinic/spring-petclinic-microservices/pull/301/files
Having 2 endpoints to add a pet to an existing owner may be discussed. I'm not sure there's any point to it. Technically, the `Pet` schema has a `readonly` `ownerId`...
Thanks Alexandre for your feedback. Let's simplify the API by removing the POST to the `/petclinic/api/pets` ressource. Do you want to take it in charge @breedx-splk ?
It looks like a mistake
Thanks for your contibution @earlspilner By watching the OpenAPI specification https://github.com/spring-petclinic/spring-petclinic-rest/blob/master/src/main/resources/openapi.yml#L1850 it looks like a `RestError` schema is declared. In the code, we have a `RestErrorDto` but it doesn't seem...
Hi @earlspilner It looks like the `ExceptionControllerAdvice` has not unit test. Thus jacoco plugin fails. To fix it, you have to add an `ExceptionControllerAdviceTest` class then test the method handlers...
Hi @Holger-Mayer thank you for the report. Do you want to contribute to this fix?
I'm interested in any other bugs you find via Cypress. If you're interested, this repository could host your end-to-end tests. The `package.json` file has an `e2e` script but I'm not...
Hi @xaldama I would like to know if you could take into account