Skip to content

Commit

Permalink
Hippo4j all modules refactored (opengoofy#1245) (opengoofy#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
magestacks authored May 12, 2023
1 parent 5251896 commit a5427ac
Show file tree
Hide file tree
Showing 1,136 changed files with 418 additions and 352 deletions.
8 changes: 8 additions & 0 deletions agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@
</parent>
<artifactId>hippo4j-agents</artifactId>
<packaging>pom</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
<module>threadpool</module>
</modules>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-agent</artifactId>
<artifactId>hippo4j-threadpool-agent</artifactId>
<version>${revision}</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-agent</artifactId>
<artifactId>hippo4j-threadpool-agent</artifactId>
<version>${revision}</version>
</parent>

Expand Down Expand Up @@ -75,7 +75,7 @@
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-common</artifactId>
<artifactId>hippo4j-threadpool-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-agent</artifactId>
<artifactId>hippo4j-threadpool-agent</artifactId>
<version>${revision}</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-1x-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-1x-starter</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-starter</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<dependencies>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core</artifactId>
<artifactId>hippo4j-threadpool-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-common</artifactId>
<artifactId>hippo4j-threadpool-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hippo4j-agent/pom.xml → agents/threadpool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId>
<artifactId>hippo4j-agents</artifactId>
<version>${revision}</version>
</parent>

<artifactId>hippo4j-agent</artifactId>
<artifactId>hippo4j-threadpool-agent</artifactId>
<packaging>pom</packaging>
<modules>
<module>hippo4j-agent-core</module>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<artifactId>hippo4j-all</artifactId>
<version>${revision}</version>
</parent>
<artifactId>common</artifactId>
<artifactId>hippo4j-common</artifactId>
</project>
8 changes: 8 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@
</parent>
<artifactId>hippo4j-examples</artifactId>
<packaging>pom</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
<module>threadpool-example</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-config-apollo-spring-boot-1x-starter-example</artifactId>
<artifactId>hippo4j-threadpool-config-apollo-spring-boot-1x-example</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down Expand Up @@ -39,7 +39,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-1x-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-1x-starter</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-config-apollo-spring-boot-starter-example</artifactId>
<artifactId>hippo4j-threadpool-config-apollo-example</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down Expand Up @@ -38,7 +38,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-config-consul-spring-boot-starter-example</artifactId>
<artifactId>hippo4j-threadpool-config-consul-example</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand All @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-config-etcd-spring-boot-starter-example</artifactId>
<artifactId>hippo4j-threadpool-config-etcd-example</artifactId>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -28,7 +28,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-config-nacos-spring-boot-1x-starter-example</artifactId>
<artifactId>hippo4j-threadpool-config-nacos-spring-boot-1x</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down Expand Up @@ -50,7 +50,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-1x-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-1x-starter</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-config-nacos-spring-boot-starter-example</artifactId>
<artifactId>hippo4j-threadpool-config-nacos-example</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down Expand Up @@ -38,7 +38,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-config-zookeeper-spring-boot-starter-example</artifactId>
<artifactId>hippo4j-threadpool-config-zookeeper</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand All @@ -26,7 +26,7 @@

<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

Expand Down
27 changes: 27 additions & 0 deletions examples/threadpool-example/config/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-threadpool-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-threadpool-config-mode-example</artifactId>
<packaging>pom</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
<module>config-nacos</module>
<module>config-apollo</module>
<module>config-zookeeper</module>
<module>config-consul-spring-boot</module>
<module>config-etcd</module>
<module>config-nacos-spring-boot-1x</module>
<module>config-apollo-spring-boot-1x</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-example-core</artifactId>
Expand All @@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-message</artifactId>
<artifactId>hippo4j-threadpool-message</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
Expand Down
12 changes: 5 additions & 7 deletions hippo4j-server/pom.xml → examples/threadpool-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-all</artifactId>
<artifactId>hippo4j-examples</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-server</artifactId>
<artifactId>hippo4j-threadpool-example</artifactId>
<packaging>pom</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
<module>hippo4j-auth</module>
<module>hippo4j-bootstrap</module>
<module>hippo4j-config</module>
<module>hippo4j-console</module>
<module>hippo4j-discovery</module>
<module>config</module>
<module>example-core</module>
<module>server</module>
</modules>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-example</artifactId>
<artifactId>hippo4j-threadpool-server-mode-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-spring-boot-starter-adapter-kafka-example</artifactId>
<artifactId>hippo4j-threadpool-adapter-kafka-example</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
Expand All @@ -28,12 +28,12 @@
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-spring-boot-starter-adapter-kafka</artifactId>
<artifactId>hippo4j-threadpool-spring-boot-starter-adapter-kafka</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-spring-boot-starter</artifactId>
<artifactId>hippo4j-threadpool-server-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit a5427ac

Please sign in to comment.