Skip to content
Snippets Groups Projects
  1. Feb 22, 2018
  2. Jan 09, 2018
  3. Nov 03, 2017
  4. Feb 17, 2017
  5. Feb 03, 2017
  6. Jan 08, 2017
  7. Dec 05, 2016
  8. 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
  9. Nov 10, 2016
  10. Oct 08, 2016
  11. 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
  12. Jun 27, 2016
  13. Jun 24, 2016
  14. Jun 23, 2016
  15. Jun 06, 2016
  16. Apr 05, 2016
  17. Apr 04, 2016
  18. Feb 25, 2016
  19. Feb 04, 2016
  20. Jan 30, 2016
  21. Jan 25, 2016
  22. Oct 16, 2015
  23. Oct 13, 2015
  24. May 20, 2015
  25. May 12, 2015
  26. Apr 23, 2015
  27. Nov 28, 2014
  28. May 31, 2014
    • Thibault Duchateau's avatar
      Upgraded Dandelion-Datatables to the latest release (v0.10.0) · e99c67a4
      Thibault Duchateau authored
       * The old datatables-servlet2 dependency has been removed from the pom.xml
       * Some attributes have been renamed (e.g. paginate => pageable)
       * Starting from the v0.10.0, all web components (servlet, filter) must be explicitely declared in the web.xml file. That's why I added the following declaration: DandelionFilter, DandelionServlet and DatatablesFilter
       * Added a new datatables.properties file in order to disable the asset management brought by Dandelion-Core. This is equivalent to the old cdn=true table attribute
      e99c67a4
  29. May 11, 2014
Loading