Skip to content
Snippets Groups Projects
  1. Mar 19, 2019
  2. Feb 16, 2019
  3. Nov 18, 2018
    • Antoine Rey's avatar
      Add Hystrix Dashboard (#115) · ece0dc19
      Antoine Rey authored
      * Add circuit breaker to the getVisitsForPets method
      
      * Use Collections.emptyMap()
      
      * Fallback method with private visibility
      
      * Unit test Hystrix fallback method
      
      * #17 Add a Hystrix Dashboard application
      
      * Fix hystrix-dashboard container name
      ece0dc19
  4. Nov 17, 2018
  5. Nov 14, 2018
  6. Nov 12, 2018
  7. Oct 15, 2018
    • Michael Werner's avatar
      Update to alpine and dockerize (#107) · 318c08ae
      Michael Werner authored
      * Add alpine jre and dockerize script
      
      * Add docker build argument DOCKERIZE_VERSION
      
      * Increase memory limit
      
      * Use dockerize instead of wait-for-it script
      
      * Update documentation dockerize script
      
      * Remove unnecessary ports
      
      * Revert "Remove unnecessary ports"
      
      This reverts commit a605aaf
      
      * Set memory limit to 512M
      
      * Merge openzipkin
      
      * Remove obsolete links
      
      * Fix honoring memory limits for openzipkin
      318c08ae
  8. Oct 14, 2018
  9. Oct 04, 2018
  10. Sep 23, 2018
  11. Jul 14, 2018
    • Antoine Rey's avatar
      Upgrade to Spring Cloud Finchley #72 (#80) · ba03bfeb
      Antoine Rey authored
      * #72 Upgrade to Spring Cloud Finchley M9
      
      * #72 Upgrade to Spring Boot 2.0.1
      
      * #72 Remove @Deprecated API usage
      
      * #72 Upgrade to Spring Cloud Finchley RC2, Spring Boot 2.0.2, Sleuth 2.0.0.RC2, Zipkin Server 2.8.4
      
      * #72 Registering the index ViewController is no more required
      
      * For logging, implement the toString() method of the Pet entity
      
      * #72 Upgrade to Spring Boot Admin 2.0.0
      
      * #72 Add @NoArgsConstructor required for Jackson deserialization
      
      * #72 Upgrade to Spring Boot 2.0.3
      
      * #72 Upgrade to Spring Cloud Finchley RELEASE
      
      * Change Zipkin local host URL
      
      * #72 changes requested by the @mszarlinski code review
      ba03bfeb
  12. May 02, 2018
    • Michael Rumpf's avatar
      Reduce memory consumption of Docker images #76 (#77) · 387f824f
      Michael Rumpf authored
      * Reduce memory consumption of Docker images #76
      
      The fix switches from an outdated Oracle Java 8 Docker image
      to the current openjdk:8 image. The Java VM of this image
      supports the parameters to make the Java VM Docker aware.
      With this option it becomes possible to set the memory
      limit to 256MB which reduces the memory consumption by
      75% and leaves the application still operational.
      
      * Added a NOTE about the Docker VM resource usage on Mac and Win
      
      This closes #76 and hopefully improves the first time user-experience
      of the Docker compose way of running the demo microservices.
      387f824f
  13. Feb 26, 2017
  14. Jan 25, 2017
  15. Jan 14, 2017
  16. Dec 30, 2016
  17. Dec 29, 2016
  18. Dec 21, 2016
  19. Dec 14, 2016
  20. Dec 01, 2016
  21. Nov 29, 2016
  22. Nov 22, 2016
  23. Nov 17, 2016
  24. Nov 15, 2016
  25. Nov 13, 2016
  26. Nov 12, 2016
  27. Jan 09, 2013
Loading