Commit Graph

  • 3ecc751150 feat(junie): added .devcontainer.json junie-init jetbrains-junie[bot] 2025-06-02 21:46:42 +00:00
  • 42ecfd9dd5 feat(junie): added .junie workflow jetbrains-junie[bot] 2025-06-02 21:46:41 +00:00
  • 088bd0a15e Adding report location feature/kover Julien Lengrand-Lambert 2021-11-26 15:56:05 +01:00
  • 9114dbc375 Was uploading in the wrong location Julien Lengrand-Lambert 2021-11-26 15:50:26 +01:00
  • 7d507fd2a4 Attempts to upload coverage reports Julien Lengrand-Lambert 2021-11-26 15:45:45 +01:00
  • b622098f44 Updating action name Julien Lengrand-Lambert 2021-11-26 15:13:59 +01:00
  • 94e10a58ef Adds Kover setup and creates coverage action Julien Lengrand-Lambert 2021-11-26 15:11:52 +01:00
  • 0bd561230d Merge pull request #19 from spring-petclinic/feature/spring-boot-2.6 master Antoine Rey 2021-11-21 16:03:32 +01:00
  • d9fb6abc20 Upgrade to Kotlin 1.6.0 feature/spring-boot-2.6 Antoine Rey 2021-11-21 15:20:01 +01:00
  • e2fff6e151 Upgrade to Spring Boot 2.6.0 Antoine Rey 2021-11-21 13:50:40 +01:00
  • 60292c51ea Upgrade to Spring Boot 2.5.6 Antoine Rey 2021-10-31 18:48:49 +01:00
  • 9126a57ca0 Delete .travis.yml Antoine Rey 2021-10-31 18:35:49 +01:00
  • 6c76a6f10e Fix server documentation to Apache Tomcat v2.5.4 Antoine Rey 2021-10-03 16:23:30 +02:00
  • 9fa70bf2fc Upgrade Jib plugin to 3.1.4 Antoine Rey 2021-10-03 16:19:27 +02:00
  • 5df7380fd7 Merge pull request #17 from spring-petclinic/feature/github-actions Antoine Rey 2021-10-03 16:08:05 +02:00
  • f082cc5c0d Replace Travis CI build by GitHub Actions Antoine Rey 2021-10-03 16:06:42 +02:00
  • fb8cc61a56 Create gradle-build.yml Antoine Rey 2021-10-03 15:58:20 +02:00
  • e761b59892 Merge pull request #16 from marcnuri-forks/deps/spring-boot Antoine Rey 2021-09-30 18:50:15 +02:00
  • bd1ab28242 Fix: Spring Boot Gradle Plugin is loaded Marc Nuri 2021-09-27 07:32:54 +02:00
  • 86b39a7b4c Add Apache 2 license Antoine Rey 2021-09-23 18:13:15 +02:00
  • 9cd547f093 Rename the spring.resources.cache.cachecontrol.max-age property to spring.web.resources.cache.cachecontrol.max-age Antoine Rey 2021-09-12 19:59:30 +02:00
  • ff74098062 Upgrade to Spring Boot 2.5.2 Antoine Rey 2021-09-12 11:07:32 +02:00
  • a26933ff5c Upgrade gradle wrapper to 7.2 Antoine Rey 2021-09-12 11:05:42 +02:00
  • 429f88335e Upgrade JIB plugin to 2.6.0 Antoine Rey 2020-11-21 19:23:18 +01:00
  • cd7b8244b1 Upgrade to Spring Boot 2.4.0 Antoine Rey 2020-11-21 19:18:28 +01:00
  • 7e4de6ba1c Upgrade to Spring Boot 2.3.6 Antoine Rey 2020-11-21 18:43:49 +01:00
  • 86f01233d5 Add Docker pulls badge Antoine Rey 2020-05-24 18:33:47 +02:00
  • 8435665ae8 Fixe Docker command line Antoine Rey 2020-05-24 18:23:21 +02:00
  • 50beab8eb5 Fix bootstrap warning: getter methods of lazy classes cannot be final Antoine Rey 2020-05-24 18:17:28 +02:00
  • 7e1ba0f252 Repair gradle test and CrashControllerTest Antoine Rey 2020-05-23 15:07:41 +02:00
  • 83e3bc18e7 Migrate HSQLDB to H2 Antoine Rey 2020-05-22 21:28:32 +02:00
  • 4761dadeea Disable open-in-view explicitly to remove warning on startup Antoine Rey 2020-05-22 21:15:22 +02:00
  • 930277084e Switch actuator to standard path Antoine Rey 2020-05-22 20:29:11 +02:00
  • b2c499989e Upgrade to Spring Boot 2.3.0 Antoine Rey 2020-05-22 20:26:35 +02:00
  • b3911a2d8d Upgrade to gradle wrapper 6.4.1 Antoine Rey 2020-05-22 20:16:46 +02:00
  • 052f4dda7d Re-organise mysql scripts so the app runs without root access v2.2.5 Antoine Rey 2020-03-13 08:17:50 +01:00
  • 9fec2ac044 Polish Antoine Rey 2020-03-12 22:24:46 +01:00
  • b1605333c8 Upgrade to Spring Boot 2.2.5 Antoine Rey 2020-03-12 22:21:47 +01:00
  • 3542fc2ba7 Add proxyBeanMethods = false It's slightly faster, and we don't need proxies in this app. Antoine Rey 2020-03-12 22:21:19 +01:00
  • f9cc2611b3 Add rootProject.name Antoine Rey 2020-03-12 22:07:43 +01:00
  • 9d99537ed4 Should fix Travis build java.lang.ClassCastException at OwnerControllerTest.kt:189 Antoine Rey 2019-10-30 19:50:59 +01:00
  • 412d90b2a1 Polish test with BDDMockito and Assertj assertions Antoine Rey 2019-10-30 19:42:15 +01:00
  • 101abcaac1 update table id attribute in ownersList.html "vets" to "owners" Thanks to @choonghee-lee See 11d0ed4358 Antoine Rey 2019-10-30 08:14:50 +01:00
  • b9f80b68b6 Upgrade to Spring Boot 2.2.0.RELEASE Antoine Rey 2019-10-30 08:12:24 +01:00
  • 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) Antoine Rey 2019-10-30 07:53:49 +01:00
  • db2e9494c8 Enable the CrashControllerTest unit test Antoine Rey 2019-07-09 08:45:39 +02:00
  • 84d95ab51f Upgrade do Spring Boot 2.2.0.M4 Antoine Rey 2019-07-09 08:44:22 +02:00
  • ecd663f097 Switch to openjdk8 Antoine Rey 2019-06-24 15:07:37 +02:00
  • 4b5f3e0483 Upgrade to Spring Boot 2.1.6 Antoine Rey 2019-06-24 15:01:25 +02:00
  • a47921be5c Use Jib to publish the image springcommunity/spring-petclinic-kotlin Antoine Rey 2019-06-24 14:19:53 +02:00
  • a1d41d119a Upgrade to Kotlin 1.3.21 Antoine Rey 2019-02-27 08:11:52 +01:00
  • d0f9b52354 Better JUnit 5 Gradle configuration syntax (thanks @sdeleuze) Antoine Rey 2019-02-26 22:59:13 +01:00
  • a94878bfe1 Upgrade io.spring.dependency-management Gradle plugin to 1.0.7 Antoine Rey 2019-02-26 22:54:35 +01:00
  • 9850fcc115 Upgrade Gradle wrapper to 5.2.1 Antoine Rey 2019-02-26 22:52:47 +01:00
  • b176c4d881 Upgrade to Spring Boot 2.1.3 Antoine Rey 2019-02-26 22:47:52 +01:00
  • 1c4864e96c Upgrade to Spring Boot 2.1.1 Antoine Rey 2018-12-07 19:30:09 +01:00
  • 2791b82ffb Upgrade to Spring Boot 2.1.0 Antoine Rey 2018-11-05 16:31:23 +01:00
  • ad885969df Adding link to the Spring PetClinic Community Antoine Rey 2018-11-05 15:44:04 +01:00
  • 97b73d52ff Adding reference to the page https://spring-petclinic.github.io/docs/forks.html Antoine Rey 2018-11-05 15:39:31 +01:00
  • 9e23e93959 Merge pull request #12 from jm85martins/upgrade-spring-boot Antoine Rey 2018-10-29 21:45:51 +01:00
  • ee58365726 Upgrade Spring Boot and Gradle Wrapper version Jorge Martins 2018-10-29 20:26:21 +00:00
  • a617e32152 Remove duplicate port espose Antoine Rey 2018-08-27 10:33:26 +02:00
  • efa04db8d1 Upgrade plugin io.spring.dependency-management to 1.0.5 Antoine Rey 2018-07-16 18:33:08 +02:00
  • 3f83a22757 Fix comment about the cache size and clarify configuration See https://github.com/spring-projects/spring-petclinic/pull/335 Antoine Rey 2018-07-13 18:33:32 +02:00
  • 91eb6af240 Adapt JMeter to recent changes Antoine Rey 2018-07-10 17:53:05 +02:00
  • ee3f9d5dc9 Enable caching of static resources Antoine Rey 2018-07-10 17:49:49 +02:00
  • 7fc2c241ed Remove misleading production profile Antoine Rey 2018-07-10 17:46:44 +02:00
  • 058f6e1ee5 Upgrade to Spring Boot 2.0.3 Antoine Rey 2018-06-19 19:59:35 +02:00
  • ab01dd0811 #11 Use consistent gradle configurations Antoine Rey 2018-06-06 08:26:02 +02:00
  • 91e0dfa5e8 Make MySQL configuration files/docs consistent use petclinic as the db name and root password Antoine Rey 2018-05-14 20:06:24 +02:00
  • cc73b9a63d Add a multi-stage Dockerfile #8 Antoine Rey 2018-05-13 16:11:11 +02:00
  • 187617f575 Add placeholder YYYY-MM-DD for date input field Antoine Rey 2018-05-12 18:49:28 +02:00
  • dc8f76a4e9 Upgrade to Spring Boot 2.0.2 Antoine Rey 2018-05-12 18:42:59 +02:00
  • 3a875b3a4d Shorten syntax of mode.put Antoine Rey 2018-05-12 18:28:20 +02:00
  • d1e3846bff Use the org.springframework.ui.set extension function instead of model.addAttribute Antoine Rey 2018-05-12 18:26:36 +02:00
  • 151f5f3f24 Removing usage of the @WebFuxTest has discussed in PR #9 Antoine Rey 2018-05-11 18:57:09 +02:00
  • afa28a9361 Fix including template in layout fragment Antoine Rey 2018-05-11 18:35:04 +02:00
  • 8462ee59b1 Merge pull request #10 from sdeleuze/master Antoine Rey 2018-03-13 18:32:05 +01:00
  • 7d4f68fe2b Use kotlin-stdlib-jdk8 instead of kotlin-stdlib sdeleuze 2018-03-13 14:53:57 +01:00
  • ea5c4e214c Upgrade to Kotlin 1.2.30 sdeleuze 2018-03-13 14:53:02 +01:00
  • 66b0de60c2 Improve Gradle build sdeleuze 2018-03-13 14:50:27 +01:00
  • a191d76ec4 Upgrade to Spring Boot 2.0.0.RELEASE Antoine Rey 2018-03-06 22:05:09 +01:00
  • 5218407892 Upgrade to Gradle 4.6 Antoine Rey 2018-03-06 18:44:53 +01:00
  • e9c1dac1b9 Enable 2 unit tests Antoine Rey 2018-02-15 19:37:34 +01:00
  • cea5684b34 Revert "Replace @WebFluxTest by @WebMvcTest" Antoine Rey 2018-02-15 19:22:47 +01:00
  • 238bdd59af Replace @WebFluxTest by @WebMvcTest Antoine Rey 2018-02-15 18:26:04 +01:00
  • b338c2e306 Some properties have changed in Spring Boot 2 Antoine Rey 2018-02-15 18:14:16 +01:00
  • b34e1d4747 Rollback to Spring MVC for production code Antoine Rey 2018-02-15 18:00:10 +01:00
  • 4702c81b5a Merge pull request #9 from sdeleuze/various-improvements Antoine Rey 2018-02-15 17:54:37 +01:00
  • 9f3ce77901 Switch back to Spring MVC and keep using WebFlux for tests sdeleuze 2018-02-15 17:34:26 +01:00
  • b362c4801c Migrate to JUnit 5 sdeleuze 2018-02-15 17:20:51 +01:00
  • 9eb36774f1 Upgrade to Kotlin 1.2 sdeleuze 2018-02-15 16:13:57 +01:00
  • b62e0bef1e Upgrade to Spring Boot 2.0.0.RC1 sdeleuze 2018-02-15 15:57:30 +01:00
  • 392fe59a86 Upgrade to Spring Boot 2.0.0.M7 Antoine Rey 2017-12-10 19:01:43 +01:00
  • 52354c80c8 Fix vets json marshaling Antoine Rey 2017-12-10 18:53:25 +01:00
  • 06bc887bff Add a new blog post Antoine Rey 2017-12-07 18:35:31 +01:00
  • 4c02715732 sonar-project.properties file removed Antoine Rey 2017-12-06 19:08:54 +01:00
  • 3b9f635be5 Readme.md completed Antoine Rey 2017-12-06 19:08:14 +01:00
  • 4a9b7cd75b Polish Antoine Rey 2017-12-06 18:25:41 +01:00
  • 279b2e7c58 Migrate from Spring MVC to Spring Webflux Antoine Rey 2017-11-07 22:15:39 +01:00