- Nov 17, 2018
-
-
Antoine Rey authored
* Add circuit breaker to the getVisitsForPets method * Use Collections.emptyMap() * Fallback method with private visibility * Unit test Hystrix fallback method * Introduce assertDescriptionEquals method * VisitsServiceClientTest refactoring
-
- Nov 12, 2018
-
-
Antoine Rey authored
-
Antoine Rey authored
-
Antoine Rey authored
-
Antoine Rey authored
Readme improvments
-
Antoine Rey authored
-
Antoine Rey authored
-
- Oct 15, 2018
-
-
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
-
- Oct 14, 2018
-
-
Antoine Rey authored
Fixes #108 | Replace custom Zipkin server with openzipkin
-
Maciej Szarlinski authored
-
- Oct 04, 2018
-
-
Antoine Rey authored
-
Antoine Rey authored
-
Antoine Rey authored
-
- Oct 01, 2018
-
-
Antoine Rey authored
-
Antoine Rey authored
-
Antoine Rey authored
-
- Sep 28, 2018
-
-
Antoine Rey authored
Thanks
-
- Sep 25, 2018
-
-
Antoine Rey authored
Upgrade to JUnit 5.3.1
-
- Sep 24, 2018
-
-
Maciej Szarlinski authored
-
Maciej Szarlinski authored
-
- Sep 23, 2018
-
-
Antoine Rey authored
-
Antoine Rey authored
Fetching visits of many pets at once
-
Antoine Rey authored
Added Maven wrapper
-
Maciej Szarlinski authored
-
Maciej Szarlinski authored
-
Maciej Szarlinski authored
-
Antoine Rey authored
* #65 Add some MySQL documentation * #65 Add some MySQL documentation : fixing typo
-
- Sep 22, 2018
-
-
Antoine Rey authored
#14 Do not fail maven build of the .git directory is missing
-
Antoine Rey authored
-
- Aug 30, 2018
-
-
Antoine Rey authored
Upgrade to Spring Boot 2.0.4
-
Antoine Rey authored
-
Antoine Rey authored
Upgrade to Spring Cloud Finchley SR1
-
- Aug 21, 2018
-
-
Antoine Rey authored
Update dockerfile
-
Antoine Rey authored
-
- Aug 03, 2018
-
-
donydex authored
The value EXPOSED_PORT need to be declared before use
-
- Jul 16, 2018
-
-
Antoine Rey authored
Upgrade to Spring Cloud Finchley #72
-
- Jul 14, 2018
-
-
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
-
- May 02, 2018
-
-
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.
-
- Jan 30, 2018
-
-
jpaszek authored
-
- Jan 28, 2018
-
-
Antoine Rey authored
Fixed SpringBootAdminApplication startup error
-