JAVA-13823: Review module names (#12628)

* JAVA-13823: rename struts-2 to struts

* JAVA-13823: rename spring-cloud-bus submodules

* JAVA-13823: rename spring-cloud-config submodules

* JAVA-13823: rename spring-cloud-data-flow submodules

* JAVA-13823: rename spring-cloud-hystrix submodules

* JAVA-13823: rename spring-cloud-netflix-sidecar submodules

* JAVA-13823: rename spring-cloud-zookeeper submodules

* JAVA-13823: rename spring-cloud-zuul-fallback submodules

* JAVA-13823: rename spring-security-web-angular submodules

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
freelansam 2022-08-26 16:20:12 +05:30 committed by GitHub
parent eb24cfa8be
commit 46499a2419
195 changed files with 274 additions and 48 deletions

View File

@ -617,6 +617,7 @@
<module>static-analysis</module>
<module>stripe</module>
<module>struts</module>
<module>tensorflow-java</module>
<module>testing-modules</module>
@ -1008,6 +1009,7 @@
<module>static-analysis</module>
<module>stripe</module>
<module>struts</module>
<module>tensorflow-java</module>
<module>testing-modules</module>

View File

@ -16,8 +16,8 @@
</parent>
<modules>
<module>spring-cloud-config-client</module>
<module>spring-cloud-config-server</module>
<module>spring-cloud-bus-client</module>
<module>spring-cloud-bus-server</module>
</modules>
<dependencyManagement>

View File

@ -3,8 +3,8 @@
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>spring-cloud-config-client</artifactId>
<name>spring-cloud-config-client</name>
<artifactId>spring-cloud-bus-client</artifactId>
<name>spring-cloud-bus-client</name>
<packaging>jar</packaging>
<description>Demo Spring Cloud Config Client</description>

View File

@ -3,8 +3,8 @@
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>spring-cloud-config-server</artifactId>
<name>spring-cloud-config-server</name>
<artifactId>spring-cloud-bus-server</artifactId>
<name>spring-cloud-bus-server</name>
<packaging>jar</packaging>
<description>Demo Spring Cloud Config Server</description>

View File

@ -16,8 +16,8 @@
</parent>
<modules>
<module>server</module>
<module>client</module>
<module>spring-cloud-config-server</module>
<module>spring-cloud-config-client</module>
</modules>
<dependencyManagement>

View File

@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
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>client</artifactId>
<name>client</name>
<artifactId>spring-cloud-config-client</artifactId>
<name>spring-cloud-config-client</name>
<parent>
<groupId>com.baeldung.spring.cloud</groupId>

View File

@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
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>server</artifactId>
<name>server</name>
<artifactId>spring-cloud-config-server</artifactId>
<name>spring-cloud-config-server</name>
<parent>
<groupId>com.baeldung.spring.cloud</groupId>

View File

@ -17,8 +17,8 @@
<modules>
<module>spring-cloud-data-flow-stream-processing</module>
<module>spring-cloud-data-flow-etl</module>
<module>batch-job</module>
<module>apache-spark-job</module>
<module>spring-cloud-data-flow-batch-job</module>
<module>spring-cloud-data-flow-apache-spark-job</module>
</modules>
</project>

View File

@ -3,8 +3,8 @@
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>apache-spark-job</artifactId>
<name>apache-spark-job</name>
<artifactId>spring-cloud-data-flow-apache-spark-job</artifactId>
<name>spring-cloud-data-flow-apache-spark-job</name>
<parent>
<groupId>com.baeldung.spring.cloud</groupId>

View File

@ -4,9 +4,9 @@
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>
<groupId>com.baeldung.spring.cloud</groupId>
<artifactId>batch-job</artifactId>
<artifactId>spring-cloud-data-flow-batch-job</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>batch-job</name>
<name>spring-cloud-data-flow-batch-job</name>
<packaging>jar</packaging>
<description>Demo project for Spring Boot</description>

View File

@ -15,9 +15,9 @@
</parent>
<modules>
<module>feign-rest-consumer</module>
<module>rest-producer</module>
<module>rest-consumer</module>
<module>spring-cloud-hystrix-feign-rest-consumer</module>
<module>spring-cloud-hystrix-rest-producer</module>
<module>spring-cloud-hystrix-rest-consumer</module>
</modules>
</project>

View File

@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0"
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>feign-rest-consumer</artifactId>
<artifactId>spring-cloud-hystrix-feign-rest-consumer</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>feign-rest-consumer</name>
<name>spring-cloud-hystrix-feign-rest-consumer</name>
<packaging>jar</packaging>
<parent>

View File

@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0"
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>rest-consumer</artifactId>
<artifactId>spring-cloud-hystrix-rest-consumer</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>rest-consumer</name>
<name>spring-cloud-hystrix-rest-consumer</name>
<packaging>jar</packaging>
<parent>

View File

@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0"
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>rest-producer</artifactId>
<artifactId>spring-cloud-hystrix-rest-producer</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>rest-producer</name>
<name>spring-cloud-hystrix-rest-producer</name>
<packaging>jar</packaging>
<parent>

View File

@ -17,8 +17,8 @@
</parent>
<modules>
<module>sidecar-demo</module>
<module>echo-demo</module>
<module>spring-cloud-netflix-sidecar-demo</module>
<module>spring-cloud-netflix-sidecar-echo-demo</module>
</modules>
<properties>

View File

@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sidecar-demo</artifactId>
<name>sidecar-demo</name>
<artifactId>spring-cloud-netflix-sidecar-demo</artifactId>
<name>spring-cloud-netflix-sidecar-demo</name>
<description>Sidecar demo for hello endpoint</description>
<parent>

View File

@ -2,8 +2,8 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>echo-demo</artifactId>
<name>echo-demo</name>
<artifactId>spring-cloud-netflix-sidecar-echo-demo</artifactId>
<name>spring-cloud-netflix-sidecar-echo-demo</name>
<description>Demo for echo endpoint</description>
<parent>
<groupId>com.baeldung.cloud</groupId>

View File

@ -14,8 +14,8 @@
</parent>
<modules>
<module>Greeting</module>
<module>HelloWorld</module>
<module>spring-cloud-zookeeper-greeting</module>
<module>spring-cloud-zookeeper-helloworld</module>
</modules>
</project>

View File

@ -3,8 +3,8 @@
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>Greeting</artifactId>
<name>Greeting</name>
<artifactId>spring-cloud-zookeeper-greeting</artifactId>
<name>spring-cloud-zookeeper-greeting</name>
<packaging>jar</packaging>
<parent>

View File

@ -3,8 +3,8 @@
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>HelloWorld</artifactId>
<name>HelloWorld</name>
<artifactId>spring-cloud-zookeeper-helloworld</artifactId>
<name>spring-cloud-zookeeper-helloworld</name>
<packaging>jar</packaging>
<parent>

View File

@ -15,8 +15,8 @@
</parent>
<modules>
<module>api-gateway</module>
<module>weather-service</module>
<module>spring-cloud-zuul-fallback-api-gateway</module>
<module>spring-cloud-zuul-fallback-weather-service</module>
</modules>
<properties>

View File

@ -3,8 +3,8 @@
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>api-gateway</artifactId>
<name>api-gateway</name>
<artifactId>spring-cloud-zuul-fallback-api-gateway</artifactId>
<name>spring-cloud-zuul-fallback-api-gateway</name>
<packaging>jar</packaging>
<description>API Gateway using Zuul</description>

View File

@ -3,8 +3,8 @@
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>weather-service</artifactId>
<name>weather-service</name>
<artifactId>spring-cloud-zuul-fallback-weather-service</artifactId>
<name>spring-cloud-zuul-fallback-weather-service</name>
<description>Weather Service for Zuul Fallback Test</description>
<parent>

Some files were not shown because too many files have changed in this diff Show More