Skip to content

Commit 5cccc7d

Browse files
authored
Merge pull request #77 from PizzaFactory/prp-update-to-the-upstream
[Scheduled] Update to the upstream
2 parents e23f671 + 8ac025a commit 5cccc7d

File tree

109 files changed

+224
-219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+224
-219
lines changed

.github/CODEOWNERS

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ dockerfiles/** @benoitf @nickboldt
66

77
# assembly
88
assembly/** @skabashnyuk @nickboldt
9-
assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/** @sleshchenko @ibuziuk @nickboldt @themr0c @boczkowska @MichalMaler
9+
assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/** @ibuziuk @nickboldt @themr0c @boczkowska @MichalMaler
1010

1111
# core
1212
core/** @skabashnyuk @nickboldt
1313

1414
# workspace runtime infrastructure implementations
15-
infrastructures/** @skabashnyuk @amisevsk @metlos @nickboldt @sleshchenko
15+
infrastructures/** @skabashnyuk @amisevsk @metlos @nickboldt
1616

1717
# multiuser che
1818
multiuser/api/** @skabashnyuk @nickboldt
@@ -21,14 +21,14 @@ multiuser/keycloak/** @mshaposhnik @nickboldt
2121
multiuser/machine-auth/** @mshaposhnik @nickboldt
2222
multiuser/permission/** @skabashnyuk @nickboldt
2323
multiuser/personal-account/** @skabashnyuk @nickboldt
24-
multiuser/sql-schema/** @mshaposhnik @sleshchenko @nickboldt
24+
multiuser/sql-schema/** @mshaposhnik @nickboldt
2525

2626
# wsmaster
2727
wsmaster/** @skabashnyuk @nickboldt
2828
wsmaster/che-core-api-factory/** @mshaposhnik @nickboldt
2929
wsmaster/che-core-api-factory-shared/** @mshaposhnik @nickboldt
3030
wsmaster/che-core-api-workspace-activity/** @mshaposhnik @nickboldt
31-
wsmaster/che-core-api-workspace/** @skabashnyuk @mshaposhnik @metlos @nickboldt @sleshchenko
31+
wsmaster/che-core-api-workspace/** @skabashnyuk @mshaposhnik @metlos @nickboldt
3232

3333
# deploy
3434
deploy/** @tolusha @nickboldt

assembly/assembly-che-tomcat/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-che-tomcat</artifactId>
2323
<packaging>jar</packaging>

assembly/assembly-main/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-main</artifactId>
2323
<packaging>pom</packaging>

assembly/assembly-root-war/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-root-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-swagger-war/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-swagger-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-wsmaster-war/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>assembly-wsmaster-war</artifactId>
2323
<packaging>war</packaging>

assembly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-server</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-assembly-parent</artifactId>

core/che-core-api-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-core</artifactId>
2323
<packaging>jar</packaging>

core/che-core-api-dto-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-dto-maven-plugin</artifactId>
2323
<packaging>maven-plugin</packaging>

core/che-core-api-dto/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-dto</artifactId>
2323
<packaging>jar</packaging>

core/che-core-api-model/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-api-model</artifactId>
2323
<packaging>jar</packaging>

core/che-core-db-vendor-h2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db-vendor-h2</artifactId>
2323
<name>Che Core :: Commons :: DB :: Vendor H2</name>

core/che-core-db-vendor-mysql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db-vendor-mysql</artifactId>
2323
<name>Che Core :: Commons :: DB :: Vendor MySQL</name>

core/che-core-db-vendor-postgresql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db-vendor-postgresql</artifactId>
2323
<name>Che Core :: Commons :: DB :: Vendor PostgreSQL</name>

core/che-core-db/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-db</artifactId>
2323
<name>Che Core :: Commons :: DB</name>

core/che-core-logback/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-logback</artifactId>
2323
<packaging>jar</packaging>

core/che-core-metrics-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-metrics-core</artifactId>
2323
<name>Che Core :: Commons :: Metrics :: Core</name>

core/che-core-tracing-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-tracing-core</artifactId>
2323
<name>Che Core :: Commons :: Tracing :: Core</name>

core/che-core-tracing-metrics/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-tracing-metrics</artifactId>
2323
<name>Che Core :: Commons :: Tracing :: Metrics</name>

core/che-core-tracing-web/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-tracing-web</artifactId>
2323
<name>Che Core :: Commons :: Tracing :: Web</name>

core/che-core-typescript-dto-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2021 Red Hat, Inc.
4+
Copyright (c) 2012-2022 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.42.0-SNAPSHOT</version>
20+
<version>7.43.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-core-typescript-dto-maven-plugin</artifactId>
2323
<packaging>maven-plugin</packaging>

0 commit comments

Comments
 (0)