From 91c6e26bf0a28f351e9fd51d7ea836b68450ac24 Mon Sep 17 00:00:00 2001 From: Dan Moldoveanu Date: Wed, 5 Apr 2023 16:11:28 +0300 Subject: [PATCH 1/4] tech: bump version to 1.8.2-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de31cb6..508d268 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ com.hpe.adm.octane.ideplugins octane-plugin-common - 1.8.1 + 1.8.2-SNAPSHOT jar ALM Octane IDE Plugins Common From 2a04afeb034f3df7067d14e9d25527ae6b238c95 Mon Sep 17 00:00:00 2001 From: Dan Moldoveanu Date: Wed, 5 Apr 2023 16:21:36 +0300 Subject: [PATCH 2/4] tech: add maven-dependency-plugin for copy-dependencies task --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 508d268..cab2dd3 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,14 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 3.3.0 + + ${project.build.directory}/stat + + From d9e710f97c5f00ef20593214e7adcaa1b669dbba Mon Sep 17 00:00:00 2001 From: Dan Moldoveanu Date: Thu, 18 May 2023 15:25:55 +0300 Subject: [PATCH 3/4] tech: rebranding - change copyright to OpenText --- LICENSE | 18 +++++++++- pom.xml | 34 ++++++++++++++----- .../ideplugins/services/CommentService.java | 22 ++++++++++-- .../services/EntityLabelService.java | 22 ++++++++++-- .../ideplugins/services/EntityService.java | 22 ++++++++++-- .../ideplugins/services/MetadataService.java | 22 ++++++++++-- .../services/ServiceProxyFactory.java | 22 ++++++++++-- .../ideplugins/services/TestService.java | 22 ++++++++++-- .../ideplugins/services/UserService.java | 22 ++++++++++-- .../BasicConnectionSettingProvider.java | 22 ++++++++++-- .../connection/ConnectionSettings.java | 22 ++++++++++-- .../ConnectionSettingsProvider.java | 22 ++++++++++-- .../connection/HttpClientProvider.java | 22 ++++++++++-- .../IdePluginsOctaneHttpClient.java | 22 ++++++++++-- .../services/connection/OctaneProvider.java | 22 ++++++++++-- .../connection/UserAuthentication.java | 22 ++++++++++-- .../granttoken/GrantTokenAuthentication.java | 22 ++++++++++-- .../TokenPollingCompleteHandler.java | 22 ++++++++++-- .../TokenPollingCompletedStatus.java | 22 ++++++++++-- .../TokenPollingInProgressHandler.java | 22 ++++++++++-- .../TokenPollingStartedHandler.java | 22 ++++++++++-- .../granttoken/TokenPollingStatus.java | 22 ++++++++++-- .../ideplugins/services/di/ServiceModule.java | 22 ++++++++++-- .../services/exception/ServiceException.java | 22 ++++++++++-- .../exception/ServiceRuntimeException.java | 22 ++++++++++-- .../ideplugins/services/filtering/Entity.java | 22 ++++++++++-- .../filtering/PredefinedEntityComparator.java | 22 ++++++++++-- .../services/model/EntityModelWrapper.java | 22 ++++++++++-- .../services/model/ReadOnlyEntityModel.java | 22 ++++++++++-- .../mywork/DynamoMyWorkFilterCriteria.java | 22 ++++++++++-- .../services/mywork/DynamoMyWorkService.java | 22 ++++++++++-- .../mywork/EvertonP1MyWorkService.java | 22 ++++++++++-- .../mywork/EvertonP2MyWorkService.java | 22 ++++++++++-- .../mywork/IronMaidenP1MyWorkService.java | 22 ++++++++++-- .../services/mywork/MyWorkService.java | 22 ++++++++++-- .../mywork/MyWorkServiceProxyFactory.java | 22 ++++++++++-- .../services/mywork/MyWorkUtil.java | 22 ++++++++++-- .../nonentity/CommitMessageService.java | 22 ++++++++++-- .../nonentity/DownloadScriptService.java | 22 ++++++++++-- .../nonentity/EntitySearchService.java | 22 ++++++++++-- .../services/nonentity/ImageService.java | 22 ++++++++++-- .../nonentity/OctaneVersionService.java | 22 ++++++++++-- .../SharedSpaceLevelRequestService.java | 22 ++++++++++-- .../services/nonentity/TimelineService.java | 22 ++++++++++-- .../services/util/AccessLevelValue.java | 22 ++++++++++-- .../ideplugins/services/util/ClientType.java | 22 ++++++++++-- .../util/DefaultEntityFieldsUtil.java | 22 ++++++++++-- .../services/util/EntityTypeIdPair.java | 22 ++++++++++-- .../ideplugins/services/util/EntityUtil.java | 22 ++++++++++-- .../util/MyWorkPreviewDefaultFields.java | 22 ++++++++++-- .../util/OctaneSystemDefaultForms.java | 22 ++++++++++-- .../services/util/OctaneUrlBuilder.java | 22 ++++++++++-- .../services/util/OctaneVersion.java | 22 ++++++++++-- .../services/util/PartialEntity.java | 22 ++++++++++-- .../ideplugins/services/util/UrlParser.java | 22 ++++++++++-- .../octane/ideplugins/services/util/Util.java | 22 ++++++++++-- .../hpe/adm/octane/ideplugins/Constants.java | 22 ++++++++++-- .../hpe/adm/octane/ideplugins/TestUtil.java | 22 ++++++++++-- .../DependencyInjectionITCase.java | 22 ++++++++++-- .../IntegrationTestSuite.java | 22 ++++++++++-- .../integrationtests/TestServiceModule.java | 22 ++++++++++-- .../services/CommentServiceITCase.java | 22 ++++++++++-- .../services/CommitMessageServiceITCase.java | 22 ++++++++++-- .../services/ConnectionSettingsITCase.java | 22 ++++++++++-- .../services/EntityLabelServiceITCase.java | 22 ++++++++++-- .../services/EntityServiceITCase.java | 22 ++++++++++-- .../services/GherkinTestDownloadITCase.java | 22 ++++++++++-- .../services/MetadataServiceITCase.java | 22 ++++++++++-- .../services/MyWorkTreeITCase.java | 22 ++++++++++-- .../services/RequirementsITCase.java | 22 ++++++++++-- .../services/SearchFunctionalityITCase.java | 22 ++++++++++-- .../noentity/EntitySearchServiceITCase.java | 22 ++++++++++-- .../noentity/OctaneVersionServiceITCase.java | 22 ++++++++++-- .../integrationtests/util/BacklogUtils.java | 22 ++++++++++-- .../integrationtests/util/EntityUtils.java | 22 ++++++++++-- .../integrationtests/util/MyWorkUtils.java | 22 ++++++++++-- .../integrationtests/util/OctaneUtils.java | 22 ++++++++++-- .../integrationtests/util/PropertyUtil.java | 22 ++++++++++-- .../integrationtests/util/ReleaseUtils.java | 22 ++++++++++-- .../util/RequirementUtils.java | 22 ++++++++++-- .../integrationtests/util/RunUtils.java | 22 ++++++++++-- .../integrationtests/util/TaskUtils.java | 22 ++++++++++-- .../integrationtests/util/TestUtils.java | 22 ++++++++++-- .../integrationtests/util/UserUtils.java | 22 ++++++++++-- .../integrationtests/util/WorkspaceUtils.java | 22 ++++++++++-- .../DefaultEntityFieldsUtilUTCase.java | 22 ++++++++++-- .../unittests/OctaneVersionUTCase.java | 22 ++++++++++-- .../ideplugins/unittests/UrlParserUTCase.java | 22 ++++++++++-- 88 files changed, 1676 insertions(+), 268 deletions(-) diff --git a/LICENSE b/LICENSE index 9062b17..4586d65 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,20 @@ -© Copyright 2017-2022 Micro Focus or one of its affiliates. +Copyright 2017-2023 Open Text. + +The only warranties for products and services of Open Text and +its affiliates and licensors (“Open Text”) are as may be set forth +in the express warranty statements accompanying such products and services. +Nothing herein should be construed as constituting an additional warranty. +Open Text shall not be liable for technical or editorial errors or +omissions contained herein. The information contained herein is subject +to change without notice. + +Except as specifically indicated otherwise, this document contains +confidential information and a valid license is required for possession, +use or copying. If this work is provided to the U.S. Government, +consistent with FAR 12.211 and 12.212, Commercial Computer Software, +Computer Software Documentation, and Technical Data for Commercial Items are +licensed to the U.S. Government under vendor's standard commercial license. + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/pom.xml b/pom.xml index cab2dd3..16422df 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,23 @@