From bdb9f7181d34e2743ede2369ec35b163ef2e2ec9 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Fri, 1 Apr 2022 12:27:07 +0200 Subject: [PATCH] Updated dependencies Updated to springboot version 2.6.6 Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-721 Change-Id: I7ee145fa452c0ee15d6e9688dffdd4950cac0214 --- a1-policy-management-service/pom.xml | 6 +-- information-coordinator-service/api/ics-api.json | 40 ++++++++++---------- information-coordinator-service/api/ics-api.yaml | 48 ++++++++++++------------ information-coordinator-service/pom.xml | 6 +-- 4 files changed, 50 insertions(+), 50 deletions(-) diff --git a/a1-policy-management-service/pom.xml b/a1-policy-management-service/pom.xml index 6d404778..41b30ac3 100644 --- a/a1-policy-management-service/pom.xml +++ b/a1-policy-management-service/pom.xml @@ -26,7 +26,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.2 + 2.6.6 org.o-ran-sc.nonrtric @@ -49,7 +49,7 @@ 11 3.0.0 2.8.2 - 2.1.12 + 2.1.13 20211205 3.8.0 2.12.2 @@ -74,7 +74,7 @@ org.springdoc springdoc-openapi-ui - 1.6.3 + 1.6.6 org.springframework.boot diff --git a/information-coordinator-service/api/ics-api.json b/information-coordinator-service/api/ics-api.json index 082d42f5..56bbcb54 100644 --- a/information-coordinator-service/api/ics-api.json +++ b/information-coordinator-service/api/ics-api.json @@ -339,6 +339,15 @@ }}, "tags": ["Data producer (registration)"] }}, + "/actuator/threaddump": {"get": { + "summary": "Actuator web endpoint 'threaddump'", + "operationId": "threaddump_2", + "responses": {"200": { + "description": "OK", + "content": {"*/*": {"schema": {"type": "object"}}} + }}, + "tags": ["Actuator"] + }}, "/A1-EI/v1/eitypes/{eiTypeId}": {"get": { "summary": "Individual EI type", "operationId": "getEiType", @@ -360,15 +369,6 @@ }], "tags": ["A1-EI (registration)"] }}, - "/actuator/threaddump": {"get": { - "summary": "Actuator web endpoint 'threaddump'", - "operationId": "threaddump_4", - "responses": {"200": { - "description": "OK", - "content": {"*/*": {"schema": {"type": "object"}}} - }}, - "tags": ["Actuator"] - }}, "/data-producer/v1/info-types/{infoTypeId}": { "get": { "summary": "Individual Information Type", @@ -536,7 +536,7 @@ }}, "/actuator/loggers": {"get": { "summary": "Actuator web endpoint 'loggers'", - "operationId": "loggers_2", + "operationId": "loggers", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -545,7 +545,7 @@ }}, "/actuator/health/**": {"get": { "summary": "Actuator web endpoint 'health-path'", - "operationId": "health-path_2", + "operationId": "health-path", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -580,7 +580,7 @@ }}, "/actuator/metrics/{requiredMetricName}": {"get": { "summary": "Actuator web endpoint 'metrics-requiredMetricName'", - "operationId": "metrics-requiredMetricName_2", + "operationId": "metrics-requiredMetricName", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -595,7 +595,7 @@ }}, "/actuator": {"get": { "summary": "Actuator root web endpoint", - "operationId": "links_1", + "operationId": "links", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": { @@ -646,7 +646,7 @@ "/actuator/loggers/{name}": { "post": { "summary": "Actuator web endpoint 'loggers-name'", - "operationId": "loggers-name_3", + "operationId": "loggers-name", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -661,7 +661,7 @@ }, "get": { "summary": "Actuator web endpoint 'loggers-name'", - "operationId": "loggers-name_4", + "operationId": "loggers-name_2", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -770,7 +770,7 @@ }}, "/actuator/metrics": {"get": { "summary": "Actuator web endpoint 'metrics'", - "operationId": "metrics_2", + "operationId": "metrics", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -799,7 +799,7 @@ }}, "/actuator/info": {"get": { "summary": "Actuator web endpoint 'info'", - "operationId": "info_2", + "operationId": "info", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -1015,7 +1015,7 @@ }, "/actuator/logfile": {"get": { "summary": "Actuator web endpoint 'logfile'", - "operationId": "logfile_2", + "operationId": "logfile", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -1162,7 +1162,7 @@ }}, "/actuator/health": {"get": { "summary": "Actuator web endpoint 'health'", - "operationId": "health_2", + "operationId": "health", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} @@ -1231,7 +1231,7 @@ }}, "/actuator/heapdump": {"get": { "summary": "Actuator web endpoint 'heapdump'", - "operationId": "heapdump_2", + "operationId": "heapdump", "responses": {"200": { "description": "OK", "content": {"*/*": {"schema": {"type": "object"}}} diff --git a/information-coordinator-service/api/ics-api.yaml b/information-coordinator-service/api/ics-api.yaml index 2d121934..be8fc949 100644 --- a/information-coordinator-service/api/ics-api.yaml +++ b/information-coordinator-service/api/ics-api.yaml @@ -65,6 +65,19 @@ paths: type: array items: type: string + /actuator/threaddump: + get: + tags: + - Actuator + summary: Actuator web endpoint 'threaddump' + operationId: threaddump_2 + responses: + 200: + description: OK + content: + '*/*': + schema: + type: object /A1-EI/v1/eitypes/{eiTypeId}: get: tags: @@ -92,19 +105,6 @@ paths: application/json: schema: $ref: '#/components/schemas/ProblemDetails' - /actuator/threaddump: - get: - tags: - - Actuator - summary: Actuator web endpoint 'threaddump' - operationId: threaddump_4 - responses: - 200: - description: OK - content: - '*/*': - schema: - type: object /data-producer/v1/info-types/{infoTypeId}: get: tags: @@ -321,7 +321,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'loggers' - operationId: loggers_2 + operationId: loggers responses: 200: description: OK @@ -334,7 +334,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'health-path' - operationId: health-path_2 + operationId: health-path responses: 200: description: OK @@ -384,7 +384,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'metrics-requiredMetricName' - operationId: metrics-requiredMetricName_2 + operationId: metrics-requiredMetricName parameters: - name: requiredMetricName in: path @@ -405,7 +405,7 @@ paths: tags: - Actuator summary: Actuator root web endpoint - operationId: links_1 + operationId: links responses: 200: description: OK @@ -461,7 +461,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'loggers-name' - operationId: loggers-name_4 + operationId: loggers-name_2 parameters: - name: name in: path @@ -481,7 +481,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'loggers-name' - operationId: loggers-name_3 + operationId: loggers-name parameters: - name: name in: path @@ -627,7 +627,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'metrics' - operationId: metrics_2 + operationId: metrics responses: 200: description: OK @@ -669,7 +669,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'info' - operationId: info_2 + operationId: info responses: 200: description: OK @@ -947,7 +947,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'logfile' - operationId: logfile_2 + operationId: logfile responses: 200: description: OK @@ -1131,7 +1131,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'health' - operationId: health_2 + operationId: health responses: 200: description: OK @@ -1213,7 +1213,7 @@ paths: tags: - Actuator summary: Actuator web endpoint 'heapdump' - operationId: heapdump_2 + operationId: heapdump responses: 200: description: OK diff --git a/information-coordinator-service/pom.xml b/information-coordinator-service/pom.xml index 71122c43..fba179f6 100644 --- a/information-coordinator-service/pom.xml +++ b/information-coordinator-service/pom.xml @@ -26,7 +26,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.2 + 2.6.6 org.o-ran-sc.nonrtric @@ -49,7 +49,7 @@ 11 3.0.0 2.8.2 - 2.1.6 + 2.1.13 20211205 3.8.0 2.12.2 @@ -64,7 +64,7 @@ org.springdoc springdoc-openapi-ui - 1.6.3 + 1.6.6 org.springframework.boot -- 2.16.6