Skip to content
Snippets Groups Projects
  1. Feb 03, 2017
  2. Jan 08, 2017
  3. Dec 06, 2016
  4. Dec 05, 2016
  5. 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
  6. Nov 10, 2016
  7. Oct 08, 2016
  8. Oct 06, 2016
  9. Sep 25, 2016
  10. 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
  11. Aug 17, 2016
  12. Jul 06, 2016
  13. Jun 28, 2016
  14. Jun 25, 2016
  15. Jun 24, 2016
  16. Jun 23, 2016
  17. Jun 15, 2016
  18. May 13, 2016
  19. Nov 02, 2015
  20. Oct 28, 2015
  21. Oct 26, 2015
  22. Oct 23, 2015
  23. Oct 16, 2015
  24. Oct 13, 2015
  25. Oct 02, 2015
  26. Oct 01, 2015
    • Joe Freeman's avatar
      Added comments when CallMonitoringAspect called · 5a6c108e
      Joe Freeman authored
      CallMonitoringAspect is not invoked when spring-data-jpa is used.  Spent
      4 hours trying to understand why jmx bean wasn't showing message counts.
      Use JPA or JDBC if you want call counts exposed via JMX / AOP
      5a6c108e
  27. Aug 20, 2015
  28. Aug 19, 2015
  29. Jun 29, 2015
Loading