Upgrade springboot re-enable prometheus http stats 82/132982/2
authorliamfallon <liam.fallon@est.tech>
Mon, 23 Jan 2023 12:05:50 +0000 (12:05 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 23 Jan 2023 13:28:28 +0000 (13:28 +0000)
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 <liam.fallon@est.tech>
docs/development/devtools/drools-smoke.rst
integration/pom.xml

index dacefdd..a648dbd 100644 (file)
@@ -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 <https://git.onap.org/policy/docker/tree/helm/policy-models-simulator>`_
+`Policy Simulator Helm Chart <https://github.com/onap/policy-docker/tree/master/helm/policy/components/policy-models-simulator>`_
 
 docker-compose based
 --------------------
 
 A smaller testing environment can be put together by replicating the CSIT test environment:
 
-`Policy CSIT Test infrastructure <https://git.onap.org/policy/docker/tree/csit>`_
+`Policy CSIT Test infrastructure <https://github.com/onap/policy-docker/tree/master/csit>`_
 
 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 <https://git.onap.org/policy/docker/tree/csit/drools-applications/tests/drools-applications-test.robot>`_
-- `JMeter S3P <https://git.onap.org/policy/drools-applications/tree/testsuites/stability/src/main/resources/s3p.jmx>`_
+- `CSIT Robot framework <https://github.com/onap/policy-docker/blob/master/csit/drools-applications/tests/drools-applications-test.robot>`_
+- `JMeter S3P <https://github.com/onap/policy-drools-applications/blob/master/testsuites/stability/src/main/resources/s3p.jmx>`_
 
index 4d7ab26..da47867 100644 (file)
         <version.snakeyaml>1.33</version.snakeyaml>
         <version.spring>5.3.22</version.spring>
         <!--version.spring>6.0.2</version.spring-->
-        <version.springboot>2.5.14</version.springboot>
+        <version.springboot>2.7.8</version.springboot>
         <!--version.springboot>3.0.0</version.springboot-->
         <version.springdoc>1.6.13</version.springdoc>
         <version.swagger.codegen.v3>3.0.36</version.swagger.codegen.v3>