From 44a45353ea19d93970954f04507e2baafc7456c0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 25 Aug 2023 12:33:29 +0100 Subject: Bump snapshots for Java 17 Issue-ID: POLICY-4665 Change-Id: Id3047fda5b39f2892d7a0a2f5c92b02a2c82df3e Signed-off-by: liamfallon --- gui-common/pom.xml | 2 +- gui-editors/gui-editor-apex/pom.xml | 2 +- gui-editors/pom.xml | 2 +- gui-runtime/gui-acm/pom.xml | 2 +- gui-runtime/pom.xml | 2 +- gui-server/pom.xml | 2 +- packages/policy-gui-docker/pom.xml | 2 +- packages/policy-gui-docker/src/main/docker/Dockerfile | 2 +- packages/pom.xml | 2 +- pom.xml | 10 +++++----- version.properties | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gui-common/pom.xml b/gui-common/pom.xml index 4b11e78..4671350 100644 --- a/gui-common/pom.xml +++ b/gui-common/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.gui policy-gui - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT gui-common diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 00fb1b7..717cf38 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.gui.editors editors - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT gui-editor-apex diff --git a/gui-editors/pom.xml b/gui-editors/pom.xml index 7fb27fe..83fb509 100644 --- a/gui-editors/pom.xml +++ b/gui-editors/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.gui policy-gui - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT org.onap.policy.gui.editors diff --git a/gui-runtime/gui-acm/pom.xml b/gui-runtime/gui-acm/pom.xml index 31359c3..0a8933f 100644 --- a/gui-runtime/gui-acm/pom.xml +++ b/gui-runtime/gui-acm/pom.xml @@ -21,7 +21,7 @@ org.onap.policy.gui policy-gui - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT ../../pom.xml diff --git a/gui-runtime/pom.xml b/gui-runtime/pom.xml index 7c1869f..c70d464 100644 --- a/gui-runtime/pom.xml +++ b/gui-runtime/pom.xml @@ -21,7 +21,7 @@ org.onap.policy.gui policy-gui - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT org.onap.policy.gui.gui-rutime diff --git a/gui-server/pom.xml b/gui-server/pom.xml index 7c233d1..881f0d6 100644 --- a/gui-server/pom.xml +++ b/gui-server/pom.xml @@ -24,7 +24,7 @@ policy-gui org.onap.policy.gui - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT gui-server ${project.artifactId} diff --git a/packages/policy-gui-docker/pom.xml b/packages/policy-gui-docker/pom.xml index 7c3c48f..cc4fa4a 100644 --- a/packages/policy-gui-docker/pom.xml +++ b/packages/policy-gui-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.gui gui-packages - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pom diff --git a/packages/policy-gui-docker/src/main/docker/Dockerfile b/packages/policy-gui-docker/src/main/docker/Dockerfile index 605c2cb..a14edb6 100644 --- a/packages/policy-gui-docker/src/main/docker/Dockerfile +++ b/packages/policy-gui-docker/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:3.0.0-SNAPSHOT +FROM onap/policy-jre-alpine:3.0.1-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy GUI" diff --git a/packages/pom.xml b/packages/pom.xml index ac5191b..7a22b51 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -22,7 +22,7 @@ org.onap.policy.gui policy-gui - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT gui-packages diff --git a/pom.xml b/pom.xml index adb9c6b..c8fe96b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,13 +26,13 @@ org.onap.policy.parent integration - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT org.onap.policy.gui policy-gui - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT pom @@ -40,9 +40,9 @@ Code for all the Policy GUI's. - 3.0.0-SNAPSHOT - 2.0.0-SNAPSHOT - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT + 2.0.1-SNAPSHOT + 3.0.1-SNAPSHOT ${project.basedir}/../../target/code-coverage/jacoco-ut.exec ${project.basedir}/target/code-coverage/lcov.info diff --git a/version.properties b/version.properties index 4ba0a9a..3288dcd 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ minor=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg From 57291735494117780aa15db412a42927935fba22 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Fri, 29 Sep 2023 08:30:25 +0100 Subject: Upgrade Java 17 Issue-ID: POLICY-4674 Change-Id: I7435d0d3ae94a3f0da33888f396706ae49b4d69c Signed-off-by: waynedunican --- gui-editors/gui-editor-apex/pom.xml | 5 ++++ .../gui/editors/apex/rest/handling/RestUtils.java | 10 ++++---- .../apex/rest/handling/bean/BeanContextAlbum.java | 5 ++-- .../apex/rest/handling/bean/BeanContextSchema.java | 4 +-- .../editors/apex/rest/handling/bean/BeanEvent.java | 4 +-- .../editors/apex/rest/handling/bean/BeanField.java | 4 +-- .../apex/rest/handling/bean/BeanKeyRef.java | 5 ++-- .../editors/apex/rest/handling/bean/BeanLogic.java | 5 ++-- .../editors/apex/rest/handling/bean/BeanModel.java | 4 +-- .../apex/rest/handling/bean/BeanPolicy.java | 4 +-- .../editors/apex/rest/handling/bean/BeanState.java | 4 +-- .../apex/rest/handling/bean/BeanStateOutput.java | 4 +-- .../apex/rest/handling/bean/BeanStateTaskRef.java | 4 +-- .../editors/apex/rest/handling/bean/BeanTask.java | 4 +-- .../apex/rest/handling/bean/BeanTaskParameter.java | 5 ++-- .../plugin/upload/UploadPolicyRequestDto.java | 8 +++--- .../apex/rest/handling/bean/DummyBeanBase.java | 5 ++-- gui-server/pom.xml | 29 +++++++++++++++++++--- .../gui/server/config/BaseRestTemplateConfig.java | 19 ++++++++------ .../gui/server/filters/ClientSslHeaderFilter.java | 11 ++++---- .../gui/server/rest/AcmRuntimeRestController.java | 3 ++- .../policy/gui/server/rest/BaseRestController.java | 3 ++- .../gui/server/rest/PolicyApiRestController.java | 3 ++- .../gui/server/rest/PolicyPapRestController.java | 3 ++- .../gui/server/config/RestTemplateConfig.java | 2 +- .../config/RestTemplateTrustStoreUnsetTest.java | 3 ++- .../server/filters/ClientSslHeaderFilterTest.java | 11 ++++---- 27 files changed, 109 insertions(+), 62 deletions(-) diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 717cf38..36ccc80 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -97,6 +97,11 @@ org.slf4j slf4j-ext + + org.junit.jupiter + junit-jupiter-engine + test + diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/RestUtils.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/RestUtils.java index cd9c3d2..2b1a451 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/RestUtils.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/RestUtils.java @@ -28,15 +28,15 @@ import com.google.gson.JsonElement; import com.google.gson.JsonNull; import com.google.gson.JsonObject; import com.google.gson.JsonPrimitive; +import jakarta.ws.rs.core.MediaType; +import jakarta.xml.bind.JAXBContext; +import jakarta.xml.bind.JAXBElement; +import jakarta.xml.bind.JAXBException; +import jakarta.xml.bind.Unmarshaller; import java.io.StringReader; import java.util.Map; import java.util.Map.Entry; import java.util.TreeMap; -import javax.ws.rs.core.MediaType; -import javax.xml.bind.JAXBContext; -import javax.xml.bind.JAXBElement; -import javax.xml.bind.JAXBException; -import javax.xml.bind.Unmarshaller; import javax.xml.transform.stream.StreamSource; import org.onap.policy.apex.model.basicmodel.concepts.AxConcept; import org.onap.policy.gui.editors.apex.rest.handling.bean.BeanBase; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextAlbum.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextAlbum.java index 1b8634d..940abbf 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextAlbum.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextAlbum.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,8 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; + +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextSchema.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextSchema.java index 35987d5..f11d31d 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextSchema.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanContextSchema.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanEvent.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanEvent.java index 1c20607..e2ee5d8 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanEvent.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanEvent.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,8 +22,8 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; +import jakarta.xml.bind.annotation.XmlType; import java.util.Map; -import javax.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanField.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanField.java index 5b1b271..ee6b700 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanField.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanField.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanKeyRef.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanKeyRef.java index 234c50a..06b2fbc 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanKeyRef.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanKeyRef.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,8 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; + +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanLogic.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanLogic.java index c337ea1..ee1213b 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanLogic.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanLogic.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,8 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; + +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanModel.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanModel.java index 859a841..40f16b2 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanModel.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanModel.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanPolicy.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanPolicy.java index 7d6cfee..5386029 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanPolicy.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanPolicy.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,8 +22,8 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; +import jakarta.xml.bind.annotation.XmlType; import java.util.Map; -import javax.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanState.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanState.java index a5cbafd..9d40a0f 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanState.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanState.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,9 +22,9 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; +import jakarta.xml.bind.annotation.XmlType; import java.util.Arrays; import java.util.Map; -import javax.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.Setter; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateOutput.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateOutput.java index 7e15eae..96fcfba 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateOutput.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateOutput.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateTaskRef.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateTaskRef.java index 9b9616d..6383241 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateTaskRef.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanStateTaskRef.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,7 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTask.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTask.java index 3c4d392..0f980b5 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTask.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTask.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,9 +22,9 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; +import jakarta.xml.bind.annotation.XmlType; import java.util.Arrays; import java.util.Map; -import javax.xml.bind.annotation.XmlType; import lombok.Getter; /** diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTaskParameter.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTaskParameter.java index d38e6b3..ac97da8 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTaskParameter.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/bean/BeanTaskParameter.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,8 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; + +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; import lombok.ToString; diff --git a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/plugin/upload/UploadPolicyRequestDto.java b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/plugin/upload/UploadPolicyRequestDto.java index dbd15a0..2b9ccad 100644 --- a/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/plugin/upload/UploadPolicyRequestDto.java +++ b/gui-editors/gui-editor-apex/src/main/java/org/onap/policy/gui/editors/apex/rest/handling/plugin/upload/UploadPolicyRequestDto.java @@ -1,6 +1,7 @@ /* * ============LICENSE_START======================================================= * Copyright (C) 2020 Nordix Foundation + * Modifications Copyright (C) 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. @@ -19,9 +20,10 @@ package org.onap.policy.gui.editors.apex.rest.handling.plugin.upload; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; + +import jakarta.xml.bind.annotation.XmlAccessType; +import jakarta.xml.bind.annotation.XmlAccessorType; +import jakarta.xml.bind.annotation.XmlRootElement; import lombok.Data; /** diff --git a/gui-editors/gui-editor-apex/src/test/java/org/onap/policy/gui/editors/apex/rest/handling/bean/DummyBeanBase.java b/gui-editors/gui-editor-apex/src/test/java/org/onap/policy/gui/editors/apex/rest/handling/bean/DummyBeanBase.java index 79092a7..2c4a25d 100644 --- a/gui-editors/gui-editor-apex/src/test/java/org/onap/policy/gui/editors/apex/rest/handling/bean/DummyBeanBase.java +++ b/gui-editors/gui-editor-apex/src/test/java/org/onap/policy/gui/editors/apex/rest/handling/bean/DummyBeanBase.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2023 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,7 +22,8 @@ package org.onap.policy.gui.editors.apex.rest.handling.bean; -import javax.xml.bind.annotation.XmlType; + +import jakarta.xml.bind.annotation.XmlType; import lombok.Getter; /** diff --git a/gui-server/pom.xml b/gui-server/pom.xml index 881f0d6..6448f10 100644 --- a/gui-server/pom.xml +++ b/gui-server/pom.xml @@ -2,6 +2,7 @@