Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pikachugb committed May 18, 2023
2 parents cccb11e + 4815a47 commit 5a1abc6
Show file tree
Hide file tree
Showing 88 changed files with 1,685 additions and 269 deletions.
18 changes: 17 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
44 changes: 34 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
© 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
Expand All @@ -20,7 +36,7 @@

<groupId>com.hpe.adm.octane.ideplugins</groupId>
<artifactId>octane-plugin-common</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
<packaging>jar</packaging>

<name>ALM Octane IDE Plugins Common</name>
Expand All @@ -46,40 +62,40 @@
</scm>

<organization>
<name>Micro Focus</name>
<url>https://www.microfocus.com/</url>
<name>Open Text</name>
<url>https://www.opentext.com/</url>
</organization>

<developers>
<developer>
<name>Alexandra Marinescu</name>
<email>[email protected]</email>
<organization>Micro Focus</organization>
<organization>Open Text</organization>
</developer>
<developer>
<name>Andras Toth</name>
<email>[email protected]</email>
<organization>Micro Focus</organization>
<organization>Open Text</organization>
</developer>
<developer>
<name>Octavian Savencu</name>
<email>[email protected]</email>
<organization>Micro Focus</organization>
<organization>Open Text</organization>
</developer>
<developer>
<name>Tudor Dulau</name>
<email>[email protected]</email>
<organization>Micro Focus</organization>
<organization>Open Text</organization>
</developer>
<developer>
<name>Vlad Benchea</name>
<email>[email protected]</email>
<organization>Micro Focus</organization>
<organization>Open Text</organization>
</developer>
<developer>
<name>Kadar Tibor</name>
<email>[email protected]</email>
<organization>Micro Focus</organization>
<organization>Open Text</organization>
</developer>
</developers>

Expand Down Expand Up @@ -210,6 +226,14 @@
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<outputDirectory>${project.build.directory}/stat</outputDirectory>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services;

import com.google.common.collect.BiMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services;

import com.google.api.client.util.Charsets;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services;

import com.google.inject.Inject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services;

import com.google.gson.Gson;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services;

import com.google.common.collect.BiMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services;

import com.google.api.client.http.GenericUrl;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services;

import com.google.inject.Inject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
/*
* © 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
Expand All @@ -9,7 +25,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
******************************************************************************/
package com.hpe.adm.octane.ideplugins.services.connection;

import java.util.ArrayList;
Expand Down
Loading

0 comments on commit 5a1abc6

Please sign in to comment.