From fc93ced50a3b8f1c0fd5522a6a30eb7bec2fc532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Torres?= Date: Mon, 27 Jul 2020 08:39:16 +0100 Subject: [PATCH 1/2] fix: update Java 14 to 15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85813a77..4c9ef09a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - This project is a development of a small set of **Spring Boot** and **Cloud** based Microservices projects that implement cloud-native intuitive, Reactive Programming, Event-driven, Microservices design patterns, and coding best practices. - The project follows [**CloudNative**](https://www.cncf.io/) recommendations and The [**twelve-factor app**](https://12factor.net/) methodology for building *software-as-a-service apps* to show how μServices should be developed and deployed. - This project uses cutting edge technologies like Docker, Kubernetes, Elasticsearch Stack for - logging and monitoring, Java SE 14, MySQL, and MongoDB databases, all components developed with TDD in mind, covering integration & performance testing, and many more. + logging and monitoring, Java SE 15, MySQL, and MongoDB databases, all components developed with TDD in mind, covering integration & performance testing, and many more. - This project is going to be developed as stages, and all such stage steps are documented under the project **Springy Store μServices** [wiki page](https://github.com/mohamed-taman/Springy-Store-Microservices/wiki). --- From ebc06152f2ddd8279fe4ed07f5377f5d3f37488a Mon Sep 17 00:00:00 2001 From: Mohamed Taman Date: Fri, 31 Jul 2020 02:00:36 +0200 Subject: [PATCH 2/2] config-server fails to start fixes #75 --- store-base/store-build-chassis/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store-base/store-build-chassis/pom.xml b/store-base/store-build-chassis/pom.xml index 8ef79b1a..161800ea 100644 --- a/store-base/store-build-chassis/pom.xml +++ b/store-base/store-build-chassis/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.4.0-SNAPSHOT + 2.4.0-M1 @@ -19,7 +19,7 @@ 15 - 2020.0.0-SNAPSHOT + 2020.0.0-M3 UTF-8 UTF-8