From 5fa59af9b78f934527c25af022925fb4aa83b835 Mon Sep 17 00:00:00 2001 From: Chandra Gorantla Date: Wed, 16 Apr 2025 15:46:19 -0400 Subject: [PATCH 1/2] MPLUG-72: Update OpenNMS/Sentinel versions --- smoke-test/src/main/resources/docker_fixed_images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smoke-test/src/main/resources/docker_fixed_images b/smoke-test/src/main/resources/docker_fixed_images index 3783ba67..64b7f920 100644 --- a/smoke-test/src/main/resources/docker_fixed_images +++ b/smoke-test/src/main/resources/docker_fixed_images @@ -8,5 +8,5 @@ kafka=confluentinc/cp-kafka:7.0.0 postgres=postgres:10.7-alpine # Note this tag version should match the selenium version in the POM selenium=selenium/standalone-chrome-debug:3.4.0 -sentinel=opennms/sentinel:30.0.0 -opennms=opennms/horizon:30.0.0 +sentinel=opennms/sentinel:release-33.x-linux-amd64 +opennms=opennms/horizon:release-33.x-linux-amd64 From 08e2e054708fdd1b410401361fafef3b39cb5685 Mon Sep 17 00:00:00 2001 From: Chandra Gorantla Date: Mon, 2 Jun 2025 13:32:43 -0400 Subject: [PATCH 2/2] MPLUG-72: Does this pass ? --- pom.xml | 2 +- smoke-test/src/main/resources/docker_fixed_images | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f947142a..ad22eefc 100644 --- a/pom.xml +++ b/pom.xml @@ -531,7 +531,7 @@ 2.22.1 - -Xmx1024m -Xms1024m -XX:MaxPermSize=512m -Djdk.net.URLClassPath.disableClassPathURLCheck=true + -Xmx1024m -Xms1024m -Djdk.net.URLClassPath.disableClassPathURLCheck=true diff --git a/smoke-test/src/main/resources/docker_fixed_images b/smoke-test/src/main/resources/docker_fixed_images index 64b7f920..a37a3480 100644 --- a/smoke-test/src/main/resources/docker_fixed_images +++ b/smoke-test/src/main/resources/docker_fixed_images @@ -8,5 +8,5 @@ kafka=confluentinc/cp-kafka:7.0.0 postgres=postgres:10.7-alpine # Note this tag version should match the selenium version in the POM selenium=selenium/standalone-chrome-debug:3.4.0 -sentinel=opennms/sentinel:release-33.x-linux-amd64 -opennms=opennms/horizon:release-33.x-linux-amd64 +sentinel=opennms/sentinel:34.0.0-SNAPSHOT +opennms=opennms/horizon:34.0.0-SNAPSHOT