From c991a0f9681002ef5499123a40fb3da915580adc Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 23 Jun 2024 11:36:03 +0200 Subject: [PATCH] Upgraded JDK-Version, Spring Boot & Docker for all servies --- README.sh | 14 +++++++------- counter | 2 +- docker-compose.yml | 14 +++++++------- popular | 2 +- query | 2 +- recorder | 2 +- splitter | 2 +- top10 | 2 +- users | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.sh b/README.sh index 2f6d503..1eb2b70 100755 --- a/README.sh +++ b/README.sh @@ -1,13 +1,13 @@ #!/bin/bash FORTUNE=juplo/wordcount--fortune:1.0.1 -RECORDER=juplo/wordcount--recorder:1.2.0 -USERS=juplo/wordcount--users:1.0.5 -SPLITTER=juplo/wordcount--splitter:1.2.0 -COUNTER=juplo/wordcount--counter:1.4.0 -TOP10=juplo/wordcount--top10:1.4.0 -QUERY=juplo/wordcount--query:2.1.0 -POPULAR=juplo/wordcount--popular:1.3.0 +RECORDER=juplo/wordcount--recorder:1.2.1 +USERS=juplo/wordcount--users:1.0.6 +SPLITTER=juplo/wordcount--splitter:1.2.1 +COUNTER=juplo/wordcount--counter:1.4.1 +TOP10=juplo/wordcount--top10:1.4.1 +QUERY=juplo/wordcount--query:2.1.1 +POPULAR=juplo/wordcount--popular:1.3.1 if [ "$1" = "cleanup" ] then diff --git a/counter b/counter index 123d1d3..30e5e8b 160000 --- a/counter +++ b/counter @@ -1 +1 @@ -Subproject commit 123d1d3df7e3665dbe511a2e7d7398e0aa235a63 +Subproject commit 30e5e8b9c41f3db0ede62fd0a903a5e54f151ce6 diff --git a/docker-compose.yml b/docker-compose.yml index 8bc4b78..cf6febf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ services: recorder: - image: juplo/wordcount--recorder:1.2.0 + image: juplo/wordcount--recorder:1.2.1 labels: - "traefik.enable=true" - "traefik.http.routers.recorder.rule=Host(`recorder.localhost`)" @@ -49,7 +49,7 @@ services: - kafka users: - image: juplo/wordcount--users:1.0.5 + image: juplo/wordcount--users:1.0.6 labels: - "traefik.enable=true" - "traefik.http.routers.users.rule=Host(`users.localhost`)" @@ -60,7 +60,7 @@ services: - kafka splitter: - image: juplo/wordcount--splitter:1.2.0 + image: juplo/wordcount--splitter:1.2.1 labels: - "traefik.enable=true" - "traefik.http.routers.splitter.rule=Host(`splitter.localhost`)" @@ -71,7 +71,7 @@ services: - kafka counter: - image: juplo/wordcount--counter:1.4.0 + image: juplo/wordcount--counter:1.4.1 labels: - "traefik.enable=true" - "traefik.http.routers.counter.rule=Host(`counter.localhost`)" @@ -82,7 +82,7 @@ services: - kafka top10: - image: juplo/wordcount--top10:1.4.0 + image: juplo/wordcount--top10:1.4.1 labels: - "traefik.enable=true" - "traefik.http.routers.top10.rule=Host(`top10.localhost`)" @@ -93,7 +93,7 @@ services: - kafka query: - image: juplo/wordcount--query:2.1.0 + image: juplo/wordcount--query:2.1.1 labels: - "traefik.enable=true" - "traefik.http.routers.query.rule=Host(`query.localhost`)" @@ -104,7 +104,7 @@ services: - kafka popular: - image: juplo/wordcount--popular:1.3.0 + image: juplo/wordcount--popular:1.3.1 labels: - "traefik.enable=true" - "traefik.http.routers.popular.rule=Host(`popular.localhost`)" diff --git a/popular b/popular index 73eec81..5ed4826 160000 --- a/popular +++ b/popular @@ -1 +1 @@ -Subproject commit 73eec81b106ad2a145565c8e87bd6fe2a32b617e +Subproject commit 5ed4826dd2502ce8432ae9417462b771ca351e9b diff --git a/query b/query index d835b70..b223786 160000 --- a/query +++ b/query @@ -1 +1 @@ -Subproject commit d835b70fc4d49a50f42da9c21b3de1dbcd18cbaf +Subproject commit b223786b36be5a1b1cb02235f90d1ae0e5ffc56c diff --git a/recorder b/recorder index b06e664..5d2525d 160000 --- a/recorder +++ b/recorder @@ -1 +1 @@ -Subproject commit b06e6649f54c4ab58cea812b96301dadbbd23b23 +Subproject commit 5d2525da0fc5ca061d7361cce5614ac53c1867eb diff --git a/splitter b/splitter index 836368a..e834325 160000 --- a/splitter +++ b/splitter @@ -1 +1 @@ -Subproject commit 836368acb5e435a733df5893e477a406daeafcb3 +Subproject commit e834325a1d41d2b448b7e97b7a491e85f02cd403 diff --git a/top10 b/top10 index 238491e..bed1a4e 160000 --- a/top10 +++ b/top10 @@ -1 +1 @@ -Subproject commit 238491ed4d33495202e79879954802e5d0836006 +Subproject commit bed1a4ebf7badd1e8e8dba3c338f8ea05f6cb9e3 diff --git a/users b/users index aa0d1c4..4f16805 160000 --- a/users +++ b/users @@ -1 +1 @@ -Subproject commit aa0d1c4c8e47b2fffc5fa0ca2cae83f64ed8dd4e +Subproject commit 4f16805af7e69c189daa364f113f57ee9abfc079 -- 2.20.1