From 919773eb4aea7f7481ae761652a9f3a7d3c346f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9=20Strysewske?= Date: Thu, 7 Sep 2023 11:49:19 +0200 Subject: [PATCH 1/3] [GITFLOW]updating poms for 1.88.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 477ed070b02..aa746a7d1ec 100644 --- a/sormas-api/pom.xml +++ b/sormas-api/pom.xml @@ -2,7 +2,7 @@ de.symeda.sormas sormas-base - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-app/pom.xml b/sormas-app/pom.xml index 3a3a532b5ad..07fa3e66e1c 100644 --- a/sormas-app/pom.xml +++ b/sormas-app/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-backend/pom.xml b/sormas-backend/pom.xml index 72fae75314b..43d0a59e1ee 100644 --- a/sormas-backend/pom.xml +++ b/sormas-backend/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-base/pom.xml b/sormas-base/pom.xml index 520692220e1..6969f5a5e43 100644 --- a/sormas-base/pom.xml +++ b/sormas-base/pom.xml @@ -5,7 +5,7 @@ de.symeda.sormas sormas-base pom - 1.88.0 + 1.88.1-SNAPSHOT 3.6.3 diff --git a/sormas-cargoserver/pom.xml b/sormas-cargoserver/pom.xml index c1b830c6f48..30c46dc1db2 100644 --- a/sormas-cargoserver/pom.xml +++ b/sormas-cargoserver/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base diff --git a/sormas-ear/pom.xml b/sormas-ear/pom.xml index 6126a952cf3..6a64563b80e 100644 --- a/sormas-ear/pom.xml +++ b/sormas-ear/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base diff --git a/sormas-keycloak-service-provider/pom.xml b/sormas-keycloak-service-provider/pom.xml index b0c61e211e9..60e1fb5a002 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.88.0 + 1.88.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-rest/pom.xml b/sormas-rest/pom.xml index 014f1d668bf..7c0031295f7 100644 --- a/sormas-rest/pom.xml +++ b/sormas-rest/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base diff --git a/sormas-serverlibs/pom.xml b/sormas-serverlibs/pom.xml index e0d08f38448..f07223d2f44 100644 --- a/sormas-serverlibs/pom.xml +++ b/sormas-serverlibs/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-ui/pom.xml b/sormas-ui/pom.xml index 8fbf791a120..bc28461b4fa 100644 --- a/sormas-ui/pom.xml +++ b/sormas-ui/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base 4.0.0 diff --git a/sormas-widgetset/pom.xml b/sormas-widgetset/pom.xml index 87bac3399db..db444473395 100644 --- a/sormas-widgetset/pom.xml +++ b/sormas-widgetset/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.0 + 1.88.1-SNAPSHOT ../sormas-base 4.0.0 From 0a3956461f85a254c460d0c8008f5c5039a9bdf3 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 43d0a59e1ee..6aaf11d9cef 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 6969f5a5e43..b1b28d26182 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 f07223d2f44..d57d1da0296 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 4060248c041b100310f1165efa7e2bf7e01227c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9=20Strysewske?= Date: Fri, 8 Sep 2023 09:05:02 +0200 Subject: [PATCH 3/3] [GITFLOW]updating poms for branch'hotfix-1.88.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 aa746a7d1ec..1cc518919b6 100644 --- a/sormas-api/pom.xml +++ b/sormas-api/pom.xml @@ -2,7 +2,7 @@ de.symeda.sormas sormas-base - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base 4.0.0 diff --git a/sormas-app/pom.xml b/sormas-app/pom.xml index 07fa3e66e1c..4764e003b58 100644 --- a/sormas-app/pom.xml +++ b/sormas-app/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base 4.0.0 diff --git a/sormas-backend/pom.xml b/sormas-backend/pom.xml index 6aaf11d9cef..7c56ffeacf8 100644 --- a/sormas-backend/pom.xml +++ b/sormas-backend/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base 4.0.0 diff --git a/sormas-base/pom.xml b/sormas-base/pom.xml index b1b28d26182..8da860de8c8 100644 --- a/sormas-base/pom.xml +++ b/sormas-base/pom.xml @@ -5,7 +5,7 @@ de.symeda.sormas sormas-base pom - 1.88.1-SNAPSHOT + 1.88.1 3.6.3 diff --git a/sormas-cargoserver/pom.xml b/sormas-cargoserver/pom.xml index 30c46dc1db2..4584e5533a2 100644 --- a/sormas-cargoserver/pom.xml +++ b/sormas-cargoserver/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base diff --git a/sormas-ear/pom.xml b/sormas-ear/pom.xml index 6a64563b80e..053ab0c94b0 100644 --- a/sormas-ear/pom.xml +++ b/sormas-ear/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base diff --git a/sormas-keycloak-service-provider/pom.xml b/sormas-keycloak-service-provider/pom.xml index 60e1fb5a002..2167937bab0 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.88.1-SNAPSHOT + 1.88.1 ../sormas-base 4.0.0 diff --git a/sormas-rest/pom.xml b/sormas-rest/pom.xml index 7c0031295f7..2a9272765bd 100644 --- a/sormas-rest/pom.xml +++ b/sormas-rest/pom.xml @@ -3,7 +3,7 @@ de.symeda.sormas sormas-base - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base diff --git a/sormas-serverlibs/pom.xml b/sormas-serverlibs/pom.xml index d57d1da0296..0c3196c9a86 100644 --- a/sormas-serverlibs/pom.xml +++ b/sormas-serverlibs/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base 4.0.0 diff --git a/sormas-ui/pom.xml b/sormas-ui/pom.xml index bc28461b4fa..3fc9b6b6279 100644 --- a/sormas-ui/pom.xml +++ b/sormas-ui/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base 4.0.0 diff --git a/sormas-widgetset/pom.xml b/sormas-widgetset/pom.xml index db444473395..61597fc8d2a 100644 --- a/sormas-widgetset/pom.xml +++ b/sormas-widgetset/pom.xml @@ -3,7 +3,7 @@ sormas-base de.symeda.sormas - 1.88.1-SNAPSHOT + 1.88.1 ../sormas-base 4.0.0