Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Apache ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features

# releases

| Release Train | Latest Version | Compiled JDK Version | Tested JDK Version |
|---------------|-----------------|----------------------|-------------------------------|
| 2.x.x | 2.8.0 | OpenJDK 8 | OpenJDK 8, 11, 17 |
| 1.x.x | 1.3.8 | OpenJDK 8 | OpenJDK 8 |

# Why use Java Chassis

- **High performance**
Expand All @@ -25,12 +32,6 @@ Apache ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid de

Java Chassis provides a lot of features for microservice governance and monitor.

- **Multi languages support**

Via [ServiceComb Mesher](https://github.com/apache/servicecomb-mesher), the microservices
built by other languages are also able to work with ServiceComb components. And Java Chassis can communicate with such
microservices and make use of the built-in capabilities.

# Quick Start

Provider service:
Expand Down
11 changes: 9 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Apache ServiceComb Java Chassis 给开发者提供一个快速构建微服务的

[design]: https://servicecomb.apache.org/references/java-chassis/zh_CN/start/design.html

# releases

| 版本火车 | 最新版本 | 编译的JDK版本 | 支持的JDK版本 |
|-------|-------|-----------|-------------------|
| 2.x.x | 2.8.0 | OpenJDK 8 | OpenJDK 8, 11, 17 |
| 1.x.x | 1.3.8 | OpenJDK 8 | OpenJDK 8 |

# 为什么使用Java Chassis

- **高性能**
Expand Down Expand Up @@ -85,9 +92,9 @@ public class HelloWorldConsumer {

# 联系我们

Bugs: [issues](https://issues.apache.org/jira/browse/SCB)
报告缺陷: [issues](https://issues.apache.org/jira/browse/SCB)

mailing list: [subscribe](mailto:dev-subscribe@servicecomb.apache.org) [dev](https://lists.apache.org/list.html?dev@servicecomb.apache.org)
邮件列表: [subscribe](mailto:dev-subscribe@servicecomb.apache.org) [dev](https://lists.apache.org/list.html?dev@servicecomb.apache.org)


# 参与代码提交
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-spring-boot2-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/business-service-springmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>archetypes</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<groupId>org.apache.servicecomb.archetypes</groupId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
<relativePath>../parents/default</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clients/config-center-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion clients/config-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion clients/config-kie-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion clients/dashboard-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion clients/http-client-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
<relativePath>../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion clients/service-center-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>clients</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/common-access-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>org.apache.servicecomb</groupId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/common-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>common-protobuf</artifactId>
<name>Java Chassis::Common::Protobuf</name>
Expand Down
2 changes: 1 addition & 1 deletion common/common-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>common-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
<relativePath>../parents/default</relativePath>
</parent>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
<relativePath>../parents/default</relativePath>
</parent>
<artifactId>java-chassis-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coverage-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb</groupId>
<artifactId>java-chassis-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
<relativePath>../parents/default</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/crossapp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-crossapp</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>crossapp-client</artifactId>
<name>Java Chassis::Demo::CrossApp::Client</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/crossapp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-crossapp</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>crossapp-server</artifactId>
<name>Java Chassis::Demo::CrossApp::Server</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-crossapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>demo-crossapp</artifactId>
<name>Java Chassis::Demo::CrossApp</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v1/consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v1</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v1-consumer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v1/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v1</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v1-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>demo-cse-v1</artifactId>
<name>Java Chassis::Demo::CSE-V1</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v1/provider-canary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v1</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v1-provider-canary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v1/provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v1</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v1-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v1/test-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v1</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v1-test-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v2/consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v2</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v2-consumer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v2/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v2</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v2-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-parent</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>demo-cse-v2</artifactId>
<name>Java Chassis::Demo::CSE-V2</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v2/provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v2</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v2-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-cse-v2/test-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-cse-v2</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>

<artifactId>cse-v2-test-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>authentication</artifactId>
<name>Java Chassis::Demo::Edge::Authentication</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/business-1-1-0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>business-1-1-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 1.1.0</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/business-1.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>business-1-0-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 1.0.0</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/business-2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>business-2-0-0</artifactId>
<name>Java Chassis::Demo::Edge::Business 2.0.0</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>consumer</artifactId>
<name>Java Chassis::Demo::Edge::Consumer</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/demo-edge/edge-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.servicecomb.demo</groupId>
<artifactId>demo-edge</artifactId>
<version>${revision}</version>
<version>2.8.0</version>
</parent>
<artifactId>edge-service</artifactId>
<name>Java Chassis::Demo::Edge::Service</name>
Expand Down
Loading