tag:github.com,2008:https://github.com/selvasingh/spring-petclinic-microservices/releasesTags from spring-petclinic-microservices2019-08-29T13:36:00Ztag:github.com,2008:Repository/268363762/v2.1.42019-08-29T13:36:00Zv2.1.4: Switch to openjdk8<p>Switch to openjdk8</p>
<p>Repair Travis build</p>areytag:github.com,2008:Repository/268363762/v2.0.62019-02-15T11:54:52Zv2.0.6: Merge pull request #111 from arey/feature/duplicateConf<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/spring-petclinic/spring-petclinic-microservices/pull/111">spring-petclinic#111</a> from arey/feature/duplicateConf</p>
<p>Remove configuration hosted by the Config Server</p>areytag:github.com,2008:Repository/268363762/v2.0.32018-07-16T06:05:42Zv2.0.3: Merge pull request #83 from spring-petclinic/feature/Finchley<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/spring-petclinic/spring-petclinic-microservices/pull/83">spring-petclinic#83</a> from spring-petclinic/feature/…</p>
<p>…Finchley</p>
<p>Upgrade to Spring Cloud Finchley <a class="issue-link js-issue-link" href="https://github.com/Azure-Samples/spring-petclinic-microservices/pull/72">Azure-Samples#72</a></p>areytag:github.com,2008:Repository/268363762/v1.5.92018-05-02T12:39:46Zv1.5.9: Reduce memory consumption of Docker images #76 (#77)<p>Reduce memory consumption of Docker images <a class="issue-link js-issue-link" href="https://github.com/spring-petclinic/spring-petclinic-microservices/issues/76">spring-petclinic#76</a> (<a class="issue-link js-issue-link" href="https://github.com/spring-petclinic/spring-petclinic-microservices/pull/77">sprin…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/spring-petclinic/spring-petclinic-microservices/pull/77">…g-petclinic#77</a>)</p>
<p>* Reduce memory consumption of Docker images <a class="issue-link js-issue-link" href="https://github.com/spring-petclinic/spring-petclinic-microservices/issues/76">spring-petclinic#76</a></p>
<p>The fix switches from an outdated Oracle Java 8 Docker image
<br />to the current openjdk:8 image. The Java VM of this image
<br />supports the parameters to make the Java VM Docker aware.
<br />With this option it becomes possible to set the memory
<br />limit to 256MB which reduces the memory consumption by
<br />75% and leaves the application still operational.</p>
<p>* Added a NOTE about the Docker VM resource usage on Mac and Win</p>
<p>This <span class="issue-keyword tooltipped tooltipped-se">closes</span> <a class="issue-link js-issue-link" href="https://github.com/spring-petclinic/spring-petclinic-microservices/issues/76">spring-petclinic#76</a> and hopefully improves the first time user-experience
<br />of the Docker compose way of running the demo microservices.</p>