From a88e7e03d172d1f1fb39be2c8f958eaf4ee50c30 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Mon, 23 Jan 2023 10:33:59 +0100 Subject: [PATCH] Updated to springboot v 2.7.7 Uplifted a lot of other dependencies. Uplift of source from ONAP. Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-743 Change-Id: I14091eb5cea1ede34de96c9c56baf8c6edbb4021 --- .gitmodules | 1 + config/application.yaml | 8 +++++++- onap/oran | 2 +- pom.xml | 37 ++++++++++++++++++------------------- 4 files changed, 27 insertions(+), 21 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5056419..b93d386 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "onap/oran"] path = onap/oran url = https://gerrit.onap.org/r/ccsdk/oran + update = rebase diff --git a/config/application.yaml b/config/application.yaml index 2bd8d83..8f37aaa 100644 --- a/config/application.yaml +++ b/config/application.yaml @@ -31,7 +31,12 @@ management: web: exposure: # Enabling of springboot actuator features. See springboot documentation. - include: "loggers,logfile,health,info,metrics,threaddump,heapdump" + include: "loggers,logfile,health,info,metrics,threaddump,heapdump,shutdown" + endpoint: + shutdown: + enabled: true +lifecycle: + timeout-per-shutdown-phase: "20s" springdoc: show-actuator: true logging: @@ -53,6 +58,7 @@ server: # See springboot documentation. port : 8433 http-port: 8081 + shutdown: "graceful" ssl: key-store-type: JKS key-store-password: policy_agent diff --git a/onap/oran b/onap/oran index 123ba96..aee1110 160000 --- a/onap/oran +++ b/onap/oran @@ -1 +1 @@ -Subproject commit 123ba96ee12d73d89aac9e274ae9e3cffe7249ea +Subproject commit aee111025016696c6aa5ffe1f86acdb731a7ff0f diff --git a/pom.xml b/pom.xml index 37871fe..859842b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% -* Copyright (C) 2019 Nordix Foundation +* Copyright (C) 2019-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.11 + 2.7.7 org.o-ran-sc.nonrtric.plt @@ -48,18 +48,17 @@ 11 3.0.0 - 2.9.0 - 2.1.13 - 20220320 - 3.8.0 - 2.12.2 - 1.18.0 + 2.2.8 + 20220924 + 3.10.0 + 2.13.0 + 2.30.0 0.30.0 2.1.1 3.7.0.1746 - 0.8.5 - 3.0.0 - 2.17.292 + 0.8.8 + 3.1.0 + 2.19.17 @@ -70,7 +69,7 @@ com.google.guava guava - 31.0.1-jre + 31.1-jre org.springframework.boot @@ -93,6 +92,10 @@ spring-boot-devtools true + + org.springframework.boot + spring-boot-starter-validation + org.springframework spring-webflux @@ -107,10 +110,6 @@ swagger-jaxrs2-servlet-initializer ${swagger.version} - - javax.xml.bind - jaxb-api - com.google.code.gson gson @@ -157,10 +156,10 @@ ${springfox.version} - + org.springdoc springdoc-openapi-ui - 1.6.6 + 1.6.14 test @@ -202,7 +201,7 @@ com.github.erosb everit-json-schema - 1.13.0 + 1.14.1 software.amazon.awssdk -- 2.16.6