Skip to content

Commit 7f3c572

Browse files
authored
[feat] shenyu java client (#6)
1 parent 280ef1b commit 7f3c572

206 files changed

Lines changed: 20 additions & 75 deletions

File tree

Some content is hidden

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

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,16 @@
2929
<packaging>pom</packaging>
3030
<version>2.7.0.1-jdk8-SNAPSHOT</version>
3131
<modules>
32-
<module>shenyu-client</module>
32+
<module>shenyu-client-core</module>
33+
<module>shenyu-client-http</module>
34+
<module>shenyu-client-dubbo</module>
35+
<module>shenyu-client-sofa</module>
36+
<module>shenyu-client-tars</module>
37+
<module>shenyu-client-grpc</module>
38+
<module>shenyu-client-motan</module>
39+
<module>shenyu-client-websocket</module>
40+
<module>shenyu-client-api-docs-annotations</module>
41+
<module>shenyu-client-autoconfig</module>
3342
</modules>
3443

3544
<properties>

shenyu-client/shenyu-client-api-docs-annotations/pom.xml renamed to shenyu-client-api-docs-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<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">
1919
<parent>
2020
<groupId>org.apache.shenyu</groupId>
21-
<artifactId>shenyu-client</artifactId>
21+
<artifactId>shenyu-client-java</artifactId>
2222
<version>2.7.0.1-jdk8-SNAPSHOT</version>
2323
</parent>
2424

shenyu-client/shenyu-client-api-docs-annotations/src/main/java/org/apache/shenyu/client/apidocs/annotations/ApiDoc.java renamed to shenyu-client-api-docs-annotations/src/main/java/org/apache/shenyu/client/apidocs/annotations/ApiDoc.java

File renamed without changes.

shenyu-client/shenyu-client-api-docs-annotations/src/main/java/org/apache/shenyu/client/apidocs/annotations/ApiModule.java renamed to shenyu-client-api-docs-annotations/src/main/java/org/apache/shenyu/client/apidocs/annotations/ApiModule.java

File renamed without changes.

shenyu-client/shenyu-client-autoconfig/pom.xml renamed to shenyu-client-autoconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<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">
2020
<parent>
21-
<artifactId>shenyu-client</artifactId>
21+
<artifactId>shenyu-client-java</artifactId>
2222
<groupId>org.apache.shenyu</groupId>
2323
<version>2.7.0.1-jdk8-SNAPSHOT</version>
2424
</parent>

shenyu-client/shenyu-client-autoconfig/src/main/java/org/apache/shenyu/client/auto/config/ClientRegisterConfiguration.java renamed to shenyu-client-autoconfig/src/main/java/org/apache/shenyu/client/auto/config/ClientRegisterConfiguration.java

File renamed without changes.

shenyu-client/shenyu-client-autoconfig/src/main/java/org/apache/shenyu/client/auto/config/EnableClientRegister.java renamed to shenyu-client-autoconfig/src/main/java/org/apache/shenyu/client/auto/config/EnableClientRegister.java

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<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">
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
22-
<artifactId>shenyu-client</artifactId>
22+
<artifactId>shenyu-client-java</artifactId>
2323
<version>2.7.0.1-jdk8-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/client/AbstractContextRefreshedEventListener.java renamed to shenyu-client-core/src/main/java/org/apache/shenyu/client/core/client/AbstractContextRefreshedEventListener.java

File renamed without changes.

shenyu-client/shenyu-client-core/src/main/java/org/apache/shenyu/client/core/constant/Constants.java renamed to shenyu-client-core/src/main/java/org/apache/shenyu/client/core/constant/Constants.java

File renamed without changes.

0 commit comments

Comments
 (0)