What's Changed
- Upgrade Spring Boot to 3.2.1 by @simonis in #127
- Upgrade jacoco to 0.8.11 such that we can build with JDK 21 by @simonis in #128
- fix: resolve issue #131 by fixing primary key type for user entity by @woody35545 in #133
- Update readme.md by @Toparvion in #134
- Remove the readOnly property to PetType #125 by @arey in #129
- fix: security configuration updated for 6.3.x version by @thisdudkin in #135
- fix: issue130 Return a 404 error while adding a pet to an unexisting owner by @thisdudkin in #138
- Refactor ClinicServiceImpl by @thisdudkin in #143
- Bump MySQL support from 5.7 to 8.4 Fix #141 by @arey in #142
- Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0 to 3.4.3 by @dependabot in #152
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.13.0 by @dependabot in #155
- Bump org.openapitools:jackson-databind-nullable from 0.2.1 to 0.2.6 by @dependabot in #153
- Fix #145 bad request on GET /api/owners/{id}/pets/{petId} by @arey in #150
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.0.2 to 2.6.0 by @dependabot in #154
- Bump openapi-generator-maven-plugin from 6.3.0 to 7.8.0 by @arey in #158
- Bump javax.xml.bind:jaxb-api from 2.3.0 to 2.3.1 by @dependabot in #163
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #161
- Bump org.codehaus.mojo:build-helper-maven-plugin from 3.2.0 to 3.6.0 by @dependabot in #160
- Bump mapstruct.version from 1.4.1.Final to 1.6.2 by @dependabot in #162
- Set up DelegatingPasswordEncoder with NoOpPasswordEncoder by @AntonShuvaev in #166
- chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.8.0 to 7.9.0 by @dependabot in #170
- chore(deps): bump com.google.cloud.tools:jib-maven-plugin from 3.4.3 to 3.4.4 by @dependabot in #171
- chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.1 to 3.3.5 by @dependabot in #169
- Improve DTO mapping and pet creation by @misto in #172
- Correcting MapStruct mappings. (issue #157) by @joaobertholino in #176
- Friendly error message for JDK versions < 17 (issue #164) by @joaobertholino in #177
- chore(deps): bump mapstruct.version from 1.6.2 to 1.6.3 by @dependabot in #178
- chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.9.0 to 7.10.0 by @dependabot in #180
- Upgrade to Spring Boot 3.4.0 by @arey in #184
- Implements the use of ProblemDetail for HTTP error responses. (issue #149 and PR #173) by @joaobertholino in #175
- Handles container restarts for already initialized postgresql databas… by @arey in #185
New Contributors
- @simonis made their first contribution in #127
- @woody35545 made their first contribution in #133
- @Toparvion made their first contribution in #134
- @thisdudkin made their first contribution in #135
- @dependabot made their first contribution in #152
- @AntonShuvaev made their first contribution in #166
- @misto made their first contribution in #172
- @joaobertholino made their first contribution in #176
Full Changelog: v3.2.1...v3.4.0