From 7a9c361c25f53be2d6becb3d0eabc4fb7cf4552c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9=20Strysewske?= Date: Fri, 8 Sep 2023 09:47:06 +0200 Subject: [PATCH 1/3] [GITFLOW]updating poms for 1.87.1 branch with snapshot versions --- sormas-api/pom.xml | 2 +- sormas-app/pom.xml | 2 +- sormas-backend/pom.xml | 2 +- sormas-base/pom.xml | 2 +- sormas-cargoserver/pom.xml | 2 +- sormas-ear/pom.xml | 2 +- sormas-keycloak-service-provider/pom.xml | 2 +- sormas-rest/pom.xml | 2 +- sormas-serverlibs/pom.xml | 2 +- sormas-ui/pom.xml | 2 +- sormas-widgetset/pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sormas-api/pom.xml b/sormas-api/pom.xml index 040069f527e..13e30f016c9 100644 --- a/sormas-api/pom.xml +++ b/sormas-api/pom.xml @@ -2,7 +2,7 @@ de.symeda.sormas sormas-base - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-app/pom.xml b/sormas-app/pom.xml index 9580c19161e..f1221ecd7ae 100644 --- a/sormas-app/pom.xml +++ b/sormas-app/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-backend/pom.xml b/sormas-backend/pom.xml index 37fb63ca1c5..36b7dc5b53c 100644 --- a/sormas-backend/pom.xml +++ b/sormas-backend/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-base/pom.xml b/sormas-base/pom.xml index 95f4f81d8fc..cfe9b4ae3be 100644 --- a/sormas-base/pom.xml +++ b/sormas-base/pom.xml @@ -5,7 +5,7 @@ de.symeda.sormas sormas-base pom - 1.87.0 + 1.87.1-SNAPSHOT 3.6.3 diff --git a/sormas-cargoserver/pom.xml b/sormas-cargoserver/pom.xml index 317f521ad8b..69a087042cf 100644 --- a/sormas-cargoserver/pom.xml +++ b/sormas-cargoserver/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base diff --git a/sormas-ear/pom.xml b/sormas-ear/pom.xml index 504ca795ad1..16ae78f0e96 100644 --- a/sormas-ear/pom.xml +++ b/sormas-ear/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base diff --git a/sormas-keycloak-service-provider/pom.xml b/sormas-keycloak-service-provider/pom.xml index 96ed1b75c73..bb009d160ce 100644 --- a/sormas-keycloak-service-provider/pom.xml +++ b/sormas-keycloak-service-provider/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-rest/pom.xml b/sormas-rest/pom.xml index 4bf5bf94ea7..2237ad32521 100644 --- a/sormas-rest/pom.xml +++ b/sormas-rest/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base diff --git a/sormas-serverlibs/pom.xml b/sormas-serverlibs/pom.xml index 1e817f8b3ea..90bae8c4d06 100644 --- a/sormas-serverlibs/pom.xml +++ b/sormas-serverlibs/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-ui/pom.xml b/sormas-ui/pom.xml index 60f04448bd5..523c7557e56 100644 --- a/sormas-ui/pom.xml +++ b/sormas-ui/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-widgetset/pom.xml b/sormas-widgetset/pom.xml index 4cbe2bfe3d5..c25057f7d51 100644 --- a/sormas-widgetset/pom.xml +++ b/sormas-widgetset/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.0 + 1.87.1-SNAPSHOT ../sormas-base 4.0.0 From dc737608d0ac6cca56f47f209dbc4e8f589519b5 Mon Sep 17 00:00:00 2001 From: Levente Gal Date: Thu, 7 Sep 2023 17:42:36 +0300 Subject: [PATCH 2/3] Fixed #12513 Multiple bouncycastle versions in the release producing exceptions after fetching external messages --- sormas-backend/pom.xml | 2 +- sormas-base/pom.xml | 8 ++++---- sormas-serverlibs/pom.xml | 16 ++++++++++++++-- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/sormas-backend/pom.xml b/sormas-backend/pom.xml index 36b7dc5b53c..d6362fa752e 100644 --- a/sormas-backend/pom.xml +++ b/sormas-backend/pom.xml @@ -158,7 +158,7 @@ org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on diff --git a/sormas-base/pom.xml b/sormas-base/pom.xml index cfe9b4ae3be..58437fd3306 100644 --- a/sormas-base/pom.xml +++ b/sormas-base/pom.xml @@ -34,7 +34,7 @@ 8.14.3 ${vaadin.version} 2.2.15 - 1.70 + 1.76 1.56.1 21.1.2 4.1.95.Final @@ -733,19 +733,19 @@ org.bouncycastle - bcmail-jdk15on + bcmail-jdk18on ${bouncycastle.version} provided org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on ${bouncycastle.version} provided org.bouncycastle - bcprov-jdk15on + bcprov-jdk18on ${bouncycastle.version} provided diff --git a/sormas-serverlibs/pom.xml b/sormas-serverlibs/pom.xml index 90bae8c4d06..c8acede7d78 100644 --- a/sormas-serverlibs/pom.xml +++ b/sormas-serverlibs/pom.xml @@ -172,11 +172,11 @@ org.bouncycastle - bcmail-jdk15on + bcmail-jdk18on org.bouncycastle - bcpkix-jdk15on + bcpkix-jdk18on @@ -231,6 +231,18 @@ org.keycloak keycloak-servlet-filter-adapter + + + org.bouncycastle + bcpkix-jdk15on + + + + org.bouncycastle + bcprov-jdk15on + + + org.keycloak From ca3a09f400ef82656318788a4ec16271ea7a7189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9=20Strysewske?= Date: Fri, 8 Sep 2023 09:54:06 +0200 Subject: [PATCH 3/3] [GITFLOW]updating poms for branch'hotfix-1.87.1' with non-snapshot versions --- sormas-api/pom.xml | 2 +- sormas-app/pom.xml | 2 +- sormas-backend/pom.xml | 2 +- sormas-base/pom.xml | 2 +- sormas-cargoserver/pom.xml | 2 +- sormas-ear/pom.xml | 2 +- sormas-keycloak-service-provider/pom.xml | 2 +- sormas-rest/pom.xml | 2 +- sormas-serverlibs/pom.xml | 2 +- sormas-ui/pom.xml | 2 +- sormas-widgetset/pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sormas-api/pom.xml b/sormas-api/pom.xml index 13e30f016c9..09ed975c15d 100644 --- a/sormas-api/pom.xml +++ b/sormas-api/pom.xml @@ -2,7 +2,7 @@ de.symeda.sormas sormas-base - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base 4.0.0 diff --git a/sormas-app/pom.xml b/sormas-app/pom.xml index f1221ecd7ae..8eb0bd9b12b 100644 --- a/sormas-app/pom.xml +++ b/sormas-app/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base 4.0.0 diff --git a/sormas-backend/pom.xml b/sormas-backend/pom.xml index d6362fa752e..eca8a537e42 100644 --- a/sormas-backend/pom.xml +++ b/sormas-backend/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base 4.0.0 diff --git a/sormas-base/pom.xml b/sormas-base/pom.xml index 58437fd3306..9af6a80e869 100644 --- a/sormas-base/pom.xml +++ b/sormas-base/pom.xml @@ -5,7 +5,7 @@ de.symeda.sormas sormas-base pom - 1.87.1-SNAPSHOT + 1.87.1 3.6.3 diff --git a/sormas-cargoserver/pom.xml b/sormas-cargoserver/pom.xml index 69a087042cf..1a4cdee4e81 100644 --- a/sormas-cargoserver/pom.xml +++ b/sormas-cargoserver/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base diff --git a/sormas-ear/pom.xml b/sormas-ear/pom.xml index 16ae78f0e96..00f491ae644 100644 --- a/sormas-ear/pom.xml +++ b/sormas-ear/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base diff --git a/sormas-keycloak-service-provider/pom.xml b/sormas-keycloak-service-provider/pom.xml index bb009d160ce..d86c3753d9a 100644 --- a/sormas-keycloak-service-provider/pom.xml +++ b/sormas-keycloak-service-provider/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base 4.0.0 diff --git a/sormas-rest/pom.xml b/sormas-rest/pom.xml index 2237ad32521..3fc68079efd 100644 --- a/sormas-rest/pom.xml +++ b/sormas-rest/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base diff --git a/sormas-serverlibs/pom.xml b/sormas-serverlibs/pom.xml index c8acede7d78..8e62461362f 100644 --- a/sormas-serverlibs/pom.xml +++ b/sormas-serverlibs/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base 4.0.0 diff --git a/sormas-ui/pom.xml b/sormas-ui/pom.xml index 523c7557e56..3d5697b3d2e 100644 --- a/sormas-ui/pom.xml +++ b/sormas-ui/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base 4.0.0 diff --git a/sormas-widgetset/pom.xml b/sormas-widgetset/pom.xml index c25057f7d51..b57808b5085 100644 --- a/sormas-widgetset/pom.xml +++ b/sormas-widgetset/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.87.1-SNAPSHOT + 1.87.1 ../sormas-base 4.0.0