Releases: spring-petclinic/spring-petclinic-rest
Releases · spring-petclinic/spring-petclinic-rest
v3.2.1
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
v2.6.2
What's Changed
- Remove jcenter repository by @breedx-splk in #48
- Add spring actuator by @breedx-splk in #51
- Migrate from Travis CI to GitHub Actions by @arey in #55
- Reformat OwnerRestController and PetRestController with editorconfig rules by @arey in #54
- Add OPEN API / DTO generation by @alexandre-touret in #52
- Make clean install work again by @arey in #59
- Fix Swagger UI index page by @arey in #62
- Add java8 time api capabilities in DTOs & Model by @alexandre-touret in #58
- Migrate unit test from JUnit Vintage to JUnit 5 #45 by @arey in #66
New Contributors
- @breedx-splk made their first contribution in #48
Full Changelog: v2.4.2...v2.6.2
v2.4.2
What's Changed
- Upgrade to Spring Boot 2.1.5 by @arey in #26
- Use Google Jib to build and publish a Docker image by @arey in #27
- Bump to spring-boot version 2.2.4.RELEASE, maven version 3.6.3 by @oldgit in #29
- mismatching explanation of the properties by @torrespro in #30
- Bump libs to latest versions, improve /owners POST,PUT, add tests by @oldgit in #31
- Bump to spring-boot version 2.2.5.RELEASE by @oldgit in #32
- Update readme.md by @masmangan in #36
- Fix BindingErrorsResponse to handle null field values by @hfcipriano in #38
- Fix redirecting / to Swagger UI when context path has been changed by @sberlin in #41
- Bump to Spring Boot 2.4.2 by @mpbauer in #43
- Replace deprecated property 'spring.datasource.initialize' by @mpbauer in #44
New Contributors
- @oldgit made their first contribution in #29
- @torrespro made their first contribution in #30
- @masmangan made their first contribution in #36
- @hfcipriano made their first contribution in #38
- @sberlin made their first contribution in #41
- @mpbauer made their first contribution in #43
Full Changelog: v2.1.5...v2.4.2
v2.1.5
v1.5.2
What's Changed
- #1 Removing the UI layer by @arey in #2
- Fix GET /api/pets/pettypes endpoint by @arey in #4
- Fixed JAXBExceptinjava.lang.NoClassDefFoundError: javax/xml/bind/JAXB… by @jshao111 in #14
- [Authentication] Added basic http authenticatio non all endpoints by @aistoica in #15
- [Authentication] Enable security when running tests. by @aistoica in #16
New Contributors
Full Changelog: https://github.com/spring-petclinic/spring-petclinic-rest/commits/v1.5.2