Skip to content

Releases: spring-petclinic/spring-petclinic-rest

v4.0.2

01 Feb 10:41
d8026bb

Choose a tag to compare

What's Changed

  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 3.4.1 by @dependabot[bot] in #186
  • Update Maven and wrapper by @karianna in #188
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.1 to 3.4.2 by @dependabot[bot] in #190
  • chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.10.0 to 7.11.0 by @dependabot[bot] in #191
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.7.0 to 2.8.4 by @dependabot[bot] in #192
  • Customize maven configuration by @karianna in #189
  • SonarCloud : configure Jacoco XML format and add badges by @arey in #193
  • Fix Java compiler version to 17 and remove duplicated maven plugin versions #194 by @arey in #195
  • Ensure API readiness for JMeter testing by @mo-beck in #197
  • Updates Swagger @configuration class by @rogeriofrsouza in #201
  • Introduce H2 as the Default In-Memory Database for Local Development & Testing by @mo-beck in #200
  • Small fixes on README by @rogeriofrsouza in #202
  • Add JMeter Performance Test for Spring PetClinic REST API by @mo-beck in #203
  • chore(deps): bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 by @dependabot[bot] in #204
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.4 to 2.8.5 by @dependabot[bot] in #206
  • chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.11.0 to 7.12.0 by @dependabot[bot] in #207
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3 by @dependabot[bot] in #205
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.3 to 3.4.4 by @dependabot[bot] in #211
  • chore(deps): bump com.google.cloud.tools:jib-maven-plugin from 3.4.4 to 3.4.5 by @dependabot[bot] in #214
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.5 to 2.8.6 by @dependabot[bot] in #213
  • chore(deps): bump org.hjug.refactorfirst.plugin:refactor-first-maven-plugin from 0.6.2 to 0.7.0 by @dependabot[bot] in #212
  • Added missing context root to h2 console URL by @peterfk in #215
  • Extending first and lastname patterns #148 by @Isaac-Andradee in #217
  • Remove the POST endpoint from the /api/pets ressource by @peterfk in #216
  • Applying MapStruct compiler options only during main compilation by @Isaac-Andradee in #218
  • Adding Non-Regression Tests with Postman for "First Visit" scenario by @Isaac-Andradee in #219
  • Adding missing PUT method in OwnerRestController class With Integration Tests by @Isaac-Andradee in #221
  • Adding a second postman scenario, improving & fixing shell script, updating gitignore & postman readme by @Isaac-Andradee in #222
  • Adding CI Workflow to Run Postman Tests with Newman by @Isaac-Andradee in #223
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.4 to 3.4.5 by @dependabot[bot] in #224
  • chore(deps): bump org.hjug.refactorfirst.plugin:refactor-first-maven-plugin from 0.7.0 to 0.7.1 by @dependabot[bot] in #225
  • chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.12.0 to 7.13.0 by @dependabot[bot] in #226
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot[bot] in #227
  • Fix: Added BCryptPasswordEncoder and updated data.sql with bcrypt-hashed passwords by @MatriXDharaN in #228
  • Resolved mismatch stubbings in VetRestControllerTests.java by @ARMS2025 in #230
  • Resolved mismatch stubbings in PetRestControllerTests.java by @ARMS2025 in #229
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.6 to 2.8.8 by @dependabot[bot] in #232
  • chore(deps): bump org.codehaus.mojo:license-maven-plugin from 2.5.0 to 2.6.0 by @dependabot[bot] in #242
  • chore(deps): bump com.google.cloud.tools:jib-maven-plugin from 3.4.5 to 3.4.6 by @dependabot[bot] in #241
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.8 to 2.8.9 by @dependabot[bot] in #240
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.5 to 3.5.3 by @dependabot[bot] in #238
  • chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.13.0 to 7.14.0 by @dependabot[bot] in #239
  • Added phone number pattern validation for Owner.java by @chetnashedame in #243
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.5.3 to 3.5.4 by @dependabot[bot] in #245
  • Remove autowired usage by @saknopper in #246
  • Remove unused imports by @saknopper in #247
  • Visit post by @peterfk in #234
  • Simplify Switching between Databases by @Toparvion in #252
  • Make H2 Console Available by @Toparvion in #253
  • Fix H2 SQL error in JDBC mode by @Toparvion in #255
  • chore(deps): bump org.codehaus.mojo:license-maven-plugin from 2.6.0 to 2.7.0 by @dependabot[bot] in #261
  • chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.14.0 to 7.16.0 by @dependabot[bot] in #262
  • chore(deps): bump org.openapitools:jackson-databind-nullable from 0.2.6 to 0.2.7 by @dependabot[bot] in #260
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.5.4 to 3.5.6 by @dependabot[bot] in #259
  • chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.9 to 2.8.13 by @dependabot[bot] in #258
  • chore(ci): update Docker actions to specific versions in workflow by @arey in #263
  • chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.5.6 to 3.5.7 by @dependabot[bot] in #269
  • chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.16.0 to 7.17.0 by @dependabot[bot] in #268
  • chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #266
  • chore(deps): bump org.openapitools:jackson-databind-nullable from 0.2.7 to 0.2.8 by @dependabot[bot] in #267
  • chore(deps): bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.17 by @dependabot[bot] in #270
  • chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.17.0 to 7.18.0 by @dependabot[bot] in #272
  • chore(deps): bump com.google...
Read more

v3.4.0

28 Dec 17:57
26a80b7

Choose a tag to compare

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

Full Changelog: v3.2.1...v3.4.0

v3.2.1

15 Aug 08:41

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.2...v3.2.1

v2.6.2

15 Aug 08:40
517a399

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.2...v2.6.2

v2.4.2

15 Aug 08:40
f97f1d4

Choose a tag to compare

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

Full Changelog: v2.1.5...v2.4.2

v2.1.5

15 Aug 08:41
2cd2f9c

Choose a tag to compare

Upgrade to Spring Boot 2.1.5

v1.5.2

15 Aug 08:37

Choose a tag to compare

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