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
2 changes: 1 addition & 1 deletion healthcheck-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion infra-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void test() {

Assert.assertTrue("com.alipay.sofa".equals(versionInfo.getProperty("GroupId")));
Assert.assertTrue("infra-sofa-boot-starter".equals(versionInfo.getProperty("ArtifactId")));
Assert.assertTrue("https://github.com/alipay/sofa-boot".equals(versionInfo
Assert.assertTrue("https://github.com/sofastack/sofa-boot".equals(versionInfo
.getProperty("Doc-Url")));
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GroupId=com.alipay.sofa
ArtifactId=infra-sofa-boot-starter
Version=mock-version
Doc-Url=https://github.com/alipay/sofa-boot
Doc-Url=https://github.com/sofastack/sofa-boot
Commit-Id=1f79d79565d0eab9dae499a19331718b92fdcb5f
Commit-Time=2018-06-29T20:08:06+0800
Built-Time=2018-06-29T21:25:45+0800
2 changes: 1 addition & 1 deletion isle-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-dependencies</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<packaging>pom</packaging>

<name>SOFABoot Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion runtime-sofa-boot-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion runtime-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-boot-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group 'com.alipay.sofa'
version '3.1.4-SNAPSHOT'
version '3.1.4'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion sofa-boot-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sofa-boot-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-sample-standard-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-sample-standard-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-sample-standard-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-sample-standard-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-standard/app/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-sample-standard-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-standard/app/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofaboot-sample-standard-parent</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>

<groupId>com.alipay.sofa</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sofa version
sofaVersion=3.1.4-SNAPSHOT
sofaVersion=3.1.4
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-isle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-sample-with-isle</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-isolation/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 如何使用 SOFABoot 类隔离能力

## 简介
该用例工程演示如何使用 SOFABoot 类隔离能力,阅读该文档之前,建议先了解 SOFABoot 提供的类隔离框架 [SOFAArk](https://github.com/alipay/sofa-ark)
该用例工程演示如何使用 SOFABoot 类隔离能力,阅读该文档之前,建议先了解 SOFABoot 提供的类隔离框架 [SOFAArk](https://github.com/sofastack/sofa-ark)

## 工程演示
SOFABoot 提供了类隔离框架 SOFAArk,弥补了 Spring Boot 在类隔离能力上的缺失,用以解决在实际开发中常见的类冲突、包冲突问题;使用 SOFABoot 类隔离能力只需两步操作;配置 `sofa-ark-maven-plugin` 打包插件以及引入 `sofa-ark-springboot-starter` 依赖;
Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-isolation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-rpc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 如何在 SOFABoot 环境中使用 SOFARPC

## 简介
该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/alipay/sofa-rpc)
该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/sofastack/sofa-rpc)

## 引入 SOFABoot 依赖
SOFABoot 提供了如健康检查,上下文隔离等基础能力,同时提供了多种中间件进行选择使用。 SOFABoot 对这些提供这些能力的依赖利用如下 pom 进行了管控,将工程的 parent 设为该 pom 。
Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample-with-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sofaboot-samples/sofaboot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>sofaboot-samples</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# sofa version
sofaVersion=3.1.3
sofaVersion=3.1.4
sofaRpcVersion=6.0.1
2 changes: 1 addition & 1 deletion test-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sofa-boot-runtime</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down