From 2c137f0da6d6cd90cf258b04d3e9b6d9ebf70a41 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 23 Jan 2023 12:05:50 +0000 Subject: [PATCH] Upgrade springboot re-enable prometheus http stats Springboot 2.5.14 has a bug in its actuator that does not automatically activate HTTP statiscis. iThis bug is causing our CSITs to fail in the master branch. This is fixed in the latest version of Springboot. See: https://github.com/spring-projects/spring-boot/issues/31263 Issue-ID: POLICY-4143 Change-Id: I04e56e81f06abf0416918df606f1d413b3eb4c1b Signed-off-by: liamfallon --- docs/development/devtools/drools-smoke.rst | 8 ++++---- integration/pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/development/devtools/drools-smoke.rst b/docs/development/devtools/drools-smoke.rst index dacefdd4..a648dbd1 100644 --- a/docs/development/devtools/drools-smoke.rst +++ b/docs/development/devtools/drools-smoke.rst @@ -31,14 +31,14 @@ At a minimum policy needs the following components installed: AAI, SO and other components can be simulated by installing the simulator charts: -`Policy Simulator Helm Chart `_ +`Policy Simulator Helm Chart `_ docker-compose based -------------------- A smaller testing environment can be put together by replicating the CSIT test environment: -`Policy CSIT Test infrastructure `_ +`Policy CSIT Test infrastructure `_ Testing procedures ****************** @@ -57,6 +57,6 @@ and dependent components. The following scenarios should be considered: The following testsuites contain everything necessary for the previous verifications: -- `CSIT Robot framework `_ -- `JMeter S3P `_ +- `CSIT Robot framework `_ +- `JMeter S3P `_ diff --git a/integration/pom.xml b/integration/pom.xml index 4d7ab260..da478670 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -105,7 +105,7 @@ 1.33 5.3.22 - 2.5.14 + 2.7.8 1.6.13 3.0.36 -- 2.16.6