Skip to content
Snippets Groups Projects
Forked from Smart / broken-petclinic
Source project has a limited visibility.
  • Stephane Nicoll's avatar
    a41b83a2
    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
    History
    Upgrade to Ehcache 3
    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.