Commit Graph

692 Commits

Author SHA1 Message Date
Antoine Rey
60292c51ea Upgrade to Spring Boot 2.5.6 2021-10-31 18:48:58 +01:00
Antoine Rey
9126a57ca0 Delete .travis.yml 2021-10-31 18:35:49 +01:00
Antoine Rey
6c76a6f10e Fix server documentation to Apache Tomcat v2.5.4 2021-10-03 16:23:30 +02:00
Antoine Rey
9fa70bf2fc Upgrade Jib plugin to 3.1.4 2021-10-03 16:19:27 +02:00
Antoine Rey
5df7380fd7 Merge pull request #17 from spring-petclinic/feature/github-actions
CI CD with GitHub Actions
2021-10-03 16:08:05 +02:00
Antoine Rey
f082cc5c0d Replace Travis CI build by GitHub Actions 2021-10-03 16:06:42 +02:00
Antoine Rey
fb8cc61a56 Create gradle-build.yml 2021-10-03 15:58:20 +02:00
Antoine Rey
e761b59892 Merge pull request #16 from marcnuri-forks/deps/spring-boot
Fix: Spring Boot Gradle Plugin is loaded
2021-09-30 18:50:15 +02:00
Marc Nuri
bd1ab28242 Fix: Spring Boot Gradle Plugin is loaded 2021-09-27 07:32:54 +02:00
Antoine Rey
86b39a7b4c Add Apache 2 license 2021-09-23 18:13:15 +02:00
Antoine Rey
9cd547f093 Rename the spring.resources.cache.cachecontrol.max-age property to spring.web.resources.cache.cachecontrol.max-age 2021-09-12 19:59:30 +02:00
Antoine Rey
ff74098062 Upgrade to Spring Boot 2.5.2 2021-09-12 11:07:32 +02:00
Antoine Rey
a26933ff5c Upgrade gradle wrapper to 7.2 2021-09-12 11:05:42 +02:00
Antoine Rey
429f88335e Upgrade JIB plugin to 2.6.0 2020-11-21 19:23:18 +01:00
Antoine Rey
cd7b8244b1 Upgrade to Spring Boot 2.4.0 2020-11-21 19:18:28 +01:00
Antoine Rey
7e4de6ba1c Upgrade to Spring Boot 2.3.6 2020-11-21 18:43:49 +01:00
Antoine Rey
86f01233d5 Add Docker pulls badge 2020-05-24 18:33:47 +02:00
Antoine Rey
8435665ae8 Fixe Docker command line 2020-05-24 18:23:21 +02:00
Antoine Rey
50beab8eb5 Fix bootstrap warning: getter methods of lazy classes cannot be final 2020-05-24 18:17:28 +02:00
Antoine Rey
7e1ba0f252 Repair gradle test and CrashControllerTest 2020-05-23 15:07:41 +02:00
Antoine Rey
83e3bc18e7 Migrate HSQLDB to H2 2020-05-22 21:38:23 +02:00
Antoine Rey
4761dadeea Disable open-in-view explicitly to remove warning on startup 2020-05-22 21:15:22 +02:00
Antoine Rey
930277084e Switch actuator to standard path 2020-05-22 20:29:11 +02:00
Antoine Rey
b2c499989e Upgrade to Spring Boot 2.3.0 2020-05-22 20:26:35 +02:00
Antoine Rey
b3911a2d8d Upgrade to gradle wrapper 6.4.1 2020-05-22 20:16:46 +02:00
Antoine Rey
052f4dda7d Re-organise mysql scripts so the app runs without root access v2.2.5 2020-03-13 08:18:13 +01:00
Antoine Rey
9fec2ac044 Polish 2020-03-12 22:24:46 +01:00
Antoine Rey
b1605333c8 Upgrade to Spring Boot 2.2.5 2020-03-12 22:21:47 +01:00
Antoine Rey
3542fc2ba7 Add proxyBeanMethods = false
It's slightly faster, and we don't need proxies in this app.
2020-03-12 22:21:19 +01:00
Antoine Rey
f9cc2611b3 Add rootProject.name 2020-03-12 22:07:43 +01:00
Antoine Rey
9d99537ed4 Should fix Travis build java.lang.ClassCastException at OwnerControllerTest.kt:189 2019-10-31 17:28:50 +01:00
Antoine Rey
412d90b2a1 Polish test with BDDMockito and Assertj assertions 2019-10-30 19:42:15 +01:00
Antoine Rey
101abcaac1 update table id attribute in ownersList.html
"vets" to "owners"
Thanks to @choonghee-lee
See 11d0ed4358
2019-10-30 08:14:50 +01:00
Antoine Rey
b9f80b68b6 Upgrade to Spring Boot 2.2.0.RELEASE 2019-10-30 08:12:24 +01:00
Antoine Rey
9a1195a31f Make Pet.visits @transient
In that way the Pet and Visit entities are more modular, and we don't have to rely on a bit of a hack which is that Hibernate happily maps Pet to its ID in the entity generation (but fails if you do it at compile time).
See @dsyer commit: 7ef045dac8 (diff-3231c7a804dda31218913129715d1411)
2019-10-30 07:53:49 +01:00
Antoine Rey
db2e9494c8 Enable the CrashControllerTest unit test 2019-07-09 08:45:46 +02:00
Antoine Rey
84d95ab51f Upgrade do Spring Boot 2.2.0.M4 2019-07-09 08:45:46 +02:00
Antoine Rey
ecd663f097 Switch to openjdk8 2019-06-24 15:07:37 +02:00
Antoine Rey
4b5f3e0483 Upgrade to Spring Boot 2.1.6 2019-06-24 15:01:25 +02:00
Antoine Rey
a47921be5c Use Jib to publish the image springcommunity/spring-petclinic-kotlin 2019-06-24 14:19:53 +02:00
Antoine Rey
a1d41d119a Upgrade to Kotlin 1.3.21 2019-02-27 08:11:52 +01:00
Antoine Rey
d0f9b52354 Better JUnit 5 Gradle configuration syntax (thanks @sdeleuze) 2019-02-26 22:59:13 +01:00
Antoine Rey
a94878bfe1 Upgrade io.spring.dependency-management Gradle plugin to 1.0.7 2019-02-26 22:54:35 +01:00
Antoine Rey
9850fcc115 Upgrade Gradle wrapper to 5.2.1 2019-02-26 22:52:47 +01:00
Antoine Rey
b176c4d881 Upgrade to Spring Boot 2.1.3 2019-02-26 22:47:52 +01:00
Antoine Rey
1c4864e96c Upgrade to Spring Boot 2.1.1 2018-12-07 19:30:09 +01:00
Antoine Rey
2791b82ffb Upgrade to Spring Boot 2.1.0 2018-11-05 16:31:23 +01:00
Antoine Rey
ad885969df Adding link to the Spring PetClinic Community 2018-11-05 15:44:04 +01:00
Antoine Rey
97b73d52ff Adding reference to the page https://spring-petclinic.github.io/docs/forks.html 2018-11-05 15:39:31 +01:00
Antoine Rey
9e23e93959 Merge pull request #12 from jm85martins/upgrade-spring-boot
Upgrade Spring Boot and Gradle Wrapper version
2018-10-29 21:45:51 +01:00