Skip to content
Snippets Groups Projects
  1. Jul 10, 2018
  2. Jul 09, 2018
  3. Jun 04, 2018
  4. May 14, 2018
  5. May 13, 2018
  6. Feb 22, 2018
  7. Jan 09, 2018
  8. Nov 03, 2017
  9. Feb 17, 2017
  10. Feb 03, 2017
  11. Jan 08, 2017
  12. Dec 05, 2016
  13. Nov 14, 2016
    • Dave Syer's avatar
      Modularize and migrate to aggregate-oriented domain · 83ff9a50
      Dave Syer authored
      Vet, Owner, Visit. The Visit "aggregate" is a little artificial
      but it demonstrates a useful point about not holding on to
      references of "parent" (reference data) objects, i.e. the Visit has
      an Integer petId, instead of a Pet field. In principle this app is
      now almost ready to migrate to multiple services if anyone wanted
      to do that.
      83ff9a50
  14. Nov 10, 2016
  15. Oct 08, 2016
  16. Aug 29, 2016
    • Stephane Nicoll's avatar
      Upgrade to Ehcache 3 · a41b83a2
      Stephane Nicoll authored
      I saw on twitter the reference of an article (in french):
      http://javaetmoi.com/2016/08/migrer-vers-spring-boot/
      
      That article concludes with something along the lines of  "Besides the
      EhCache and Maven configuration, Petclinic does not hold a single line
      of XML anymore".
      
      Looking at the code, we can remove more XML if you want. This PR migrates
      the cache infrastructure to EhCache 3 and JCache (JSR-107). This also
      reduces the number of dependencies.
      a41b83a2
  17. Jun 27, 2016
  18. Jun 24, 2016
  19. Jun 23, 2016
  20. Jun 06, 2016
  21. Apr 05, 2016
  22. Apr 04, 2016
  23. Feb 25, 2016
  24. Feb 04, 2016
  25. Jan 30, 2016
  26. Jan 25, 2016
  27. Oct 16, 2015
  28. Oct 13, 2015
Loading