What's Changed
- Bump to Spring Boot 2.6.2 #63 by @arey in #67
- Generate API interface from OpenApi Spec by @arey in #68
- Fix Vet creation from the POST /vets API by @arey in #71
- Fix PetType creation from the POST /pettypes API by @arey in #70
- Remove unused typeId by @arey in #72
- Implement the POST /owners/{ownerId}/pet API by @arey in #73
- Add ownerId property to Pet by @arey in #74
- Configure Springfox to generate the OpenAPI 3 specification by @arey in #75
- Add petId property to Visit by @arey in #76
- Implement the /owners/{ownerId}/pets/{petId}/visits API by @arey in #77
- Update OpenAPI Spec by @alexandre-touret in #84
- feat: add documentation for API First approach by @alexandre-touret in #85
- Add Springdoc to avoid workaround for springfox issue 3462 by @suryaprakashraja in #92
- Fix #102 Location header on specialties endpoint is wrong by @arey in #104
- Upgrading to SpringBoot v3 by @meken in #110
- ignoring unnecessarily generated jacoco report by @java-codehunger in #111
- Update jacoco plugin by @stevenvanophem in #112
- Small fixes to openapi spec by @horiaconstantin-cpi in #114
- Fixed AbstractClinicServiceTests.java readme path by @horiaconstantin-cpi in #115
- ignoring unnecessarily generated surefire report by @optimizing-ci-builds in #116
- Add an addPet (POST /pets endpoint) implementation by @alexandre-touret in #118
- add getOwnersPet implementation by @alexandre-touret in #119
- Fix "Create PetType endpoint returns wrong PetType ID" by @alexandre-touret in #120
- Build & publish Docker image using GitHub Workflow by @addianto in #121
- Bugfix/pet-type-specialty-no-id-temp by @dnokov in #124
New Contributors
- @suryaprakashraja made their first contribution in #92
- @meken made their first contribution in #110
- @java-codehunger made their first contribution in #111
- @stevenvanophem made their first contribution in #112
- @horiaconstantin-cpi made their first contribution in #114
- @optimizing-ci-builds made their first contribution in #116
- @addianto made their first contribution in #121
- @dnokov made their first contribution in #124
Full Changelog: v2.6.2...v3.2.1