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

This issue is related to the conversation from the pull request https://github.com/spring-petclinic/spring-petclinic-rest/pull/123 and the 2 issues https://github.com/spring-petclinic/spring-petclinic-rest/issues/122 and https://github.com/spring-petclinic/spring-petclinic-rest/issues/103 To fix the issues without changing the API specification, we temporary...

enhancement

When compiling the latest version in Spring STS IDE, an error is shown in interface: @Profile("spring-data-jpa") public interface SpringDataUserRepository extends UserRepository, Repository { } User classe has a String as...

bug

I've added a new field to display the time at which the exceptional situation occurred. It seems to look good ;)

enhancement

The `GET/api/owners/{id}/pets/{petId}` endpoint seems to be returning an incorrect response or handling errors improperly. This issue was encountered while attempting to retrieve specific pet for a given owner. cURL: ```bash...

bug

This enhancement follows on from the PR https://github.com/spring-petclinic/spring-petclinic-angular/pull/142 from @Holger-Mayer. We could extends `firstname` and `lastname` to support multiple words, hyphens and apostrophes. See https://a-tokyo.medium.com/first-and-last-name-validation-for-forms-and-databases-d3edf29ad29d

enhancement
help wanted

This development follows on from the Pull Request https://github.com/spring-petclinic/spring-petclinic-angular/pull/142 from @Holger-Mayer. I quote: > An anomaly is defined within the openAPI validation. > We define some fields with a minimal...

enhancement
help wanted

It used to be that `POST`ing to `/petclinic/api/pets` was a reasonable and functioning way to create a pet. This is simply no longer the case. It doesn't work. The `Pet`...

bug

The Swagger UI provides a UI to do manual testing. In order to be able to make changes or refactoring with peace of mind, an automated test set with assertions...

enhancement
help wanted

Change in the reporting policy of Mapper interfaces, suppressing log warnings regarding attributes not mapped by MapStruct. Change regarding issue #157 ![image](https://github.com/user-attachments/assets/6a3b1623-2e7e-4189-9ae7-500304955492)