You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/07/18 14:11:21 UTC

[cloudstack] branch 4.17 updated (c09ee40984 -> 7a3e97d67e)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from c09ee40984 Fix can't select schedule interval type in configure backup schedule (#6547)
     add f27de63644 saml: Safer DocumentBuilderFactory and ParserPool configuration
     add 5bc7024af5 ui: add a default value for customColumns (#6462)
     add ce7c3694c8 storpool: fix mvn pom.xml build issue
     add b30a4a99d1 engine/schema: bake-in upgrade path from 4.16.1.1 to 4.17.0.1
     add 1c7efcbd0d Updating pom.xml version numbers for release 4.17.0.1
     new 7a3e97d67e Merge tag '4.17.0.1' into 4.17

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                                   |  6 ++++
 plugins/storage/volume/storpool/pom.xml            | 18 +++++-----
 plugins/user-authenticators/saml2/pom.xml          |  1 +
 .../api/command/GetServiceProviderMetaDataCmd.java |  3 +-
 .../cloudstack/saml/SAML2AuthManagerImpl.java      |  3 +-
 .../java/org/apache/cloudstack/saml/SAMLUtils.java | 22 +++++++++++-
 pom.xml                                            |  2 +-
 .../cloudstack/utils/security/ParserUtils.java     | 41 ++++++++++++++++++++++
 8 files changed, 82 insertions(+), 14 deletions(-)
 create mode 100644 utils/src/main/java/org/apache/cloudstack/utils/security/ParserUtils.java


[cloudstack] 01/01: Merge tag '4.17.0.1' into 4.17

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 7a3e97d67e026d258c6d3efb1b5890cc3eaca723
Merge: c09ee40984 1c7efcbd0d
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Mon Jul 18 19:40:53 2022 +0530

    Merge tag '4.17.0.1' into 4.17
    
    Tagging release 4.17.0.1 on branch b30a4a99d1b530efbf652373eda229f2cd5133b1.

 debian/changelog                                   |  6 ++++
 plugins/storage/volume/storpool/pom.xml            | 18 +++++-----
 plugins/user-authenticators/saml2/pom.xml          |  1 +
 .../api/command/GetServiceProviderMetaDataCmd.java |  3 +-
 .../cloudstack/saml/SAML2AuthManagerImpl.java      |  3 +-
 .../java/org/apache/cloudstack/saml/SAMLUtils.java | 22 +++++++++++-
 pom.xml                                            |  2 +-
 .../cloudstack/utils/security/ParserUtils.java     | 41 ++++++++++++++++++++++
 8 files changed, 82 insertions(+), 14 deletions(-)

diff --cc plugins/storage/volume/storpool/pom.xml
index 1c2c15830e,f679d713a4..b5f67d584e
--- a/plugins/storage/volume/storpool/pom.xml
+++ b/plugins/storage/volume/storpool/pom.xml
@@@ -1,68 -1,73 +1,68 @@@
  <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
- 	license agreements. See the NOTICE file distributed with this work for additional 
- 	information regarding copyright ownership. The ASF licenses this file to 
- 	you 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required 
- 	by applicable law or agreed to in writing, software distributed under the 
- 	License is distributed on an "AS IS" BASIS, 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. -->
+     license agreements. See the NOTICE file distributed with this work for additional
+     information regarding copyright ownership. The ASF licenses this file to
+     you 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required
+     by applicable law or agreed to in writing, software distributed under the
+     License is distributed on an "AS IS" BASIS, 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. -->
  <project xmlns="http://maven.apache.org/POM/4.0.0"
 -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 -    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 -    <modelVersion>4.0.0</modelVersion>
 -    <artifactId>cloud-plugin-storage-volume-storpool</artifactId>
 -    <name>Apache CloudStack Plugin - Storage Volume StorPool provider</name>
 -    <parent>
 -        <groupId>org.apache.cloudstack</groupId>
 -        <artifactId>cloudstack-plugins</artifactId>
 -        <version>4.17.0.1</version>
 -        <relativePath>../../../pom.xml</relativePath>
 -    </parent>
 -    <dependencies>
 -        <dependency>
 -            <groupId>org.apache.cloudstack</groupId>
 -            <artifactId>cloud-engine-storage-volume</artifactId>
 -            <version>${project.version}</version>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.cloudstack</groupId>
 -            <artifactId>cloud-engine-storage-snapshot</artifactId>
 -            <version>${project.version}</version>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.cloudstack</groupId>
 -            <artifactId>cloud-plugin-hypervisor-kvm</artifactId>
 -            <version>${project.version}</version>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.cloudstack</groupId>
 -            <artifactId>cloud-engine-orchestration</artifactId>
 -            <version>${project.version}</version>
 -        </dependency>
 -        <dependency>
 -            <groupId>ch.qos.reload4j</groupId>
 -            <artifactId>reload4j</artifactId>
 -            <version>${cs.reload4j.version}</version>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.commons</groupId>
 -            <artifactId>commons-collections4</artifactId>
 -            <version>4.4</version>
 -        </dependency>
 -    </dependencies>
 -    <build>
 -        <plugins>
 -            <plugin>
 -                <artifactId>maven-surefire-plugin</artifactId>
 -                <configuration>
 -                    <skipTests>true</skipTests>
 -                </configuration>
 -                <executions>
 -                    <execution>
 -                        <phase>integration-test</phase>
 -                        <goals>
 -                            <goal>test</goal>
 -                        </goals>
 -                    </execution>
 -                </executions>
 -            </plugin>
 -        </plugins>
 -    </build>
 +	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 +	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 +	<modelVersion>4.0.0</modelVersion>
 +	<artifactId>cloud-plugin-storage-volume-storpool</artifactId>
 +	<name>Apache CloudStack Plugin - Storage Volume StorPool provider</name>
 +	<parent>
 +		<groupId>org.apache.cloudstack</groupId>
 +		<artifactId>cloudstack-plugins</artifactId>
 +		<version>4.17.1.0-SNAPSHOT</version>
 +		<relativePath>../../../pom.xml</relativePath>
 +	</parent>
 +	<dependencies>
 +		<dependency>
 +			<groupId>org.apache.cloudstack</groupId>
 +			<artifactId>cloud-engine-storage-volume</artifactId>
 +			<version>${project.version}</version>
 +		</dependency>
 +		<dependency>
 +			<groupId>org.apache.cloudstack</groupId>
 +			<artifactId>cloud-engine-storage-snapshot</artifactId>
 +			<version>${project.version}</version>
 +		</dependency>
 +		<dependency>
 +			<groupId>org.apache.cloudstack</groupId>
 +			<artifactId>cloud-plugin-hypervisor-kvm</artifactId>
 +			<version>${project.version}</version>
 +		</dependency>
 +		<dependency>
 +			<groupId>org.apache.cloudstack</groupId>
 +			<artifactId>cloud-engine-orchestration</artifactId>
 +			<version>${project.version}</version>
 +		</dependency>
 +		<dependency>
 +			<groupId>org.apache.commons</groupId>
 +			<artifactId>commons-collections4</artifactId>
 +			<version>4.4</version>
 +		</dependency>
 +	</dependencies>
 +	<build>
 +		<plugins>
 +			<plugin>
 +				<artifactId>maven-surefire-plugin</artifactId>
 +				<configuration>
 +					<skipTests>true</skipTests>
 +				</configuration>
 +				<executions>
 +					<execution>
 +						<phase>integration-test</phase>
 +						<goals>
 +							<goal>test</goal>
 +						</goals>
 +					</execution>
 +				</executions>
 +			</plugin>
 +		</plugins>
 +	</build>
  </project>