Skip to content
Snippets Groups Projects
  1. Mar 21, 2019
  2. Mar 20, 2019
  3. Mar 11, 2019
  4. Jan 31, 2019
  5. Dec 04, 2018
  6. Nov 14, 2018
  7. Oct 07, 2018
  8. Oct 06, 2018
  9. Oct 05, 2018
  10. Aug 09, 2018
  11. Jul 10, 2018
  12. Jun 20, 2018
  13. Jun 04, 2018
  14. Mar 14, 2018
  15. Feb 22, 2018
  16. Feb 21, 2018
  17. Jan 20, 2018
  18. Jan 11, 2018
  19. Jan 09, 2018
  20. Nov 03, 2017
  21. Jun 30, 2017
  22. Mar 06, 2017
  23. Feb 17, 2017
  24. Feb 02, 2017
    • Dave Syer's avatar
      Remove ehcache (at least temporarily) · c7657df8
      Dave Syer authored
      The fact that it was still there on the classpath means it needs to
      be configured (and fails silently if you don't). Removed to give
      us some tmie to reconsider.
      c7657df8
  25. Jan 31, 2017
  26. Dec 20, 2016
  27. Dec 05, 2016
  28. Dec 02, 2016
  29. Nov 17, 2016
  30. Nov 10, 2016
  31. Oct 17, 2016
  32. Oct 08, 2016
  33. Oct 01, 2016
  34. Sep 25, 2016
  35. Sep 15, 2016
  36. 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
Loading