spring-petclinic-rest icon indicating copy to clipboard operation
spring-petclinic-rest copied to clipboard

REST version of the Spring Petclinic sample application

Results 25 spring-petclinic-rest issues
Sort by recently updated
recently updated
newest added

When following the sequence of requests found in the following [shell script](https://github.com/spring-petclinic/spring-petclinic-rest/files/8425235/invalid_msg_7.sh.zip), the wrong PetType ID is returned upon creation. Basically, the error occurs when one creates a pet type,...

bug

Could avoid the workaround in https://github.com/spring-petclinic/spring-petclinic-rest/blob/master/src/main/java/org/springframework/samples/petclinic/config/SwaggerConfig.java

enhancement

Would there be any interest in a version of this that adds HATEOAS support along with an Angular version?

question

According to the open API spec, there is the following endpoint to create a pet: `http://localhost:9966/petclinic/api/pets`, however I am getting a `501` error whenever I send a POST request to...

The maven build seems to run fine using Java 17. Migrating this build to Java 17 should be straightforward. 1. Update the Github workflow action to use Java 17 2....

enhancement

MySQL db scripts are not updated for security branch.

enhancement

Hi, Can paging and sorting be easily implemented for JPA implementation?

enhancement

The latest version on Dockerhub is 2.1.5, but the latest version on this repository is 2.6.2. Could you update it? Maybe it would be interesting if it were automatically deployed...

The `POST /owners/{ownerId}/pets` does not return a 404 error when the `ownerId` does not exist but an error `400` ``` { "className": "org.springframework.dao.DataIntegrityViolationException", "exMessage": "could not execute statement [integrity constraint...

bug